feat: update for multilingual support
This commit is contained in:
@ -11,7 +11,7 @@ rssLimit = 10
|
||||
|
||||
# Multilingual
|
||||
defaultContentLanguage = "en"
|
||||
# disableLanguages = ["nl"]
|
||||
disableLanguages = ["de", "nl"]
|
||||
# defaultContentLanguageInSubdir = true
|
||||
|
||||
# add redirects/headers
|
||||
|
@ -5,6 +5,13 @@
|
||||
[en.params]
|
||||
languageISO = "EN"
|
||||
|
||||
[de]
|
||||
languageName = "German"
|
||||
contentDir = "content/de"
|
||||
weight = 15
|
||||
[de.params]
|
||||
languageISO = "DE"
|
||||
|
||||
[nl]
|
||||
languageName = "Nederlands"
|
||||
contentDir = "content/nl"
|
||||
|
@ -76,5 +76,5 @@ editPage = false
|
||||
highLight = true
|
||||
kaTex = false
|
||||
collapsibleSidebar = true
|
||||
multilingualMode = true
|
||||
multilingualMode = false
|
||||
docsVersioning = false # Not yet functional
|
||||
|
Reference in New Issue
Block a user