initial commit

This commit is contained in:
Jan Christian Grünhage 2019-10-06 21:58:02 +02:00
commit 7d74ca3271
7 changed files with 86 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/after-dark"]
path = themes/after-dark
url = https://github.com/getzola/after-dark

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM docker.io/nginx
COPY public /usr/share/nginx/html

25
config.toml Normal file
View File

@ -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"

6
content/_index.md Normal file
View File

@ -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/).

View File

@ -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

1
themes/after-dark Submodule

@ -0,0 +1 @@
Subproject commit 0a6a4fcffc9eb5d731c9da40b8debcb072062aa8