diff options
author | amzrk2 | 2020-07-29 15:48:02 +0800 |
---|---|---|
committer | amzrk2 | 2020-07-29 15:48:02 +0800 |
commit | f150b01203eaae487200a64207eaec97859e6868 (patch) | |
tree | d94999c8e25660f53b2fa2f7d7e17550fe216e67 /README_CN.md | |
parent | 22ae19173744e84d3f3d651f6d7a2949259f1e6a (diff) | |
download | hugo-theme-fuji-f150b01203eaae487200a64207eaec97859e6868.tar.gz hugo-theme-fuji-f150b01203eaae487200a64207eaec97859e6868.tar.bz2 hugo-theme-fuji-f150b01203eaae487200a64207eaec97859e6868.zip |
Update README
Diffstat (limited to 'README_CN.md')
-rw-r--r-- | README_CN.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README_CN.md b/README_CN.md index e5a135d..4105228 100644 --- a/README_CN.md +++ b/README_CN.md @@ -8,7 +8,7 @@ **v2 发布之后关于 lazyload 这一块可能会有较大的改动**,现在这样确实有些麻烦了。如果想修改主题配色的话,可以参考 [🔧 其他高级修改](#-其他高级修改)。 -当前 i18n 支持语言:en, zh-hans, zh-hant, ja, nl, pt-pt。i18n 文件夹内为所有语言文件。 +支持的 i18n 语言:`cs`, `en`, `ja`, `nl`, `pt-pt`, `zh-hans`, `zh-hant`。i18n 文件夹内为所有语言文件。 ## 目录 @@ -49,7 +49,7 @@ git submodule add https://github.com/amzrk2/hugo-theme-fuji.git themes/fuji 其他的可以看[官方指南](https://gohugo.io/overview/installing/)。 -然后把 `exampleSite` 复制出来,并修改 `config.toml` 即可。 +然后把 `exampleSite` 复制出来,并修改 `config.toml` 即可。注意这个文件内包含了所有使站点正常工作所需的配置项 (比如搜索页面的配置),因此将其当作参考是一个比较好的选择。 ## 🆕 更新主题 |