This commit is contained in:
parent
1d81060d7c
commit
2f4e569484
47 changed files with 2054 additions and 20 deletions
15
hugo.toml
15
hugo.toml
|
@ -3,6 +3,21 @@ canonifyURLs = true
|
|||
languageCode = 'de'
|
||||
title = 'iFSR-Website'
|
||||
disableKinds = ["taxonomy", "RSS"]
|
||||
|
||||
defaultContentLanguage = 'de'
|
||||
defaultContentLanguageInSubdir = false
|
||||
|
||||
[languages]
|
||||
[languages.de]
|
||||
languageName = "Deutsch"
|
||||
weight = 1
|
||||
contentDir = "content/de"
|
||||
|
||||
[languages.en]
|
||||
languageName = "English"
|
||||
weight = 2
|
||||
contentDir = "content/en"
|
||||
|
||||
[minify]
|
||||
|
||||
[[module.mounts]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue