This commit is contained in:
Thomas Dedek
2019-12-18 11:37:56 +01:00
commit a6e9d9230f
39 changed files with 1152 additions and 0 deletions

19
config.toml Normal file
View File

@@ -0,0 +1,19 @@
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"