forked from web/portal
init
This commit is contained in:
19
config.toml
Normal file
19
config.toml
Normal 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"
|
||||
Reference in New Issue
Block a user