mirror of
https://github.com/minoplhy/crappy-jekyll.git
synced 2024-11-13 05:16:45 +00:00
Update '_config.yml'
This commit is contained in:
parent
9386a1d125
commit
90a0ed6356
33
_config.yml
33
_config.yml
@ -27,8 +27,11 @@ github_username: minoplhy
|
||||
# Build settings
|
||||
theme: jekyll-dash
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
- jekyll-seo-tag
|
||||
- jekyll-feed
|
||||
- jekyll-seo-tag
|
||||
- jekyll-paginate
|
||||
- liquid-md5
|
||||
- jekyll/tagging
|
||||
|
||||
# Exclude from processing.
|
||||
# The following items will not be processed, by default.
|
||||
@ -65,11 +68,35 @@ 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
|
||||
icon: gitea
|
||||
color: cyan
|
||||
- url: https://github.com/minoplhy
|
||||
icon: github
|
||||
color: black
|
||||
color: black
|
||||
|
||||
show_author: false
|
||||
|
||||
animation_speed: 50
|
||||
|
Loading…
Reference in New Issue
Block a user