diff --git a/_config.yml b/_config.yml index bf44827..d14a98d 100644 --- a/_config.yml +++ b/_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 \ No newline at end of file + color: black + +show_author: false + +animation_speed: 50