Add self-hosted Forgejo link, make it prominent in nav and first social icon

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Shautvast 2026-03-29 10:09:07 +02:00
parent 6b445e21e5
commit 7228bf13ff

View file

@ -22,6 +22,10 @@ theme = "PaperMod"
Title = "Hi, I'm Sander" Title = "Hi, I'm Sander"
Content = "Software engineer writing about Rust, Java, systems programming, and whatever else I find interesting." 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]] [[params.socialIcons]]
name = "github" name = "github"
url = "https://github.com/shautvast" url = "https://github.com/shautvast"
@ -31,6 +35,11 @@ theme = "PaperMod"
url = "https://codeberg.org/shautvast" url = "https://codeberg.org/shautvast"
[menu] [menu]
[[menu.main]]
identifier = "git"
name = "My Git"
url = "https://git.sanderhautvast.nl"
weight = 5
[[menu.main]] [[menu.main]]
identifier = "posts" identifier = "posts"
name = "Posts" name = "Posts"