From 730c7c7a792bbad899e49156c29d8c3c58facda9 Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 8 Jul 2022 23:48:09 +0200 Subject: [PATCH] Change base url, add more menu items, minify output --- config.toml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index b289db9..18f80fb 100644 --- a/config.toml +++ b/config.toml @@ -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]