Add environment variable for development environment in hugo.toml.

This commit is contained in:
Andreas Hnida 2024-04-18 08:52:05 +02:00
commit 66804eb88c

View file

@ -15,7 +15,7 @@ defaultContentLanguage = "de"
# disable language
disableLanguages = ["en"]
hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage
environment = "development"
########################### Services #############################
[services]