1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Using jekyll-archives to create category/tag pages.

This commit is contained in:
Cotes Chung
2020-11-18 23:16:09 +08:00
parent aac29d43e5
commit 1889b6b4e0
4 changed files with 17 additions and 7 deletions

View File

@@ -161,7 +161,6 @@ defaults:
label: Home
url: /
sass:
sass_dir: /assets/css
style: compressed
@@ -198,3 +197,13 @@ sitemap_exclude: # Sitemap will exclude the following items.
- sitemap.xml
- robots.txt
- redirects.json
# see: <https://github.com/jekyll/jekyll-archives/blob/master/docs/configuration.md>
jekyll-archives:
enabled: [categories, tags]
layouts:
category: category
tag: tag
permalinks:
tag: '/tags/:name/'
category: '/categories/:name/'