forked from mmistakes/made-mistakes-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
341 lines (320 loc) · 7.29 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
# Site wide configuration
source: .tmp/src
destination: .tmp/dist
title: "Made Mistakes"
description: "Personal website of designer Michael Rose (@mmistakes)"
logo: &logo "/assets/images/android-chrome-384x384.png"
locale: "en_US"
words_per_minute: 200
repository: "mmistakes/made-mistakes-jekyll"
url: "https://mademistakes.com"
social:
name: "Michael Rose"
links:
- "https://twitter.com/mmistakes"
- "https://www.facebook.com/michaelrose"
- "https://www.instagram.com/mmistakes/"
- "https://github.com/mmistakes"
- "https://micro.blog/mmistakes"
google_site_verification: "geapSKtvpBNDSfXVmF09E9CnaHGglbO61r4XgLZtEmo"
bing_site_verification: "D81F4C18A6CB3018F64D7C827D953DFD"
alexa_site_verification: "Y5DYjZ4VWlrQzBP5kcQJeOKLNas"
yandex_site_verification: "55a5419baf76a498"
google_ad-client: "ca-pub-7328585512091257"
google_ad-slot: "3049671934"
google_analytics: "UA-2011187-1"
feed:
path: "https://mademistakes.com/atom.xml"
favicon_version: "9BPnoQEY43"
pingback_url: "https://webmention.io/mademistakes.com/xmlrpc"
webmention_url: "https://webmention.io/mademistakes.com/webmention"
micropub_url: "https://mm-micropub-to-github.herokuapp.com/micropub/main"
token_endpoint_url: "https://tokens.indieauth.com/token"
authorization_endpoint_url: "https://indieauth.com/auth"
microblog_url: "https://micro.blog/mmistakes"
# Site owner
author:
name: "Michael Rose"
uri: &uri "https://mademistakes.com/about/"
url: *uri
bio: "Just another boring, tattooed, time traveling designer."
picture: "/assets/images/michael-rose-glitched.jpg"
twitter: "https://twitter.com/mmistakes"
facebook: "https://www.facebook.com/michaelrose"
instagram: "https://www.instagram.com/mmistakes/"
github: "https://github.com/mmistakes"
twitter:
username: "mmistakes"
# Staticman comments (full configuration in staticman.yml)
staticman:
branch: "master"
# reCAPTCHA keys
reCaptcha:
siteKey: "6LdRBykTAAAAAFB46MnIu6ixuxwu9W1ihFF8G60Q"
secret: "PznnZGu3P6eTHRPLORniSq+J61YEf+A9zmColXDM5icqF49gbunH51B8+h+i2IvewpuxtA9TFoK68TuhUp/X3YKmmqhXasegHYabY50fqF9nJh9npWNhvITdkQHeaOqnFXUIwxfiEeUt49Yoa2waRR7a5LdRAP3SVM8hz0KIBT4="
# Jekyll configuration
permalink: /:categories/:title/
lsi: true
future: false
show_drafts: false
markdown: kramdown
kramdown:
toc_levels: 1..3
input: GFM
hard_wrap: false
auto_ids: true
entity_output: as_char
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
highlighter: rouge
strict_front_matter: true
keep_files:
- .git
include:
- _pages
- _redirects
exclude:
- .jekyll-cache
- .sass-cache
- Gemfile
- Gemfile.lock
- gemfiles/
- Gruntfile.js
- gulpfile.js
- log
- node_modules
- package.json
- Rakefile
- README
- tmp
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# Plugins
plugins:
- jekyll-sitemap
- jemoji
- jekyll-seo-tag
- jekyll-paginate-v2
- jekyll-typogrify
- jekyll-figure
- jekyll-algolia
- jekyll/tagging
- jekyll-tagging-related_posts
- jekyll-include-cache
- jekyll-toc
# Collections
collections:
faqs:
output: true
permalink: /:collection/:path/
title: FAQs
work:
output: true
permalink: /:collection/:path/
title: Works
components:
output: false
colors:
output: false
# Front Matter Defaults
defaults:
# Blog Articles
- scope:
path: _posts/articles
type: posts
values:
layout: post
byline: false
read_time: true
support: true
breadcrumbs:
- label: "Blog articles"
url: /articles/
image:
facebook: *logo
twitter: *logo
twitter:
card: summary
# Mastering Paper
- scope:
path: _posts/mastering-paper
type: posts
values:
layout: post
byline: false
read_time: true
comments: true
support: true
breadcrumbs:
- label: "Mastering Paper for iOS"
url: /mastering-paper/
image:
facebook: *logo
twitter: *logo
twitter:
card: summary
# Notes
- scope:
path: _posts/notes
type: posts
values:
layout: post
byline: false
read_time: true
breadcrumbs:
- label: "Notes"
url: /notes/
image:
facebook: *logo
twitter: *logo
twitter:
card: summary
# PaperFaces
- scope:
path: _posts/paperfaces
type: posts
values:
layout: post
byline: false
breadcrumbs:
- label: "Works"
url: /work/
- label: "PaperFaces portraits"
url: /paperfaces/
work: "Illustration"
seo:
type: "CreativeWork"
# Procreate Paintings
- scope:
path: _posts/procreate
type: posts
values:
layout: post
byline: false
breadcrumbs:
- label: "Works"
url: /work/
- label: "Procreate paintings"
url: /procreate-paintings/
work: "Illustration"
seo:
type: "CreativeWork"
# Tiny Paintings
- scope:
path: _posts/tiny-paintings
type: posts
values:
layout: post
byline: false
breadcrumbs:
- label: "Works"
url: /work/
- label: "Tiny paintings"
url: /tiny-paintings/
work: "Illustration"
seo:
type: "CreativeWork"
# Work (posts and collection)
- scope:
path: _posts/work
type: posts
values:
layout: post
breadcrumbs:
- label: "Works"
url: /work/
seo:
type: "CreativeWork"
- scope:
path: _work
type: work
values:
layout: work
category: work
breadcrumbs:
- label: "Works"
url: /work/
seo:
type: "CreativeWork"
# FAQs
- scope:
path: _faqs
type: faqs
values:
layout: page
read_time: true
breadcrumbs:
- label: "Frequently asked questions"
url: /faqs/
image:
facebook: *logo
twitter: *logo
twitter:
card: summary
# Pages
- scope:
path: _pages
type: pages
values:
layout: page
image:
facebook: *logo
twitter: *logo
twitter:
card: summary
# Plugin: Pagination (jekyll-paginate-v2)
pagination:
enabled: true
debug: false
per_page: 15
permalink: "/page/:num/"
title: ":title"
limit: 0
sort_field: "date"
sort_reverse: true
# Plugin: Auto Pages (jekyll-paginate-v2)
autopages:
enabled: true
categories:
enabled: false
collections:
enabled: false
tags:
enabled: true
slugify:
mode: raw
cased: true
layouts:
- "autopage_tags.html"
title: ":tag" # :tag is replaced by the tag name
permalink: "/tag/:tag"
# Plugin: Figure (jekyll-figure)
jekyll-figure:
paragraphs: false
# Plugin: Table of Contents (jekyll-toc)
toc:
min_level: 2
max_level: 2
list_class: "toc__menu"
item_class: "toc__entry"
item_prefix: "toc__"
# Plugin: Jekyll Algolia
algolia:
application_id: KT124ONH1Z
index_name: mademistakes
search_only_api_key: 5a6e106e8083321a8ccca41b11aca95c
nodes_to_index: "p,blockquote"
files_to_exclude:
- index.html
- index.md
- _pages/404.md
- _pages/articles.md
- _pages/faqs.md
- _pages/mastering-paper.md
- _pages/portraits.md
- _pages/sitemap.md
- _pages/tag.md
- _pages/notes.md
- _pages/work.md