Compare commits

..

No commits in common. "7f75601d55a001376ca31ec1d8b1b38e7c677191" and "58dccf2c8e762c6cf758c39fb7068145465f0969" have entirely different histories.

6 changed files with 24 additions and 24 deletions

View File

@ -5,10 +5,10 @@ type: docker
name: default name: default
steps: steps:
# - name: fetch-schedule - name: fetch-schedule
# image: python:3.10-alpine image: python:3.10-alpine
# commands: commands:
# - bin/fetch_schedule.py - bin/fetch_schedule.py
- name: build - name: build
image: klakegg/hugo:ext-alpine-ci image: klakegg/hugo:ext-alpine-ci
@ -28,8 +28,8 @@ steps:
- name: deploy - name: deploy
image: appleboy/drone-scp image: appleboy/drone-scp
settings: &deploy-settings settings: &deploy-settings
host: dragon.luj0ga.de host: apple.franconian.net
port: 4222 port: 2222
username: www-data username: www-data
key: key:
from_secret: ssh_key from_secret: ssh_key

View File

@ -24,8 +24,8 @@ title = 'Intergalaktische Erfahrungsreise'
weight = 30 weight = 30
[[menu.main]] [[menu.main]]
name = "Relive" name = "Stream"
url = "https://streaming.media.ccc.de/iger-2022/relive" url = "https://streaming.media.ccc.de/iger-2022/sondermaschinenbau"
weight = 12 weight = 12
# [[menu.main]] # [[menu.main]]
# name = "Tickets" # name = "Tickets"
@ -35,14 +35,10 @@ title = 'Intergalaktische Erfahrungsreise'
# name = "CfP" # name = "CfP"
# url = "https://cfp.fairydust.reisen/iger-2022/" # url = "https://cfp.fairydust.reisen/iger-2022/"
# weight = 30 # weight = 30
# [[menu.main]]
# name = "Engelsystem"
# url = "https://helfen.fairydust.reisen/"
# weight = 40
[[menu.main]] [[menu.main]]
name = "Feedback" name = "Engelsystem"
url = "https://wiki.fairydust.reisen/feedback" url = "https://helfen.fairydust.reisen/"
weight = 70 weight = 40
[minify] [minify]
minifyOutput = true minifyOutput = true

View File

@ -1,8 +1,8 @@
--- ---
title: "FAQ" title: "FAQ"
#menu: menu:
# main: main:
# weight: 60 weight: 60
--- ---
## Gibt es ein Wiki zur Veranstaltung? ## Gibt es ein Wiki zur Veranstaltung?

View File

@ -1,8 +1,8 @@
--- ---
title: "Location" title: "Location"
#menu: menu:
# main: main:
# weight: 50 weight: 50
--- ---
Die IGER findet in Bamberg auf dem ehemaligen Industriegelände von Metalluk statt. Die IGER findet in Bamberg auf dem ehemaligen Industriegelände von Metalluk statt.

View File

@ -2,9 +2,9 @@
title: "Programm" title: "Programm"
slug: "schedule" slug: "schedule"
layout: nozoom layout: nozoom
#menu: menu:
# main: main:
# weight: 15 weight: 15
--- ---
{{<schedule>}} {{<schedule>}}

View File

@ -39,6 +39,10 @@
</nav> </nav>
</header> </header>
<main> <main>
<h4 class="tldr">
16. bis 18. September 2022 in Bamberg
<br>Beginn/Ende: 17 Uhr
</h4>
{{ block "main" . }} {{ block "main" . }}
{{ end }} {{ end }}
</main> </main>