Compare commits
No commits in common. "7f75601d55a001376ca31ec1d8b1b38e7c677191" and "58dccf2c8e762c6cf758c39fb7068145465f0969" have entirely different histories.
7f75601d55
...
58dccf2c8e
12
.drone.yml
12
.drone.yml
|
@ -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: dragon.luj0ga.de
|
||||
port: 4222
|
||||
host: apple.franconian.net
|
||||
port: 2222
|
||||
username: www-data
|
||||
key:
|
||||
from_secret: ssh_key
|
||||
|
|
14
config.toml
14
config.toml
|
@ -24,8 +24,8 @@ title = 'Intergalaktische Erfahrungsreise'
|
|||
weight = 30
|
||||
|
||||
[[menu.main]]
|
||||
name = "Relive"
|
||||
url = "https://streaming.media.ccc.de/iger-2022/relive"
|
||||
name = "Stream"
|
||||
url = "https://streaming.media.ccc.de/iger-2022/sondermaschinenbau"
|
||||
weight = 12
|
||||
# [[menu.main]]
|
||||
# name = "Tickets"
|
||||
|
@ -35,14 +35,10 @@ 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 = "Feedback"
|
||||
url = "https://wiki.fairydust.reisen/feedback"
|
||||
weight = 70
|
||||
name = "Engelsystem"
|
||||
url = "https://helfen.fairydust.reisen/"
|
||||
weight = 40
|
||||
|
||||
[minify]
|
||||
minifyOutput = true
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: "FAQ"
|
||||
#menu:
|
||||
# main:
|
||||
# weight: 60
|
||||
menu:
|
||||
main:
|
||||
weight: 60
|
||||
---
|
||||
|
||||
## Gibt es ein Wiki zur Veranstaltung?
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
title: "Programm"
|
||||
slug: "schedule"
|
||||
layout: nozoom
|
||||
#menu:
|
||||
# main:
|
||||
# weight: 15
|
||||
menu:
|
||||
main:
|
||||
weight: 15
|
||||
---
|
||||
|
||||
{{<schedule>}}
|
||||
|
|
|
@ -39,6 +39,10 @@
|
|||
</nav>
|
||||
</header>
|
||||
<main>
|
||||
<h4 class="tldr">
|
||||
16. bis 18. September 2022 in Bamberg
|
||||
<br>Beginn/Ende: 17 Uhr
|
||||
</h4>
|
||||
{{ block "main" . }}
|
||||
{{ end }}
|
||||
</main>
|
||||
|
|
Loading…
Reference in New Issue