From 66804eb88c5c7265e9f8a3f00d799f9b9e489a5b Mon Sep 17 00:00:00 2001 From: Andreas Hnida Date: Thu, 18 Apr 2024 08:52:05 +0200 Subject: [PATCH] Add environment variable for development environment in hugo.toml. --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index a0514a1..3a3cad5 100755 --- a/hugo.toml +++ b/hugo.toml @@ -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]