From 78abc4ee76bb6485b32e7e0311817160f88d2d07 Mon Sep 17 00:00:00 2001 From: Martin/Geno Date: Fri, 2 Nov 2018 14:47:31 +0100 Subject: [PATCH] init --- .gitignore | 1 + .gitmodules | 3 +++ config.toml | 23 +++++++++++++++++++++++ content/page/about-us.md | 8 ++++++++ content/post/2016-12-31.md | 7 +++++++ content/post/2017-06-12.md | 8 ++++++++ themes/hugo-lithium-theme | 1 + 7 files changed, 51 insertions(+) create mode 100644 .gitignore create mode 100644 .gitmodules create mode 100644 config.toml create mode 100644 content/page/about-us.md create mode 100644 content/post/2016-12-31.md create mode 100644 content/post/2017-06-12.md create mode 160000 themes/hugo-lithium-theme diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a48cf0d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +public diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f95bd34 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hugo-lithium-theme"] + path = themes/hugo-lithium-theme + url = https://github.com/jrutheiser/hugo-lithium-theme diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..eac09c9 --- /dev/null +++ b/config.toml @@ -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/" + diff --git a/content/page/about-us.md b/content/page/about-us.md new file mode 100644 index 0000000..afc7a8e --- /dev/null +++ b/content/page/about-us.md @@ -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). diff --git a/content/post/2016-12-31.md b/content/post/2016-12-31.md new file mode 100644 index 0000000..7fedcaf --- /dev/null +++ b/content/post/2016-12-31.md @@ -0,0 +1,7 @@ ++++ +draft = true +date = "2017-01-06T18:10:33+01:00" +title = "2016 12 31" + ++++ + diff --git a/content/post/2017-06-12.md b/content/post/2017-06-12.md new file mode 100644 index 0000000..09ca644 --- /dev/null +++ b/content/post/2017-06-12.md @@ -0,0 +1,8 @@ ++++ +draft = true +date = "2017-06-06T18:10:33+01:00" +title = "2017 12 31" + ++++ + +# Hallo \ No newline at end of file diff --git a/themes/hugo-lithium-theme b/themes/hugo-lithium-theme new file mode 160000 index 0000000..3540603 --- /dev/null +++ b/themes/hugo-lithium-theme @@ -0,0 +1 @@ +Subproject commit 354060351781958f5976a0e642d15aefdd2ecb85