ensured "en" is not part of the configuration anymore
Some checks failed
Build Hugo Site / build (push) Failing after 41s
Some checks failed
Build Hugo Site / build (push) Failing after 41s
This commit is contained in:
parent
50ca1bfda9
commit
e38ffe47f0
1 changed files with 1 additions and 2 deletions
|
|
@ -13,8 +13,7 @@ paginate = 2 # see https://gohugo.io/extras/pagination/
|
||||||
summaryLength = 10 # see https://gohugo.io/content-management/excerpts/
|
summaryLength = 10 # see https://gohugo.io/content-management/excerpts/
|
||||||
defaultContentLanguage = "de"
|
defaultContentLanguage = "de"
|
||||||
# disable language
|
# disable language
|
||||||
disableLanguages = [
|
disableLanguages = ["en"]
|
||||||
] # example: ["fr"] for disable french language. see https://gohugo.io/content-management/multilingual/
|
|
||||||
hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage
|
hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue