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"