Start new hugo-based CoSin website
This commit is contained in:
commit
03bf4cd884
1 changed files with 21 additions and 0 deletions
21
config.toml
Normal file
21
config.toml
Normal file
|
@ -0,0 +1,21 @@
|
|||
baseURL = "https://www.cosin.ch/"
|
||||
|
||||
title = "CoSin - Chaos Singularity"
|
||||
|
||||
theme = "cosin-theme"
|
||||
|
||||
DefaultContentLanguage = "de"
|
||||
DefaultContentLanguageInSubdir = true
|
||||
|
||||
[Languages]
|
||||
[Languages.de]
|
||||
weight = 1
|
||||
|
||||
[Languages.fr]
|
||||
weight = 2
|
||||
|
||||
[Languages.it]
|
||||
weight = 3
|
||||
|
||||
[Languages.en]
|
||||
weight = 4
|
Loading…
Reference in a new issue