forked from web/portal
19 lines
488 B
TOML
19 lines
488 B
TOML
baseURL = "https://my.ecogood.world/"
|
|
#languageCode = "de-de"
|
|
title = "Ecogood Portal old"
|
|
defaultContentLanguageInSubdir = true
|
|
|
|
disableKinds = ["RSS", "sitemap", "taxonomy", "taxonomyTerm"]
|
|
|
|
[languages]
|
|
[languages.en]
|
|
title = "Ecogood Portal set"
|
|
contentDir = "content"
|
|
languageName = "English"
|
|
[languages.de]
|
|
languageName = "Deutsch"
|
|
contentDir = "content"
|
|
[languages.fr]
|
|
title = "Ecogood portail"
|
|
contentDir = "content"
|
|
languageName = "Français" |