summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-06-10 11:01:19 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-06-10 11:01:19 +0200
commit13934914c0cf8bf359938dcc19dbea82fe33db61 (patch)
tree5c50f47555f10efd4beed8f2546e7146a91571c5 /_config.yml
parent624592d43e23bd26c3da30e255257b652d0e33ed (diff)
Implement tag pages
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index bb8ab77..ccd4979 100644
--- a/_config.yml
+++ b/_config.yml
@@ -19,6 +19,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
url: "https://www.tyil.nl" # the base hostname & protocol for your site
permalink: pretty
plugins:
+ - jekyll-archives
- jekyll-asciidoc
- jekyll-sitemap
- pygments.rb
@@ -48,6 +49,13 @@ collections:
slides:
output: false
+jekyll-archives:
+ enabled:
+ - tags
+ layout: archive
+ permalinks:
+ tag: /tag/:name/
+
# Give all posts a feed = true attribute for easy feed-generating
defaults:
- scope: