From 7228bf13ff401c728bfc15a2ba5e46b85141339b Mon Sep 17 00:00:00 2001 From: Shautvast Date: Sun, 29 Mar 2026 10:09:07 +0200 Subject: [PATCH] Add self-hosted Forgejo link, make it prominent in nav and first social icon Co-Authored-By: Claude Sonnet 4.6 --- hugo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hugo.toml b/hugo.toml index a31cefd..1c239d1 100644 --- a/hugo.toml +++ b/hugo.toml @@ -22,6 +22,10 @@ theme = "PaperMod" Title = "Hi, I'm Sander" Content = "Software engineer writing about Rust, Java, systems programming, and whatever else I find interesting." + [[params.socialIcons]] + name = "forgejo" + url = "https://git.sanderhautvast.nl" + [[params.socialIcons]] name = "github" url = "https://github.com/shautvast" @@ -31,6 +35,11 @@ theme = "PaperMod" url = "https://codeberg.org/shautvast" [menu] + [[menu.main]] + identifier = "git" + name = "My Git" + url = "https://git.sanderhautvast.nl" + weight = 5 [[menu.main]] identifier = "posts" name = "Posts"