From c5e553ea353552751f17a89cbff40753764d4a86 Mon Sep 17 00:00:00 2001 From: spetznas Date: Tue, 28 Apr 2026 09:14:26 +0200 Subject: [PATCH] Added Gitea, Mail and XMPP Logo --- hugo.toml | 52 ++++++++++++++++++++++++++++++++-------------------- 1 file changed, 32 insertions(+), 20 deletions(-) diff --git a/hugo.toml b/hugo.toml index 48892ca..ae22207 100755 --- a/hugo.toml +++ b/hugo.toml @@ -32,7 +32,7 @@ avatarURL = "images/avatar.jpg" dateFormat = "January 2, 2006" # since = 2019 # Git Commit in Footer, uncomment the line below to enable it -commit = "https://github.com/luizdepra/hugo-coder/tree/" +# commit = "https://github.com/luizdepra/hugo-coder/tree/" # Right To Left, shift content direction for languages such as Arabic rtl = false # Specify light/dark colorscheme @@ -151,11 +151,23 @@ author = "authors" # weight = 1 # url = "https://github.com/johndoe/" -# [[params.social]] -# name = "Gitlab" -# icon = "fa-brands fa-gitlab fa-2x" -# weight = 2 -# url = "https://gitlab.com/johndoe/" +[[params.social]] +name = "Gitea" +icon = "fa-brands fa-git-alt fa-2x" +weight = 2 +url = "https://git.netinfection.xyz/iroxol" + +[[params.social]] +name = "Email" +icon = "fa-solid fa-envelope fa-2x" +weight = 3 +url = "contact" + +[[params.social]] +name = "XMPP" +icon = "fa-solid fa-comment-dots fa-2x" +weight = 4 +url = "xmpp:iroxol@netinfection.xyz" # [[params.social]] # name = "LinkedIn" @@ -180,16 +192,16 @@ author = "authors" [languages.en] languageName = ":uk:" -# [[languages.en.menu.main]] -# name = "About" -# weight = 1 -# url = "about/" - # [[languages.en.menu.main]] # name = "Blog" # weight = 2 # url = "posts/" +[[languages.en.menu.main]] +name = "About" +weight = 1 +url = "about/" + [[languages.en.menu.main]] name = "Projects" weight = 3 @@ -210,16 +222,16 @@ info = ["Ausgebildeter Elektroniker für Geräte und Systeme ", "Informatikstude description = "Sítio pessoal de João Ninguém" keywords = "blog,desenvolvedor,pessoal" -# [[languages.de.menu.main]] -# name = "Sobre" -# weight = 1 -# url = "about/" - # [[languages.de.menu.main]] # name = "Blog" # weight = 2 # url = "posts/" +[[languages.de.menu.main]] +name = "Über mich" +weight = 1 +url = "about/" + [[languages.de.menu.main]] name = "Projekte" weight = 3 @@ -240,10 +252,10 @@ info = ["Квалифицированный электротехник по об description = "Sítio pessoal de João Ninguém" keywords = "blog,desenvolvedor,pessoal" -# [[languages.ru.menu.main]] -# name = "Sobre" -# weight = 1 -# url = "about/" +[[languages.ru.menu.main]] +name = "Обо мне" +weight = 1 +url = "about/" # [[languages.ru.menu.main]] # name = "Blog"