Initial commit

This commit is contained in:
Daniel Molkentin 2018-05-18 00:50:21 +02:00
commit f556273928
24 changed files with 1477 additions and 0 deletions

29
config.toml Normal file
View file

@ -0,0 +1,29 @@
baseURL = "http://berlin.ccc.de/"
languageCode = "de-de"
title = "Chaos Computer Club Berlin e.V."
theme = "beautifulhugo"
[Params]
subtitle = "Willkommen! Wir sind ein Erfa-Kreis des Chaos Computer Club e.V. und die örtliche Niederlassung des CCC in Berlin."
logo = "img/logo.png"
favicon = "img/favicon.ico"
dateFormat = "January 2, 2006"
commit = false
rss = true
comments = true
readingTime = true
useHLJS = true
[Author]
twitter = "clubdiscordia"
email = "mail@berlin.ccc.de"
[[menu.main]]
name = "Impressum"
url = "page/impressum/"
weight = 500
[[menu.main]]
name = "News"
url = "post/"
weight = 600