Compare commits

..

4 Commits

Author SHA1 Message Date
Luca 7f75601d55 Disable fetching schedule
continuous-integration/drone/push Build is passing Details
2022-11-05 20:26:02 +01:00
Luca e82bda2e4c Update drone config
continuous-integration/drone/push Build is failing Details
2022-11-05 20:17:03 +01:00
Luca 36dd07b8cb Replace streaming link with link to ReLive, add feedback pad, disable menu entries for most other pages
continuous-integration/drone/push Build is passing Details
2022-09-25 16:31:22 +02:00
Luca d2dced5769 Remove tl;dr 2022-09-25 16:25:52 +02:00
6 changed files with 24 additions and 24 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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