Skip to content

Commit 66d1a4b

Browse files
authored
更新排除规则
1 parent 24e4c66 commit 66d1a4b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_build/config.en.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ cache_dir: .jekyll-cache/en
22
include:
33
- _pages
44
- "*.en.md"
5+
- "*.en.json"
56
exclude:
67
- assets/
78
- scripts/
89
- LICENSE
910
- "*.md"
11+
- "*.json"
1012
locale: en
1113
title: HMCL Document
1214
head_scripts:

_build/config.zh-TW.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ cache_dir: .jekyll-cache/zh-TW
22
include:
33
- _pages
44
- "*.zh-TW.md"
5+
- "*.zh-TW.json"
56
exclude:
67
- assets/
78
- scripts/
89
- LICENSE
910
- "*.md"
11+
- "*.json"
1012
locale: zh-TW
1113
title: HMCL 文檔
1214
head_scripts:

0 commit comments

Comments
 (0)