Re-add menu entries
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
0b3e910066
commit
02f8dcbc7c
30
config.toml
30
config.toml
|
@ -4,10 +4,10 @@ paginate = 3
|
||||||
title = 'Intergalaktische Erfahrungsreise'
|
title = 'Intergalaktische Erfahrungsreise'
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
# [[menu.footer]]
|
[[menu.footer]]
|
||||||
# name = "Kontakt"
|
name = "Kontakt"
|
||||||
# url = "mailto:info@fairydust.reisen"
|
url = "mailto:info@fairydust.reisen"
|
||||||
# weight = 5
|
weight = 5
|
||||||
[[menu.footer]]
|
[[menu.footer]]
|
||||||
name = "Impressum"
|
name = "Impressum"
|
||||||
url = "https://hackerspace-bamberg.de/Impressum"
|
url = "https://hackerspace-bamberg.de/Impressum"
|
||||||
|
@ -24,17 +24,13 @@ title = 'Intergalaktische Erfahrungsreise'
|
||||||
weight = 30
|
weight = 30
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Relive 2022"
|
name = "Tickets"
|
||||||
url = "https://streaming.media.ccc.de/iger-2022/relive"
|
url = "https://tickets.fairydust.reisen/iger-2023/"
|
||||||
weight = 12
|
weight = 20
|
||||||
# [[menu.main]]
|
[[menu.main]]
|
||||||
# name = "Tickets"
|
name = "CfP"
|
||||||
# url = "https://tickets.fairydust.reisen/iger-2022/"
|
url = "https://cfp.fairydust.reisen/iger-2023/"
|
||||||
# weight = 20
|
weight = 30
|
||||||
# [[menu.main]]
|
|
||||||
# name = "CfP"
|
|
||||||
# url = "https://cfp.fairydust.reisen/iger-2022/"
|
|
||||||
# weight = 30
|
|
||||||
# [[menu.main]]
|
# [[menu.main]]
|
||||||
# name = "Engelsystem"
|
# name = "Engelsystem"
|
||||||
# url = "https://helfen.fairydust.reisen/"
|
# url = "https://helfen.fairydust.reisen/"
|
||||||
|
@ -43,6 +39,10 @@ title = 'Intergalaktische Erfahrungsreise'
|
||||||
# name = "Feedback"
|
# name = "Feedback"
|
||||||
# url = "https://wiki.fairydust.reisen/feedback"
|
# url = "https://wiki.fairydust.reisen/feedback"
|
||||||
# weight = 70
|
# weight = 70
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Relive 2022"
|
||||||
|
url = "https://streaming.media.ccc.de/iger-2022/relive"
|
||||||
|
weight = 80
|
||||||
|
|
||||||
[minify]
|
[minify]
|
||||||
minifyOutput = true
|
minifyOutput = true
|
||||||
|
|
Loading…
Reference in New Issue