This commit is contained in:
Martin/Geno 2018-11-02 14:47:31 +01:00
commit 78abc4ee76
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
7 changed files with 51 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
public

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/hugo-lithium-theme"]
path = themes/hugo-lithium-theme
url = https://github.com/jrutheiser/hugo-lithium-theme

23
config.toml Normal file
View File

@ -0,0 +1,23 @@
baseurl = "https://c3tea.de/"
content = ""
languageCode = "de-de"
theme = "hugo-lithium-theme"
title = "33☕3"
[menu]
[[menu.main]]
name = "About us"
url = "/about-us/"
[params]
[params.logo]
alt = "Logo"
height = 50.0
url = "logo.png"
width = 50.0
[permalinks]
page = "/:title/"
post = "/:year/:month/:day/:title/"

8
content/page/about-us.md Normal file
View File

@ -0,0 +1,8 @@
---
date: 0001-01-01T00:00:00
title: About us
---
We are a crasy tea drinking group of person,
which meet at #33c3 in Hamburg during [thereisnogame](http://thereisnogame.de).

View File

@ -0,0 +1,7 @@
+++
draft = true
date = "2017-01-06T18:10:33+01:00"
title = "2016 12 31"
+++

View File

@ -0,0 +1,8 @@
+++
draft = true
date = "2017-06-06T18:10:33+01:00"
title = "2017 12 31"
+++
# Hallo

@ -0,0 +1 @@
Subproject commit 354060351781958f5976a0e642d15aefdd2ecb85