From 615cc99bdfa5ed32ef4f44fdc6c31697d75ebd1d Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sat, 7 Jun 2025 21:34:10 -0600 Subject: Add new theme --- _config.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index 3338ab5..8f6a67a 100644 --- a/_config.yml +++ b/_config.yml @@ -51,6 +51,13 @@ plugins: - jekyll-polyglot - jekyll-seo-tag - jekyll-archives + +jekyll-archives: + enabled: ['tags'] + layout: tag_archive + slug_mode: "latin" + permalinks: + tag: '/tags/:name/' permalink: /:year/:month/:title paginate: 5 -- cgit v1.2.3