55 lines
1.2 KiB
TOML
55 lines
1.2 KiB
TOML
baseURL = 'https://fairydust.reisen/'
|
|
languageCode = 'de-de'
|
|
paginate = 3
|
|
title = 'Intergalaktische Erfahrungsreise'
|
|
|
|
[menu]
|
|
# [[menu.footer]]
|
|
# name = "Kontakt"
|
|
# url = "mailto:info@fairydust.reisen"
|
|
# weight = 5
|
|
[[menu.footer]]
|
|
name = "Impressum"
|
|
url = "https://hackerspace-bamberg.de/Impressum"
|
|
weight = 10
|
|
[[menu.footer]]
|
|
name = "Mastodon"
|
|
url = "https://chaos.social/@erfahrungsreise"
|
|
weight = 20
|
|
[menu.footer.params]
|
|
rel = "me"
|
|
[[menu.footer]]
|
|
name = "Twitter"
|
|
url = "https://twitter.com/erfahrungsreise"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "Relive 2022"
|
|
url = "https://streaming.media.ccc.de/iger-2022/relive"
|
|
weight = 12
|
|
# [[menu.main]]
|
|
# name = "Tickets"
|
|
# url = "https://tickets.fairydust.reisen/iger-2022/"
|
|
# weight = 20
|
|
# [[menu.main]]
|
|
# 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
|
|
|
|
[minify]
|
|
minifyOutput = true
|
|
|
|
[permalinks]
|
|
"/" = "/:year/:month/:slug/"
|
|
pages = "/:slug/"
|
|
|
|
[taxonomies]
|