modified hugo.toml comments
This commit is contained in:
parent
a7e2089007
commit
2f8cd66481
@ -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"
|
||||||
|
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user