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
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
d2dced5769
commit
36dd07b8cb
14
config.toml
14
config.toml
|
@ -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
|
||||
|
|
|
@ -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>}}
|
||||
|
|
Loading…
Reference in New Issue