From 13934914c0cf8bf359938dcc19dbea82fe33db61 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 10 Jun 2020 11:01:19 +0200 Subject: Implement tag pages --- _config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '_config.yml') 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: -- cgit v1.1