We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e4c66 commit 66d1a4bCopy full SHA for 66d1a4b
_build/config.en.yml
@@ -2,11 +2,13 @@ cache_dir: .jekyll-cache/en
2
include:
3
- _pages
4
- "*.en.md"
5
+ - "*.en.json"
6
exclude:
7
- assets/
8
- scripts/
9
- LICENSE
10
- "*.md"
11
+ - "*.json"
12
locale: en
13
title: HMCL Document
14
head_scripts:
_build/config.zh-TW.yml
@@ -2,11 +2,13 @@ cache_dir: .jekyll-cache/zh-TW
- "*.zh-TW.md"
+ - "*.zh-TW.json"
locale: zh-TW
title: HMCL 文檔
0 commit comments