From 72d28a68b359b857b517afcd50bc03ba965a7311 Mon Sep 17 00:00:00 2001 From: B Kleinen Date: Thu, 23 Sep 2021 11:46:37 +0200 Subject: [PATCH] config adaption, add seuh menu --- config.toml | 36 ++++++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 0b8cd06..b91beb0 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,6 @@ -baseURL = "www.example.com" -languageCode = "en-us" -title = "Hugo Hero Theme" -# themesDir = "../.." +baseURL = "www.seuh.org" +languageCode = "de-de" +title = "SEUH 2022" theme = "hugo-hero-theme" [module] @@ -23,6 +22,31 @@ theme = "hugo-hero-theme" meta_twitter_site = "@zerostaticio" meta_twitter_creator = "@zerostaticio" +[[menu.main]] + name = "SEUH" + url = "/seuh/" + weight = 1 + +[[menu.main]] + name = "Programm" + url = "/programm/" + weight = 2 + +[[menu.main]] + name = "Termine" + url = "/termine/" + weight = 3 + +[[menu.main]] + name = "Kontakt" + url = "/kontakt/" + weight = 4 +[[menu.main]] + name = "Sponsoren" + url = "/history/" + weight = 5 + + [[menu.main]] name = "Services" url = "/services/" @@ -49,6 +73,10 @@ theme = "hugo-hero-theme" url = "/contact/" weight = 4 + + + + [permalinks] post = "/:year/:month/:day/:slug/" pages = "/:filename/"