From 9e851d31a10f3fa8b89e6b4c942148b94a92532b Mon Sep 17 00:00:00 2001 From: arian Date: Sun, 11 Feb 2024 12:02:19 +0100 Subject: [PATCH] added bbw-notes to nav --- hugo.toml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/hugo.toml b/hugo.toml index 7273bf5..edb8f7c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -14,20 +14,25 @@ theme = 'hugo-theme-techdoc' url = "https://azo-notes.arian.li" weight = 1 + [[menu.main]] + name = "Berufsschul-Notizen" + url = "https://bbw-notes.arian.li" + weight = 2 + [[menu.main]] name = "Persönliche Homepage" url = "https://www.arian.li" - weight = 2 + weight = 3 [[menu.main]] name = "PlantUML Server" url = "https://uml.arian.li" - weight = 3 + weight = 4 [[menu.main]] name = "Wastebin" url = "https://paste.arian.li" - weight = 4 + weight = 5 [markup] defaultMarkdownHandler = "goldmark"