Add environment variable for development environment in hugo.toml.
This commit is contained in:
parent
7b64c83876
commit
66804eb88c
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ defaultContentLanguage = "de"
|
||||||
# disable language
|
# disable language
|
||||||
disableLanguages = ["en"]
|
disableLanguages = ["en"]
|
||||||
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
|
||||||
|
environment = "development"
|
||||||
|
|
||||||
########################### Services #############################
|
########################### Services #############################
|
||||||
[services]
|
[services]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue