5
5
# For technical reasons, this file is *NOT* reloaded automatically when you use
6
6
# `jekyll serve`. If you change this file, please restart the server process.
7
7
8
- theme : " minimal-mistakes-jekyll"
8
+ remote_theme :
" mmistakes/[email protected] "
9
+
9
10
minimal_mistakes_skin : " default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
10
11
11
12
# Site Settings
12
13
locale : " en-US"
13
14
title : " Minimal Mistakes"
14
15
title_separator : " -"
15
- subtitle : " Development Test Site "
16
- name : " Your Name "
17
- description : " Minimal Mistakes theme test ."
18
- url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
19
- baseurl : " /test "
20
- repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
16
+ subtitle : " A Jekyll theme "
17
+ name : &name "Michael Rose" # &name is a YAML anchor which can be *referenced later
18
+ description : &description "A flexible Jekyll theme for your blog or site with a minimalist aesthetic ."
19
+ url : https://mmistakes.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
20
+ baseurl : " /minimal-mistakes " # the subpath of your site, e.g. "/blog "
21
+ repository : " mmistakes/minimal-mistakes"
21
22
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
22
- logo : " /assets/images/apple-touch-icon.png " # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
23
- masthead_title : " Custom Title " # overrides the website title displayed in the masthead, use " " for no title
23
+ logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
24
+ masthead_title : # overrides the website title displayed in the masthead, use " " for no title
24
25
# breadcrumbs : false # true, false (default)
25
26
words_per_minute : 200
26
27
comments :
27
- provider : # false (default), "disqus", "discourse", "facebook", "staticman", "utterances", "custom"
28
+ provider : " false " # false (default), "disqus", "discourse", "facebook", "staticman_v2 ", "staticman", "utterances", "custom"
28
29
disqus :
29
- shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
30
+ shortname :
30
31
discourse :
31
32
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
32
33
facebook :
@@ -38,95 +39,104 @@ comments:
38
39
theme : # "github-light" (default), "github-dark"
39
40
issue_term : # "pathname" (default)
40
41
staticman :
41
- allowedFields : ['name', 'email', 'url', 'message']
42
- branch : # "master", "gh-pages"
43
- commitMessage : " New comment by {fields.name}"
44
- filename : comment-{@timestamp}
45
- format : " yml"
46
- moderation : true
47
- path : " _data/comments/{options.slug}"
48
- requiredFields : ['name', 'email', 'message']
42
+ allowedFields : # ['name', 'email', 'url', 'message']
43
+ branch : # "master"
44
+ commitMessage : # "New comment by {fields.name}"
45
+ filename : # comment-{@timestamp}
46
+ format : # "yml"
47
+ moderation : # true
48
+ path : # "_data/comments/{options.slug}"
49
+ requiredFields : # ['name', 'email', 'message']
49
50
transforms :
50
- email : " md5"
51
+ email : # "md5"
51
52
generatedFields :
52
53
date :
53
- type : " date"
54
+ type : # "date"
54
55
options :
55
- format : " iso8601 " # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
56
+ format : # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
56
57
endpoint : # URL of your own deployment with trailing slash, will fallback to the public instance
58
+ reCaptcha :
59
+ siteKey : # "6LdRBykTAAAAAFB46MnIu6ixuxwu9W1ihFF8G60Q"
60
+ secret : # "PznnZGu3P6eTHRPLORniSq+J61YEf+A9zmColXDM5icqF49gbunH51B8+h+i2IvewpuxtA9TFoK68TuhUp/X3YKmmqhXasegHYabY50fqF9nJh9npWNhvITdkQHeaOqnFXUIwxfiEeUt49Yoa2waRR7a5LdRAP3SVM8hz0KIBT4="
61
+
57
62
atom_feed :
58
63
path : # blank (default) uses feed.xml
64
+
59
65
search : true # true, false (default)
60
66
search_full_content : true # true, false (default)
61
- search_provider : " lunr"
67
+ search_provider : algolia # lunr (default), algolia
62
68
algolia :
63
- application_id : " QB6HVGBSBA"
64
- index_name : " dev_minimal-mistakes"
65
- search_only_api_key : " 9d5014e5bbc77372547bce778dfa5663"
66
- powered_by : true
69
+ application_id : QB6HVGBSBA # YOUR_APPLICATION_ID
70
+ index_name : minimal_mistakes # YOUR_INDEX_NAME
71
+ search_only_api_key : 9d5014e5bbc77372547bce778dfa5663 # YOUR_SEARCH_ONLY_API_KEY
72
+ powered_by : true # true (default), false
73
+ files_to_exclude :
74
+ - _posts/2017-11-28-post-exclude-search.md
67
75
68
76
# SEO Related
69
- google_site_verification :
77
+ google_site_verification : " UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y " # Replace this with your ID, or delete
70
78
bing_site_verification :
71
79
yandex_site_verification :
80
+ naver_site_verification :
72
81
73
82
# Social Sharing
74
83
twitter :
75
- username : " mmistakes"
84
+ username : &twitter "mmistakes"
76
85
facebook :
77
- username :
86
+ username : &facebook "michaelrose"
78
87
app_id :
79
88
publisher :
80
- og_image : " /assets/images/bio-photo.jpg "
81
- # For specifying social profiles
89
+ og_image : " /assets/images/site-logo.png " # Open Graph/Twitter default site image
90
+ # For specifying social profiles, used in _includes/seo.html
82
91
# - https://developers.google.com/structured-data/customize/social-profiles
83
92
social :
84
93
type : # Person or Organization (defaults to Person)
85
94
name : # If the user or organization name differs from the site's name
86
95
links : # An array of links to social media profiles
87
- - https://twitter.com/
88
- - https://github. com/
96
+ - " https://twitter.com/mmistakes "
97
+ - " https://www.facebook. com/michaelrose "
89
98
90
99
# Analytics
91
100
analytics :
92
- provider : false # false (default), "google", "google-universal", "custom"
101
+ provider : " google-universal " # false (default), "google", "google-universal", "custom"
93
102
google :
94
- tracking_id :
103
+ tracking_id : " UA-2011187-3" # Replace this with your ID, or delete
104
+ anonymize_ip : true
95
105
96
106
97
107
# Site Author
98
108
author :
99
- name : " Your Name "
100
- avatar : " /assets/images/bio-photo .jpg"
101
- bio : " I am an **amazing** person ."
102
- location : " Somewhere "
109
+ name : *name # *name is a YAML reference pointing to the &anchor earlier
110
+ avatar : " /assets/images/michael-rose .jpg"
111
+ bio : " Just another *boring*, *tattooed*, *time traveling*, *designer* ."
112
+ location : " Buffalo, NY "
103
113
links :
104
- - label : " Your Website "
114
+ - label : " Made Mistakes "
105
115
icon : " fas fa-fw fa-link"
106
- url : " https://your-site .com"
116
+ url : " https://mademistakes .com"
107
117
- label : " Twitter"
108
118
icon : " fab fa-fw fa-twitter-square"
109
- url : " https://twitter.com/"
119
+ url : " https://twitter.com/mmistakes "
110
120
- label : " GitHub"
111
121
icon : " fab fa-fw fa-github"
112
- url : " https://github.com/"
122
+ url : " https://github.com/mmistakes "
113
123
- label : " Instagram"
114
124
icon : " fab fa-fw fa-instagram"
115
- url : " https://instagram.com/"
125
+ url : " https://instagram.com/mmistakes "
116
126
117
127
118
128
# Site Footer
119
129
footer :
120
130
links :
121
131
- label : " Twitter"
122
132
icon : " fab fa-fw fa-twitter-square"
123
- url : " https://twitter.com/"
133
+ url : " https://twitter.com/mmistakes "
124
134
- label : " GitHub"
125
135
icon : " fab fa-fw fa-github"
126
- url : " https://github.com/"
136
+ url : " https://github.com/mmistakes "
127
137
- label : " Instagram"
128
138
icon : " fab fa-fw fa-instagram"
129
- url : " https://instagram.com/"
139
+ url : " https://instagram.com/mmistakes "
130
140
131
141
132
142
# Reading Files
@@ -163,10 +173,6 @@ keep_files:
163
173
encoding : " utf-8"
164
174
markdown_ext : " markdown,mkdown,mkdn,mkd,md"
165
175
166
- # Liquid
167
- strict_front_matter : true
168
- liquid :
169
- error_mode : strict
170
176
171
177
# Conversion
172
178
markdown : kramdown
@@ -188,6 +194,82 @@ kramdown:
188
194
enable_coderay : false
189
195
190
196
197
+ # Collections
198
+ collections :
199
+ docs :
200
+ output : true
201
+ permalink : /:collection/:path/
202
+ recipes :
203
+ output : true
204
+ permalink : /:collection/:path/
205
+ pets :
206
+ output : true
207
+ permalink : /:collection/:path/
208
+ portfolio :
209
+ output : true
210
+ permalink : /:collection/:path/
211
+
212
+
213
+ # Defaults
214
+ defaults :
215
+ # _posts
216
+ - scope :
217
+ path : " "
218
+ type : posts
219
+ values :
220
+ layout : single
221
+ author_profile : true
222
+ read_time : true
223
+ comments : true
224
+ share : true
225
+ related : true
226
+ # _pages
227
+ - scope :
228
+ path : " _pages"
229
+ type : pages
230
+ values :
231
+ layout : single
232
+ author_profile : true
233
+ # _docs
234
+ - scope :
235
+ path : " "
236
+ type : docs
237
+ values :
238
+ layout : single
239
+ read_time : false
240
+ author_profile : false
241
+ share : false
242
+ comments : false
243
+ sidebar :
244
+ nav : " docs"
245
+ # _recipes
246
+ - scope :
247
+ path : " "
248
+ type : recipes
249
+ values :
250
+ layout : single
251
+ author_profile : true
252
+ share : true
253
+ comments : true
254
+ # _pets
255
+ - scope :
256
+ path : " "
257
+ type : pets
258
+ values :
259
+ layout : single
260
+ author_profile : true
261
+ share : true
262
+ comment : true
263
+ # _portfolio
264
+ - scope :
265
+ path : " "
266
+ type : portfolio
267
+ values :
268
+ layout : single
269
+ author_profile : false
270
+ share : true
271
+
272
+
191
273
# Sass/SCSS
192
274
sass :
193
275
sass_dir : _sass
@@ -196,9 +278,9 @@ sass:
196
278
197
279
# Outputting
198
280
permalink : /:categories/:title/
199
- paginate : 5 # amount of posts to show
200
- paginate_path : /page:num/
201
- timezone : # http ://en.wikipedia.org/wiki/List_of_tz_database_time_zones
281
+ # paginate: 5 # amount of posts to show
282
+ # paginate_path: /page:num/
283
+ timezone : America/New_York # https ://en.wikipedia.org/wiki/List_of_tz_database_time_zones
202
284
203
285
204
286
# Plugins (previously gems:)
@@ -207,6 +289,7 @@ plugins:
207
289
- jekyll-sitemap
208
290
- jekyll-gist
209
291
- jekyll-feed
292
+ - jemoji
210
293
- jekyll-include-cache
211
294
212
295
# mimic GitHub Pages with --safe
@@ -215,6 +298,7 @@ whitelist:
215
298
- jekyll-sitemap
216
299
- jekyll-gist
217
300
- jekyll-feed
301
+ - jemoji
218
302
- jekyll-include-cache
219
303
220
304
@@ -253,61 +337,3 @@ compress_html:
253
337
clippings : all
254
338
ignore :
255
339
envs : development
256
-
257
-
258
- # Collections
259
- collections :
260
- recipes :
261
- output : true
262
- permalink : /:collection/:path/
263
- pets :
264
- output : true
265
- permalink : /:collection/:path/
266
- portfolio :
267
- output : true
268
- permalink : /:collection/:path/
269
-
270
-
271
- # Defaults
272
- defaults :
273
- # _posts
274
- - scope :
275
- path : " "
276
- type : posts
277
- values :
278
- layout : single
279
- author_profile : true
280
- read_time : true
281
- share : true
282
- related : true
283
- # _pages
284
- - scope :
285
- path : " _pages"
286
- type : pages
287
- values :
288
- layout : single
289
- author_profile : true
290
- # _recipes
291
- - scope :
292
- path : " "
293
- type : recipes
294
- values :
295
- layout : single
296
- author_profile : true
297
- share : true
298
- # _pets
299
- - scope :
300
- path : " "
301
- type : pets
302
- values :
303
- layout : single
304
- author_profile : true
305
- share : true
306
- # _portfolio
307
- - scope :
308
- path : " "
309
- type : portfolio
310
- values :
311
- layout : single
312
- author_profile : false
313
- share : true
0 commit comments