@@ -96,6 +96,13 @@ pagination:
9696disqus_shortname : al-folio # put your disqus shortname
9797# https://help.disqus.com/en/articles/1717111-what-s-a-shortname
9898
99+ # External sources.
100+ # If you have blog posts published on medium.com or other exteranl sources,
101+ # you can display them in your blog by adding a link to the RSS feed.
102+ external_sources :
103+ - name : medium.com
104+ rss_url : https://medium.com/@al-folio/feed
105+
99106# -----------------------------------------------------------------------------
100107# Collections
101108# -----------------------------------------------------------------------------
@@ -161,9 +168,9 @@ plugins:
161168# Sitemap settings
162169defaults :
163170 - scope :
164- path : " assets/**/*.*"
171+ path : " assets/**/*.*"
165172 values :
166- sitemap : false
173+ sitemap : false
167174# Extras
168175github : [metadata]
169176
@@ -174,10 +181,12 @@ github: [metadata]
174181# HTML remove comments (<!-- .... -->)
175182remove_HTML_comments : false
176183
177- # HTML beautifier (_plugins/beautify.rb) / https://github.com/threedaymonk/htmlbeautifier
184+ # HTML beautifier (_plugins/beautify.rb).
185+ # Source: https://github.com/threedaymonk/htmlbeautifier
178186beautify : false # This function has conflict with the code snippets, they can be displayed incorrectly
179187
180- # HTML minify (_plugins/minify.rb) Thanks to: https://www.ffbit.com/blog/2021/03/17/html-minification-in-jekyll.html
188+ # HTML minify (_plugins/minify.rb).
189+ # Source: https://www.ffbit.com/blog/2021/03/17/html-minification-in-jekyll.html
181190minify : false
182191
183192# CSS/SASS minify
@@ -189,7 +198,7 @@ sass:
189198# -----------------------------------------------------------------------------
190199
191200jekyll-archives :
192- enabled : [year, tags, categories] # enables year, tag and category archives (remove if you need to disable one of them).
201+ enabled : [year, tags, categories] # enables year, tag and category archives (remove if you need to disable one of them).
193202 layouts :
194203 year : archive-year
195204 tag : archive-tag
0 commit comments