1
+ # Welcome to Jekyll!
2
+ #
3
+ # This config file is meant for settings that affect your entire site, values
4
+ # which you are expected to set up once and rarely need to edit after that.
5
+ # For technical reasons, this file is *NOT* reloaded automatically when you use
6
+ # `jekyll serve`. If you change this file, please restart the server process.
7
+
8
+ # Site Settings
9
+ locale : " en"
10
+ title : " Site Title"
11
+ title_separator : " -"
12
+ name : " Your Name"
13
+ description : " An amazing website."
14
+ url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
15
+ baseurl : # the subpath of your site, e.g. "/blog"
16
+ repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
17
+ teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
18
+ # breadcrumbs : false # true, false (default)
19
+ words_per_minute : 200
20
+ comments :
21
+ provider : # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "custom"
22
+ disqus :
23
+ shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
24
+ discourse :
25
+ server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
26
+ facebook :
27
+ # https://developers.facebook.com/docs/plugins/comments
28
+ appid :
29
+ num_posts : # 5 (default)
30
+ colorscheme : # "light" (default), "dark"
31
+ staticman :
32
+ allowedFields : ['name', 'email', 'url', 'message']
33
+ branch : # "master", "gh-pages"
34
+ commitMessage : " New comment."
35
+ filename : comment-{@timestamp}
36
+ format : " yml"
37
+ moderation : true
38
+ path : " _data/comments/{options.slug}"
39
+ requiredFields : ['name', 'email', 'message']
40
+ transforms :
41
+ email : " md5"
42
+ generatedFields :
43
+ date :
44
+ type : " date"
45
+ options :
46
+ format : " iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
47
+ atom_feed :
48
+ path : # blank (default) uses feed.xml
49
+
50
+ # SEO Related
51
+ google_site_verification :
52
+ bing_site_verification :
53
+ alexa_site_verification :
54
+ yandex_site_verification :
55
+
56
+ # Social Sharing
57
+ twitter :
58
+ username :
59
+ facebook :
60
+ username :
61
+ app_id :
62
+ publisher :
63
+ og_image : # Open Graph/Twitter default site image
64
+ # For specifying social profiles
65
+ # - https://developers.google.com/structured-data/customize/social-profiles
66
+ social :
67
+ type : # Person or Organization (defaults to Person)
68
+ name : # If the user or organization name differs from the site's name
69
+ links : # An array of links to social media profiles
70
+
71
+ # Analytics
72
+ analytics :
73
+ provider : false # false (default), "google", "google-universal", "custom"
74
+ google :
75
+ tracking_id :
76
+
77
+
78
+ # Site Author
79
+ author :
80
+ name : " Your Name"
81
+ avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
82
+ bio : " I am an amazing person."
83
+ location : " Somewhere"
84
+ email :
85
+ uri :
86
+ bitbucket :
87
+ codepen :
88
+ dribbble :
89
+ flickr :
90
+ facebook :
91
+ foursquare :
92
+ github :
93
+ google_plus :
94
+ keybase :
95
+ instagram :
96
+ lastfm :
97
+ linkedin :
98
+ pinterest :
99
+ soundcloud :
100
+ stackoverflow : # "123456/username" (the last part of your profile url, e.g. http://stackoverflow.com/users/123456/username)
101
+ steam :
102
+ tumblr :
103
+ twitter :
104
+ vine :
105
+ weibo :
106
+ xing :
107
+ youtube :
108
+
109
+
110
+ # Reading Files
111
+ include :
112
+ - .htaccess
113
+ - _pages
114
+ exclude :
115
+ - " *.sublime-project"
116
+ - " *.sublime-workspace"
117
+ - vendor
118
+ - .asset-cache
119
+ - .bundle
120
+ - .jekyll-assets-cache
121
+ - .sass-cache
122
+ - assets/js/plugins
123
+ - assets/js/_main.js
124
+ - assets/js/vendor
125
+ - Capfile
126
+ - CHANGELOG
127
+ - config
128
+ - Gemfile
129
+ - Gruntfile.js
130
+ - gulpfile.js
131
+ - LICENSE
132
+ - log
133
+ - node_modules
134
+ - package.json
135
+ - Rakefile
136
+ - README
137
+ - tmp
138
+ keep_files :
139
+ - .git
140
+ - .svn
141
+ encoding : " utf-8"
142
+ markdown_ext : " markdown,mkdown,mkdn,mkd,md"
143
+
144
+
145
+ # Conversion
146
+ markdown : kramdown
147
+ highlighter : rouge
148
+ lsi : false
149
+ excerpt_separator : " \n\n "
150
+ incremental : false
151
+
152
+
153
+ # Markdown Processing
154
+ kramdown :
155
+ input : GFM
156
+ hard_wrap : false
157
+ auto_ids : true
158
+ footnote_nr : 1
159
+ entity_output : as_char
160
+ toc_levels : 1..6
161
+ smart_quotes : lsquo,rsquo,ldquo,rdquo
162
+ enable_coderay : false
163
+
164
+
165
+ # Sass/SCSS
166
+ sass :
167
+ sass_dir : _sass
168
+ style : compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
169
+
170
+
171
+ # Outputting
172
+ permalink : /:categories/:title/
173
+ paginate : 5 # amount of posts to show
174
+ paginate_path : /page:num/
175
+ timezone : # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
176
+
177
+
178
+ # Plugins
179
+ gems :
180
+ - jekyll-paginate
181
+ - jekyll-sitemap
182
+ - jekyll-gist
183
+ - jekyll-feed
184
+ - jemoji
185
+
186
+ # mimic GitHub Pages with --safe
187
+ whitelist :
188
+ - jekyll-paginate
189
+ - jekyll-sitemap
190
+ - jekyll-gist
191
+ - jekyll-feed
192
+ - jemoji
193
+
194
+
195
+ # Archives
196
+ # Type
197
+ # - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
198
+ # - Jekyll Archives plugin archive pages ~> type: jekyll-archives
199
+ # Path (examples)
200
+ # - Archive page should exist at path when using Liquid method or you can
201
+ # expect broken links (especially with breadcrumbs enabled)
202
+ # - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
203
+ # - <base_path/categories/my-awesome-category/index.html ~> path: /categories/
204
+ # - <base_path/my-awesome-category/index.html ~> path: /
205
+ category_archive :
206
+ type : liquid
207
+ path : /categories/
208
+ tag_archive :
209
+ type : liquid
210
+ path : /tags/
211
+ # https://github.com/jekyll/jekyll-archives
212
+ # jekyll-archives:
213
+ # enabled:
214
+ # - categories
215
+ # - tags
216
+ # layouts:
217
+ # category: archive-taxonomy
218
+ # tag: archive-taxonomy
219
+ # permalinks:
220
+ # category: /categories/:name/
221
+ # tag: /tags/:name/
222
+
223
+
224
+ # HTML Compression
225
+ # - http://jch.penibelst.de/
226
+ compress_html :
227
+ clippings : all
228
+ ignore :
229
+ envs : development
230
+
231
+
232
+ # Defaults
233
+ defaults :
234
+ # _posts
235
+ - scope :
236
+ path : " "
237
+ type : posts
238
+ values :
239
+ layout : single
240
+ author_profile : true
241
+ read_time : true
242
+ comments : # true
243
+ share : true
244
+ related : true
0 commit comments