From 1cbe7f0f5ca0563e7ccecbb30cd837414bd9b395 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Wed, 7 May 2025 06:59:33 +0000 Subject: [PATCH] Add gitea social --- assets/icons/gitea.svg | 2 ++ hugo.yaml | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 assets/icons/gitea.svg diff --git a/assets/icons/gitea.svg b/assets/icons/gitea.svg new file mode 100644 index 0000000..01abca1 --- /dev/null +++ b/assets/icons/gitea.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/hugo.yaml b/hugo.yaml index e2f6ad6..0c3d428 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -64,10 +64,16 @@ menu: weight: 20 params: icon: "brand-github" + - identifier: "gitea" + name: "Gitea" + url: "https://git.vezpi.me/Vezpi/blog" + weight: 30 + params: + icon: "brand-github" - identifier: "linkedin" name: "LinkedIn" url: "https://www.linkedin.com/in/etiennegirault/" - weight: 30 + weight: 40 params: icon: "brand-linkedin"