www.iger.events/config.toml

25 lines
499 B
TOML
Raw Normal View History

2022-06-27 17:27:51 +02:00
baseURL = 'https://iger.events/'
languageCode = 'de-de'
2022-07-08 04:16:32 +02:00
paginate = 3
2022-06-27 17:27:51 +02:00
title = 'Intergalaktische Erfahrungsreise'
2022-06-28 12:59:32 +02:00
[menu]
2022-07-08 04:16:32 +02:00
[[menu.footer]]
name = "Kontakt"
url = "mailto:info@fairydust.reisen"
weight = 5
2022-06-28 12:59:32 +02:00
[[menu.footer]]
name = "Impressum"
url = "https://hackerspace-bamberg.de/Impressum"
weight = 10
2022-07-02 02:05:18 +02:00
[[menu.footer]]
name = "Mastodon"
url = "https://chaos.social/@iger"
weight = 20
2022-06-28 12:59:32 +02:00
2022-06-27 17:27:51 +02:00
[taxonomies]
2022-07-08 04:16:32 +02:00
[permalinks]
"/" = "/:year/:month/:slug/"
pages = "/:slug/"