Files
portal/config.toml
Thomas Dedek a6e9d9230f init
2019-12-18 11:37:56 +01:00

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"