25 lines
499 B
TOML
25 lines
499 B
TOML
baseURL = 'https://iger.events/'
|
|
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/@iger"
|
|
weight = 20
|
|
|
|
[taxonomies]
|
|
|
|
[permalinks]
|
|
"/" = "/:year/:month/:slug/"
|
|
pages = "/:slug/"
|