change events layout and remove single events

This commit is contained in:
2026-06-12 20:34:34 +02:00
parent 1080a65cb1
commit a9f67c4bba
9 changed files with 15 additions and 318 deletions
+8 -9
View File
@@ -1,7 +1,7 @@
# -- Main Menu --
# The main menu is displayed in the header at the top of the page.
# Acceptable parameters are name, pageRef, page, url, title, weight.
#
#
# The simplest menu configuration is to provide:
# name = The name to be displayed for this menu link
# pageRef = The identifier of the page or section to link to
@@ -13,24 +13,24 @@
[[main]]
name = "Über Uns"
pageRef = "about"
weight = 10
weight = 10
[[main]]
name = "Das Format"
pageRef = "getting-started"
weight = 20
weight = 20
[[main]]
name = "Events"
name = "Turniere"
pageRef = "events"
weight = 30
[[main]]
name = "Beiträge"
pageRef = "posts"
weight = 40
weight = 40
#[[main]]
#[[main]]
# name = "Forum"
# url = "https://forum.hallofbrawl.de"
# weight = 50
@@ -55,7 +55,7 @@
name = "Allgemeine Regeln"
parent = "Regeln"
pageRef = "rules/general.de.md"
weight = 30
weight = 30
[[main]]
name = "FAQ"
@@ -74,5 +74,4 @@
[[footer]]
name = "Datenschutz"
pageRef = "privacy"
weight = 20
weight = 20
+1 -1
View File
@@ -17,7 +17,7 @@ smartTOC = true
smartTOCHideUnfocusedChildren = ""
defaultBackgroundImage = "img/background-sites.jpg"
defaultFeaturedImage = "img/background-sites.jpg"
mainSections = ["posts", "events"]
mainSections = ["posts"]
[header]
layout = "fixed-fill"