From 9553003d922fbb000e25798997ac372657748ae6 Mon Sep 17 00:00:00 2001 From: furtest Date: Tue, 17 Feb 2026 18:08:08 +0100 Subject: [PATCH] Add gitea link --- hugo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index ad9b876..b8156ff 100644 --- a/hugo.toml +++ b/hugo.toml @@ -35,10 +35,16 @@ style = "github-dark" tag = "tags" author = "authors" +[[params.social]] + name = "Gitea" + icon = "fa-brands fa-git-alt fa-2x" + weight = 1 + url = "https://git.furtest.fr/furtest/" + [[params.social]] name = "Github" icon = "fa-brands fa-github fa-2x" - weight = 1 + weight = 2 url = "https://github.com/furtest/" [[menu.main]]