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

@@ -7,6 +7,7 @@ group :jekyll_plugins do
gem "jekyll-paginate"
gem "jekyll-redirect-from"
gem "jekyll-seo-tag", "~> 2.6.1"
gem "jekyll-archives"
end
group :test do