Compare commits

..

1 Commits

Author SHA1 Message Date
c07609cce0 Merge 0b5185aaea into 59ad287fb0 2024-11-28 19:10:57 +08:00
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
source "https://rubygems.org" source "https://rubygems.org"
gem "jekyll-theme-chirpy", "~> 7.2", ">= 7.2.1" gem "jekyll-theme-chirpy", "~> 7.2"
gem "html-proofer", "~> 5.0", group: :test gem "html-proofer", "~> 5.0", group: :test

View File

@ -212,8 +212,8 @@ exclude:
- tools - tools
- README.md - README.md
- LICENSE - LICENSE
- "*.js" - "*.config.js"
- "package*.json" - package*.json
jekyll-archives: jekyll-archives:
enabled: [categories, tags] enabled: [categories, tags]