diff --git a/hugo.toml b/hugo.toml index e59e629..5730eca 100644 --- a/hugo.toml +++ b/hugo.toml @@ -41,4 +41,21 @@ poweredby = false highlightjs = true socialmarkup = true toc = true -displayrssicon = false +displayrssicon = false + +## Main Menu +[[menu.main]] +name = "about" +identifier = "about" +weight = 200 +url = "https://stephan.hadan.de/about/" +[[menu.main]] +name = "projects" +identifier = "projects" +weight = 300 +url = "https://stephan.hadan.de/projects/overview/" +[[menu.main]] +name = "techstack" +identifier = "techstack" +weight = 400 +url = "https://techstack.hadan.de"