Added Gitea, Mail and XMPP Logo

This commit is contained in:
spetznas
2026-04-28 09:14:26 +02:00
parent 9133a34283
commit c5e553ea35
+32 -20
View File
@@ -32,7 +32,7 @@ avatarURL = "images/avatar.jpg"
dateFormat = "January 2, 2006" dateFormat = "January 2, 2006"
# since = 2019 # since = 2019
# Git Commit in Footer, uncomment the line below to enable it # 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 # Right To Left, shift content direction for languages such as Arabic
rtl = false rtl = false
# Specify light/dark colorscheme # Specify light/dark colorscheme
@@ -151,11 +151,23 @@ author = "authors"
# weight = 1 # weight = 1
# url = "https://github.com/johndoe/" # url = "https://github.com/johndoe/"
# [[params.social]] [[params.social]]
# name = "Gitlab" name = "Gitea"
# icon = "fa-brands fa-gitlab fa-2x" icon = "fa-brands fa-git-alt fa-2x"
# weight = 2 weight = 2
# url = "https://gitlab.com/johndoe/" 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]] # [[params.social]]
# name = "LinkedIn" # name = "LinkedIn"
@@ -180,16 +192,16 @@ author = "authors"
[languages.en] [languages.en]
languageName = ":uk:" languageName = ":uk:"
# [[languages.en.menu.main]]
# name = "About"
# weight = 1
# url = "about/"
# [[languages.en.menu.main]] # [[languages.en.menu.main]]
# name = "Blog" # name = "Blog"
# weight = 2 # weight = 2
# url = "posts/" # url = "posts/"
[[languages.en.menu.main]]
name = "About"
weight = 1
url = "about/"
[[languages.en.menu.main]] [[languages.en.menu.main]]
name = "Projects" name = "Projects"
weight = 3 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" description = "Sítio pessoal de João Ninguém"
keywords = "blog,desenvolvedor,pessoal" keywords = "blog,desenvolvedor,pessoal"
# [[languages.de.menu.main]]
# name = "Sobre"
# weight = 1
# url = "about/"
# [[languages.de.menu.main]] # [[languages.de.menu.main]]
# name = "Blog" # name = "Blog"
# weight = 2 # weight = 2
# url = "posts/" # url = "posts/"
[[languages.de.menu.main]]
name = "Über mich"
weight = 1
url = "about/"
[[languages.de.menu.main]] [[languages.de.menu.main]]
name = "Projekte" name = "Projekte"
weight = 3 weight = 3
@@ -240,10 +252,10 @@ info = ["Квалифицированный электротехник по об
description = "Sítio pessoal de João Ninguém" description = "Sítio pessoal de João Ninguém"
keywords = "blog,desenvolvedor,pessoal" keywords = "blog,desenvolvedor,pessoal"
# [[languages.ru.menu.main]] [[languages.ru.menu.main]]
# name = "Sobre" name = "Обо мне"
# weight = 1 weight = 1
# url = "about/" url = "about/"
# [[languages.ru.menu.main]] # [[languages.ru.menu.main]]
# name = "Blog" # name = "Blog"