From 7d74ca32714ff5f6549939c37f6f848cc2a93a33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sun, 6 Oct 2019 21:58:02 +0200 Subject: [PATCH] initial commit --- .gitignore | 1 + .gitmodules | 3 +++ Dockerfile | 3 +++ config.toml | 25 ++++++++++++++++++++ content/_index.md | 6 +++++ content/zeitplan/_index.md | 47 ++++++++++++++++++++++++++++++++++++++ themes/after-dark | 1 + 7 files changed, 86 insertions(+) create mode 100644 .gitignore create mode 100644 .gitmodules create mode 100644 Dockerfile create mode 100644 config.toml create mode 100644 content/_index.md create mode 100644 content/zeitplan/_index.md create mode 160000 themes/after-dark 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..f2dd85a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/after-dark"] + path = themes/after-dark + url = https://github.com/getzola/after-dark diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..ab5d8dd --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM docker.io/nginx +COPY public /usr/share/nginx/html + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..119964a --- /dev/null +++ b/config.toml @@ -0,0 +1,25 @@ +# The URL the site will be built for +base_url = "https://winkekatze.space" + +# Whether to automatically compile all Sass files in the sass directory +compile_sass = true + +# Whether to do syntax highlighting +# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola +highlight_code = true + +# Whether to build a search index to be used later on by a JavaScript library +build_search_index = true + +theme = "after-dark" + +[extra] +# Put all your custom variables here + +after_dark_menu = [ + {url = "$BASE_URL", name = "Übersicht"}, + {url = "$BASE_URL/zeitplan", name = "Zeitplan"}, + {url = "https://chat.winkekatze.space", name = "Chat"}, +] + +after_dark_title = "202 Accepted" diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..60cc4ee --- /dev/null +++ b/content/_index.md @@ -0,0 +1,6 @@ ++++ +paginate_by = 5 ++++ +## Hallo Ersti! +Wir sind "202 Accepted" und hier findet ihr unsere bescheidene Homepage, wo ihr die wichtigsten Infos für eure O-Phase findet. +Die Infos der Fachschaft findet ihr auf der [Website der Fachschaft zur O-Phase 2019](https://o-phase.com/de/ws1920/). diff --git a/content/zeitplan/_index.md b/content/zeitplan/_index.md new file mode 100644 index 0000000..6d1d029 --- /dev/null +++ b/content/zeitplan/_index.md @@ -0,0 +1,47 @@ ++++ +title = "Wochenplan - 202 Accepted" ++++ + +## Montag: + * Vormittag: + * Begrüßungsveranstaltung 9:00 - 12:00 + * Nachmittag: + * Kennenlernen & Campustour (inkl. Gulasch) 12:00 - 18:00 + * Abend: + * Grillen 18:00 - * + +## Dienstag: + * Vormittag: + * Entropia (inkl. Frühstück) 10:00 - 14:00 + * Nachmittag: + * FBI 14:00 - 15:30 + * KIT-Karte 15:30 - 18:00 + * Abend: + * O-Phest 18:00 - * + +## Mittwoch: + * Vormittag: + * Cafe Emaille 9:00 - 11:00 + * Nachmittag: + * O-Ralley 11:00 - 19:00 + * Lehramt (EAS) 11:30 - * + * Abend: + * Spieleabend / LAN 19:00 - * + +## Donnerstag: + * Vormittag: + * SCC 10:00 - 11:00 + * ATIS 11:00 - * + * Mensa * - 13:30 + * Nachmittag: + * O-Lympia 13:30 - 17:00 + * Abend: + * Retrogames 17:00 - 21:00 + * Barabend mit Arrrrr! 21:00 - * + +## Freitag: + * Vormittag: + * Abschlussveranstaltung 11:30 - 12:30 + * Nachmittag: + * ZKM 12:30 - * + * Abend: offen diff --git a/themes/after-dark b/themes/after-dark new file mode 160000 index 0000000..0a6a4fc --- /dev/null +++ b/themes/after-dark @@ -0,0 +1 @@ +Subproject commit 0a6a4fcffc9eb5d731c9da40b8debcb072062aa8