Skip to content

Commit 9e6841e

Browse files
alshedivatsiantonelli
authored andcommitted
Add support for external blog posts (alshedivat#647)
* Add support for external blog posts * Cosmetic fixes
1 parent f1eeaa0 commit 9e6841e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

_config.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,12 @@ display_categories: ['blockquotes'] # these categories will be displayed on the
290290
# HTML remove comments (<!-- .... -->)
291291
remove_HTML_comments: false
292292

293-
# HTML beautifier (_plugins/beautify.rb) / https://github.com/threedaymonk/htmlbeautifier
293+
# HTML beautifier (_plugins/beautify.rb).
294+
# Source: https://github.com/threedaymonk/htmlbeautifier
294295
beautify: false # This function has conflict with the code snippets, they can be displayed incorrectly
295296

296-
# HTML minify (_plugins/minify.rb) Thanks to: https://www.ffbit.com/blog/2021/03/17/html-minification-in-jekyll.html
297+
# HTML minify (_plugins/minify.rb).
298+
# Source: https://www.ffbit.com/blog/2021/03/17/html-minification-in-jekyll.html
297299
minify: false
298300

299301
# CSS/SASS minify
@@ -305,7 +307,7 @@ sass:
305307
# -----------------------------------------------------------------------------
306308

307309
jekyll-archives:
308-
enabled: [year, tags, categories] # enables year, tag and category archives (remove if you need to disable one of them).
310+
enabled: [year, tags, categories] # enables year, tag and category archives (remove if you need to disable one of them).
309311
layouts:
310312
year: archive-year
311313
tag: archive-tag

0 commit comments

Comments
 (0)