ensured "en" is not part of the configuration anymore
Some checks failed
Build Hugo Site / build (push) Failing after 41s

This commit is contained in:
Andreas Hnida 2024-04-17 06:49:07 +02:00
commit e38ffe47f0

View file

@ -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