From 57c4cdd6693363dfb4ad54a00a799c2d2be5e453 Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Sun, 26 Jan 2025 13:44:08 +0100 Subject: [PATCH] added sources of information --- hugo.toml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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"