From 244d389fa5efc03ddab58fd30058602622c6ee33 Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Tue, 18 Mar 2025 07:13:04 +0100 Subject: [PATCH] added techblog --- CHANGELOG.md | 2 +- hugo.toml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84b1147..bd2408b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1 @@ -10.03.2025 +18.03.2025 diff --git a/hugo.toml b/hugo.toml index ac2fc71..456d49f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -56,12 +56,17 @@ identifier = "blog" weight = 300 url = "https://stephan.hadan.de/blog/" [[menu.main]] +name = "techblog" +identifier = "techblog" +weight = 400 +url = "https://reaktionsfaehig.net" +[[menu.main]] name = "techstack" identifier = "techstack" -weight = 400 +weight = 500 url = "https://techstack.hadan.de" [[menu.main]] name = "contact" identifier = "contact" -weight = 500 +weight = 600 url = "https://stephan.hadan.de/contact/"