Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejh/hugo-theme-cactus-plus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornodejh <jianghangscu@gmail.com>2021-12-05 16:57:47 +0300
committernodejh <jianghangscu@gmail.com>2021-12-05 16:58:00 +0300
commit3232fe94efb00574d75841498f37c6168edda5a5 (patch)
tree138b9a923dfc7c66245bcb1249a3676036cd414f
parent205199b6da2c14c64e600aa342d3ba11b05c9932 (diff)
doc: update README
-rw-r--r--README-zh_CN.md1
-rw-r--r--README.md1
-rw-r--r--exampleSite/config.yaml2
3 files changed, 3 insertions, 1 deletions
diff --git a/README-zh_CN.md b/README-zh_CN.md
index e89454e..713f0a6 100644
--- a/README-zh_CN.md
+++ b/README-zh_CN.md
@@ -85,6 +85,7 @@ defaultContentLanguage: en
- `en`: 英语
- `zh`: 汉语
- `nl`: 荷兰语
+- `fr`: 法语
更多关于多语言的信息可以参考:[Multilingual Mode](https://gohugo.io/content-management/multilingual/)。
diff --git a/README.md b/README.md
index fcf2681..87ec77d 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,7 @@ Default is `en`. Now support:
- `en`: English
- `zh`: Chinese
- `nl`: Dutch
+- `fr`: French
More about multiple languages: [Multilingual Mode](https://gohugo.io/content-management/multilingual/).
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index 1854e16..e83f146 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -3,7 +3,7 @@ languageCode: en-us
title: Hugo
theme: hugo-theme-mini
-# Default content language, support en (English) / zh (Chinese) / nl (Dutch), default 'en'
+# Default content language, support en (English) / zh (Chinese) / nl (Dutch) / fr (French), default 'en'
defaultContentLanguage: en
# !!! exampleSite only, you may need to delete the line: `themesDir: ../../`