From f176cc23c00202350fde058522fd90fc933eb820 Mon Sep 17 00:00:00 2001 From: John Costa Date: Fri, 4 Apr 2025 12:10:22 +0100 Subject: [PATCH] feat: adding gitea --- hugo.toml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/hugo.toml b/hugo.toml index 9c87d75..78cdf99 100644 --- a/hugo.toml +++ b/hugo.toml @@ -35,13 +35,19 @@ title = "GitHub" url = "https://github.com/JohnCosta27/JohnTech" [[params.socialLinks]] -icon = "fa-solid fa-envelope" -title = "Email" -url = "mailto:johncosta027@gmail.com" +icon = "fa-brands fa-git-alt" +title = "Gitea" +url = "https://git.johncosta.tech" + [[params.socialLinks]] icon = "fa-brands fa-linkedin" title = "LinkedIn" url = "https://www.linkedin.com/in/john-costa-b883971b5/" +[[params.socialLinks]] +icon = "fa-solid fa-envelope" +title = "Email" +url = "mailto:johncosta027@gmail.com" + [taxonomies] tags = "tags"