-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
113 lines (89 loc) · 3.63 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
#-------------------------------
# Site Settings
title: Jason Penniman
logo: # You can add own logo. For example '/images/logo.png'.
description: Jason Penniman personal blog mostly about software architecture.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://www.jasonpenniman.com" # the base hostname & protocol for your site, e.g. http://example.com
color_scheme: auto # You can choose three modes auto, light, and dark. By default, the auto mode is set, which means the user can choose the light or dark mode themself.
#-------------------------------
# Author Settings
author:
author__name: Jason Penniman
author__bio: I'm a Cloud Solution Architect, Speaker, Teacher, Learner, Engineer, Craftsman, Whovian with his head in the Cloud.
author__avatar: '/images/avatar.jpg'
social:
- {icon: "ion-logo-twitter", link: "https://twitter.com/thearchitect452"}
- {icon: "ion-logo-linkedin", link: "https://www.linkedin.com/in/jasonpenniman/"}
- {icon: "ion-logo-github", link: "https://github.com/jpenniman"}
# Example of adding a new link to the footer - {icon: "ion-logo-dribbble", link: "https://dribbble.com"}
# Other icons can be found at https://ionicons.com/v4/
#-------------------------------
# Hero Settings
hero:
hero__title: Caio! I’m Jason.
hero__description: I'm a Cloud Solution Architect, Speaker, Teacher, Learner, Engineer, Craftsman, Whovian with his head in the Cloud.
hero__image: '/images/avatar2.jpg'
#-------------------------------
# Newsletter
#mailchimp: enable # To enable the mailchimp form, use the value 'enable'. To disable the form, leave the field blank.
#mailchimp__identifier: frnla.us6.list-manage.com/subscribe/post?u=6314d69a3f315af7ce3fb00a0&id=3038727cc3 # Add your MailChimp form identifier. For example - frnla.us6.list-manage.com/subscribe/post?u=6314d69a3f315af7ce3fb00a0&id=3038727cc3
#mailchimp__input__text: Subscribe here
#mailchimp__button__text: Get a new tip
#-------------------------------
# Gallery Footer Section
# gallery:
# gallery__title: Gallery
# gallery__columns: 3
# gallery__images:
# - alt: 'Rest'
# url: '/images/100.jpg'
# - alt: 'Lifestyle'
# url: '/images/101.jpg'
# - alt: 'Hobby'
# url: '/images/102.jpg'
# - alt: 'Notes'
# url: '/images/103.jpg'
# - alt: 'Rest'
# url: '/images/104.jpg'
# - alt: 'Hobby'
# url: '/images/105.jpg'
# - alt: 'Fashion'
# url: '/images/106.jpg'
# - alt: 'Notes'
# url: '/images/107.jpg'
# - alt: 'Rest'
# url: '/images/108.jpg'
#-------------------------------
# Contact Settings
#contact:
# email: [email protected] # Add your email for contant form
# description: Menso comes with a built-in contact form, that you can use with Formspree service to handle up to 50 submissions per month for free. You could also easily switch to another contact form service if you want. # Add a description of your form
# NOTE
# Menso theme comes with a contact form built-in. You can use this form with Formspree (https://formspree.io/) service and get up to 50 submissions for free. Also, you can easily switch to another service if you want.
#-------------------------------
# Comment Section (Disqus)
disqus-identifier: jpenniman
#-------------------------------
# Google Analytics
#google-analytics: # Add your GA Tracking Id
#-------------------------------
# Build Settings
markdown: kramdown
permalink: /:title
plugins:
- jekyll-paginate
- jekyll-sitemap
paginate: 9
paginate_path: "/page/:num"
# Pages Path
defaults:
- scope:
path: '_pages'
values:
permalink: /:basename:output_ext
include:
- _pages
sass:
sass_dir: _sass
style: compressed