@@ -59,7 +59,7 @@ whitelist:
59
59
- jekyll-gist
60
60
- jemoji
61
61
62
- gems :
62
+ plugins :
63
63
# !github-pages! optional › https://github.com/github/pages-gem/blob/jekyll-v3-4-2/lib/github-pages/plugins.rb#L6-L16
64
64
# paginate and paginate_path in _config is used
65
65
- jekyll-paginate
@@ -85,11 +85,11 @@ paginate: 10
85
85
# Pagination path › Important for blog page in /blog/ to work
86
86
paginate_path : " /blog/page:num/"
87
87
88
- # !github-pages! mandatory › https://help.github.com/articles/using -jekyll-with-pages /#configuration-settings-you-cannot-change
88
+ # !github-pages! mandatory › https://help.github.com/articles/configuring -jekyll/#configuration-settings-you-cannot-change
89
89
# Disables custom plugins and ignore symbolic links
90
90
# This means that ```java will not work because it requires https://github.com/mvdbos/kramdown-with-pygments
91
91
safe : true
92
- # !github-pages! mandatory provided › https://help.github.com/articles/using -jekyll-with-pages /#configuration-settings-you-cannot-change
92
+ # !github-pages! mandatory provided › https://help.github.com/articles/configuring -jekyll/#configuration-settings-you-cannot-change
93
93
# source: '.' # auto-set
94
94
95
95
# Include/Exclude these files from production _site
@@ -140,7 +140,7 @@ excerpt_separator: "<!--more-->"
140
140
141
141
# Theme works best with Kramdown (using the table of contents function)
142
142
markdown : kramdown
143
- # !github-pages! mandatory › https://help.github.com/articles/using -jekyll-with-pages /#configuration-settings-you-cannot-change
143
+ # !github-pages! mandatory › https://help.github.com/articles/configuring -jekyll/#configuration-settings-you-cannot-change
144
144
# Since Jekyll 3 the default highlighter is Rouge (replaced Pygments.rb in v44)
145
145
highlighter : rouge
146
146
@@ -157,16 +157,22 @@ kramdown:
157
157
toc_panel : true
158
158
smart_quotes : lsquo,rsquo,ldquo,rdquo
159
159
hard_wrap : false
160
+ # !github-pages! mandatory › https://help.github.com/articles/configuring-jekyll/#configuration-settings-you-cannot-change
160
161
# https://github.com/jekyll/jekyll/pull/4090
161
162
syntax_highlighter : rouge
163
+ # !github-pages! mandatory › https://help.github.com/articles/configuring-jekyll/#configuration-settings-you-cannot-change
164
+ math_engine : mathjax
165
+ show_warnings : true
162
166
163
167
# Rouge Highlighter in Kramdown › http://kramdown.gettalong.org/syntax_highlighter/rouge.html
164
168
# span, block element options fall back to global
165
169
syntax_highlighter_opts :
166
170
# Rouge Options › https://github.com/jneen/rouge#full-options
167
171
# debug: false
168
172
# parent: ''
169
- css_class : ' highlight'
173
+ # Affects <pre class>, but not <div class> around <pre>
174
+ # disabled to prevent problems with CSS due to .highlight > .highlight structure
175
+ css_class : ' '
170
176
default_lang : text
171
177
disable : false
172
178
span :
@@ -178,14 +184,15 @@ kramdown:
178
184
disable : false
179
185
180
186
# More › http://sass-lang.com
181
- # Options › http://jekyllrb.com/docs/assets/#sassscss
187
+ # Docs › http://jekyllrb.com/docs/assets/#sassscss
188
+ # Options › http://sass-lang.com/documentation/file.SASS_REFERENCE.html#options
182
189
# Safe mode only allows style, syntax=based on extension, cache=false
183
190
sass :
184
191
sass_dir : _sass
185
192
# Options › http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
186
193
style : :compressed # :nested | :expanded | :compact | :compressed
187
194
188
- # Used › default.html front-matter and comress .html
195
+ # Used › default.html front-matter and compress .html
189
196
# Options › http://jch.penibelst.de
190
197
compress_html :
191
198
clippings : all
@@ -197,10 +204,9 @@ compress_html:
197
204
ignore :
198
205
envs : [development]
199
206
200
- # !github-pages! mandatory › https://help.github.com/articles/using-jekyll-with-pages/#configuration-settings-you-cannot-change
201
- # Since Jekyll 3 the default highlighter is Rouge (replaced Pygments.rb in v44)
207
+ # !github-pages! mandatory › https://help.github.com/articles/configuring-jekyll/#configuration-settings-you-cannot-change
202
208
incremental : false
203
- # !github-pages! mandatory › https://help.github.com/articles/using -jekyll-with-pages /#configuration-settings-you-cannot-change
209
+ # !github-pages! mandatory › https://help.github.com/articles/configuring -jekyll/#configuration-settings-you-cannot-change
204
210
# TODO what is this?
205
211
lsi : false
206
212
@@ -352,7 +358,7 @@ google_analytics_tracking_id: UA-38202353-4
352
358
# tawkto_embed_uri: https://embed.tawk.to/<id>/default<script>
353
359
354
360
gist :
355
- # !github-pages! mandatory › https://help.github.com/articles/using -jekyll-with-pages /#configuration-settings-you-cannot-change
361
+ # !github-pages! mandatory › https://help.github.com/articles/configuring -jekyll/#configuration-settings-you-cannot-change
356
362
noscript : false
357
363
358
364
# !github-pages! provided › https://help.github.com/articles/repository-metadata-on-github-pages/
0 commit comments