Start new hugo-based CoSin website

This commit is contained in:
Raoul 2018-04-23 04:16:22 +02:00
commit 03bf4cd884
No known key found for this signature in database
GPG key ID: C7493D73B67C1842

21
config.toml Normal file
View 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