summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorHombreLaser <buran@silosneeded.com>2025-06-07 21:34:10 -0600
committerHombreLaser <buran@silosneeded.com>2025-06-07 21:34:10 -0600
commit615cc99bdfa5ed32ef4f44fdc6c31697d75ebd1d (patch)
tree07f24496e31ddd51999d17d662c483db88ba5282 /_config.yml
parent09c5cf737b46f8bae35fe05ba22e8383ae027c24 (diff)
Add new theme
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml7
1 files changed, 7 insertions, 0 deletions
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