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

@@ -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
# default language
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]