Change base url, add more menu items, minify output

This commit is contained in:
Luca 2022-07-08 23:48:09 +02:00
parent 3d1a7f63a1
commit 730c7c7a79
1 changed files with 22 additions and 2 deletions

View File

@ -1,4 +1,4 @@
baseURL = 'https://iger.events/'
baseURL = 'https://fairydust.reisen/'
languageCode = 'de-de'
paginate = 3
title = 'Intergalaktische Erfahrungsreise'
@ -16,9 +16,29 @@ title = 'Intergalaktische Erfahrungsreise'
name = "Mastodon"
url = "https://chaos.social/@iger"
weight = 20
[[menu.footer]]
name = "Twitter"
url = "https://twitter.com/erfahrungsreise"
weight = 30
[taxonomies]
[[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
[minify]
minifyOutput = true
[permalinks]
"/" = "/:year/:month/:slug/"
pages = "/:slug/"
[taxonomies]