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:
11
_config.yml
11
_config.yml
@@ -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/'
|
||||
|
||||
Reference in New Issue
Block a user