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"