modified hugo.toml comments

This commit is contained in:
Somrat 2024-04-17 08:59:55 +06:00
parent a7e2089007
commit 2f8cd66481
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[hugoVersion] [hugoVersion]
extended = true extended = true
min = "0.115.2" min = "0.124.1"
[[imports]] [[imports]]
path = "github.com/zeon-studio/hugoplate" path = "github.com/zeon-studio/hugoplate"

View File

@ -17,7 +17,8 @@ disableLanguages = [
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
# default language # default language
defaultContentLanguage = 'en' defaultContentLanguage = 'en'
defaultContentLanguageInSubdir = true # defaultContentLanguageInSubdir need to be true if you want to use the language code as a subdirectory and language specific 404 page
defaultContentLanguageInSubdir = false
########################### Services ############################# ########################### Services #############################
[services] [services]