From 19f7ac26976d76dd2609adef15d2acfe225b9914 Mon Sep 17 00:00:00 2001 From: Shautvast Date: Thu, 26 Mar 2026 11:08:33 +0100 Subject: [PATCH] Add Codeberg social icon link Co-Authored-By: Claude Sonnet 4.6 --- hugo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hugo.toml b/hugo.toml index da16ad3..a31cefd 100644 --- a/hugo.toml +++ b/hugo.toml @@ -26,6 +26,10 @@ theme = "PaperMod" name = "github" url = "https://github.com/shautvast" + [[params.socialIcons]] + name = "codeberg" + url = "https://codeberg.org/shautvast" + [menu] [[menu.main]] identifier = "posts"