config: set multilingualMode = false per default
This commit is contained in:
parent
76544a40c6
commit
143e313475
|
@ -10,7 +10,7 @@ rssLimit = 10
|
||||||
|
|
||||||
# Multilingual
|
# Multilingual
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
# disableLanguages = ["de", "nl"]
|
disableLanguages = ["de", "nl"]
|
||||||
# defaultContentLanguageInSubdir = true
|
# defaultContentLanguageInSubdir = true
|
||||||
|
|
||||||
# add redirects/headers
|
# add redirects/headers
|
||||||
|
|
|
@ -101,7 +101,7 @@ lastMod = false
|
||||||
breadCrumb = false
|
breadCrumb = false
|
||||||
highLight = true
|
highLight = true
|
||||||
kaTex = false
|
kaTex = false
|
||||||
multilingualMode = true
|
multilingualMode = false
|
||||||
docsVersioning = false
|
docsVersioning = false
|
||||||
fullWidth = false
|
fullWidth = false
|
||||||
navbarSticky = true
|
navbarSticky = true
|
||||||
|
|
Loading…
Reference in New Issue