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:
authorDavid Jimenez <dvejmz@sgfault.com>2022-02-22 02:25:35 +0300
committerDavid Jimenez <dvejmz@sgfault.com>2022-02-22 02:25:35 +0300
commit307f2203f99e8ffa0565855530b18a1394acff6d (patch)
treef6063310b221327d2871bc878e932038bdf3166d
parent50aa04b4830d6e77a5a8fa72a2bd4a5ad662c41d (diff)
docs: add Spanish locale setting info to documentation
-rw-r--r--README.md1
-rw-r--r--exampleSite/config.yaml4
2 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 87ec77d..f21d1db 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,7 @@ Default is `en`. Now support:
- `zh`: Chinese
- `nl`: Dutch
- `fr`: French
+- `es`: Spanish
More about multiple languages: [Multilingual Mode](https://gohugo.io/content-management/multilingual/).
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index e83f146..f15fb1a 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) / fr (French), default 'en'
+# Default content language, support en (English) / zh (Chinese) / nl (Dutch) / fr (French) / es (Spanish), default 'en'
defaultContentLanguage: en
# !!! exampleSite only, you may need to delete the line: `themesDir: ../../`
@@ -81,4 +81,4 @@ params:
customJS:
## e.g.
# - js/custom.js # local js in `static/js/custom.js`
- # - https://example.com/custom.js # remote js \ No newline at end of file
+ # - https://example.com/custom.js # remote js