added bbw-notes to nav

This commit is contained in:
Arian Furrer 2024-02-11 12:02:19 +01:00
parent b7b2230eb0
commit 9e851d31a1
1 changed files with 8 additions and 3 deletions

View File

@ -14,20 +14,25 @@ theme = 'hugo-theme-techdoc'
url = "https://azo-notes.arian.li" url = "https://azo-notes.arian.li"
weight = 1 weight = 1
[[menu.main]]
name = "Berufsschul-Notizen"
url = "https://bbw-notes.arian.li"
weight = 2
[[menu.main]] [[menu.main]]
name = "Persönliche Homepage" name = "Persönliche Homepage"
url = "https://www.arian.li" url = "https://www.arian.li"
weight = 2 weight = 3
[[menu.main]] [[menu.main]]
name = "PlantUML Server" name = "PlantUML Server"
url = "https://uml.arian.li" url = "https://uml.arian.li"
weight = 3 weight = 4
[[menu.main]] [[menu.main]]
name = "Wastebin" name = "Wastebin"
url = "https://paste.arian.li" url = "https://paste.arian.li"
weight = 4 weight = 5
[markup] [markup]
defaultMarkdownHandler = "goldmark" defaultMarkdownHandler = "goldmark"