Update '_config.yml'

This commit is contained in:
Kale 2021-06-07 11:22:39 -07:00
parent 9386a1d125
commit 90a0ed6356

View File

@ -29,6 +29,9 @@ theme: jekyll-dash
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate
- liquid-md5
- jekyll/tagging
# Exclude from processing.
# The following items will not be processed, by default.
@ -65,6 +68,26 @@ exclude:
- CNAME
- LICENSE
- .git/
# required by disqus to display comments
url: https://your-site-url
# jekyll-paginate
paginate: 5
paginate_path: "/blog/page:num/"
# jekyll-tagging (optional)
tag_permalink_style: pretty
tag_page_layout: tag_page
tag_page_dir: tag
dash:
date_format: "%b %-d, %Y"
disqus:
shortname: kylz.nl/crappy
# generate social links in footer
# supported colors: green, red, orange, blue, cyan, pink, teal, yellow, indigo, purple
social_links:
- url: https://kylz.nl/git/kale
@ -73,3 +96,7 @@ social_links:
- url: https://github.com/minoplhy
icon: github
color: black
show_author: false
animation_speed: 50