Change base url, add more menu items, minify output
This commit is contained in:
parent
3d1a7f63a1
commit
730c7c7a79
24
config.toml
24
config.toml
|
@ -1,4 +1,4 @@
|
||||||
baseURL = 'https://iger.events/'
|
baseURL = 'https://fairydust.reisen/'
|
||||||
languageCode = 'de-de'
|
languageCode = 'de-de'
|
||||||
paginate = 3
|
paginate = 3
|
||||||
title = 'Intergalaktische Erfahrungsreise'
|
title = 'Intergalaktische Erfahrungsreise'
|
||||||
|
@ -16,9 +16,29 @@ title = 'Intergalaktische Erfahrungsreise'
|
||||||
name = "Mastodon"
|
name = "Mastodon"
|
||||||
url = "https://chaos.social/@iger"
|
url = "https://chaos.social/@iger"
|
||||||
weight = 20
|
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]
|
[permalinks]
|
||||||
"/" = "/:year/:month/:slug/"
|
"/" = "/:year/:month/:slug/"
|
||||||
pages = "/:slug/"
|
pages = "/:slug/"
|
||||||
|
|
||||||
|
[taxonomies]
|
||||||
|
|
Loading…
Reference in New Issue