1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

Fix exclude list

This commit is contained in:
Cotes Chung 2021-10-20 06:17:53 +08:00
parent 421db9dc92
commit 1d7a134dd5

View File

@ -159,7 +159,7 @@ exclude:
- LICENSE
- gulpfile.js
- node_modules
- '*.json'
- package.json
jekyll-archives:
enabled: [categories, tags]