Update '_config.yml'
This commit is contained in:
parent
9386a1d125
commit
90a0ed6356
27
_config.yml
27
_config.yml
@ -29,6 +29,9 @@ theme: jekyll-dash
|
|||||||
plugins:
|
plugins:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
- jekyll-seo-tag
|
- jekyll-seo-tag
|
||||||
|
- jekyll-paginate
|
||||||
|
- liquid-md5
|
||||||
|
- jekyll/tagging
|
||||||
|
|
||||||
# Exclude from processing.
|
# Exclude from processing.
|
||||||
# The following items will not be processed, by default.
|
# The following items will not be processed, by default.
|
||||||
@ -65,6 +68,26 @@ exclude:
|
|||||||
- CNAME
|
- CNAME
|
||||||
- LICENSE
|
- LICENSE
|
||||||
- .git/
|
- .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:
|
social_links:
|
||||||
- url: https://kylz.nl/git/kale
|
- url: https://kylz.nl/git/kale
|
||||||
@ -73,3 +96,7 @@ social_links:
|
|||||||
- url: https://github.com/minoplhy
|
- url: https://github.com/minoplhy
|
||||||
icon: github
|
icon: github
|
||||||
color: black
|
color: black
|
||||||
|
|
||||||
|
show_author: false
|
||||||
|
|
||||||
|
animation_speed: 50
|
||||||
|
Loading…
Reference in New Issue
Block a user