From 90a0ed6356e8b69748fc48ebee7f169f39c87fe7 Mon Sep 17 00:00:00 2001 From: Kale Date: Mon, 7 Jun 2021 11:22:39 -0700 Subject: [PATCH] Update '_config.yml' --- _config.yml | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) 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