Compare commits
2 Commits
9133a34283
...
85128647a3
| Author | SHA1 | Date | |
|---|---|---|---|
| 85128647a3 | |||
| c5e553ea35 |
@@ -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"
|
||||
|
||||
+2
-2
@@ -136,14 +136,14 @@
|
||||
|
||||
|
||||
<li class="navigation-item">
|
||||
<a href="/ru/404.html">🇷🇺</a>
|
||||
<a href="/de/404.html">🇩🇪</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="navigation-item">
|
||||
<a href="/de/404.html">🇩🇪</a>
|
||||
<a href="/ru/404.html">🇷🇺</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
@@ -137,14 +137,14 @@
|
||||
|
||||
|
||||
<li class="navigation-item">
|
||||
<a href="/ru/categories/">🇷🇺</a>
|
||||
<a href="/categories/">🇬🇧</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="navigation-item">
|
||||
<a href="/categories/">🇬🇧</a>
|
||||
<a href="/ru/categories/">🇷🇺</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
@@ -175,6 +175,34 @@
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://git.netinfection.xyz/iroxol" aria-label="Gitea" >
|
||||
<i class="fa-brands fa-git-alt fa-2x" aria-hidden="true"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a href="contact" aria-label="Email" >
|
||||
<i class="fa-solid fa-envelope fa-2x" aria-hidden="true"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a href="xmpp:iroxol@netinfection.xyz" aria-label="XMPP" >
|
||||
<i class="fa-solid fa-comment-dots fa-2x" aria-hidden="true"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -22,13 +22,13 @@
|
||||
<loc>http://markinstefan.xyz/de/categories/</loc>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="ru"
|
||||
href="http://markinstefan.xyz/ru/categories/"
|
||||
hreflang="en"
|
||||
href="http://markinstefan.xyz/categories/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://markinstefan.xyz/categories/"
|
||||
hreflang="ru"
|
||||
href="http://markinstefan.xyz/ru/categories/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
|
||||
@@ -175,6 +175,34 @@
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://git.netinfection.xyz/iroxol" aria-label="Gitea" >
|
||||
<i class="fa-brands fa-git-alt fa-2x" aria-hidden="true"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a href="contact" aria-label="Email" >
|
||||
<i class="fa-solid fa-envelope fa-2x" aria-hidden="true"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a href="xmpp:iroxol@netinfection.xyz" aria-label="XMPP" >
|
||||
<i class="fa-solid fa-comment-dots fa-2x" aria-hidden="true"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -175,6 +175,34 @@
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://git.netinfection.xyz/iroxol" aria-label="Gitea" >
|
||||
<i class="fa-brands fa-git-alt fa-2x" aria-hidden="true"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a href="contact" aria-label="Email" >
|
||||
<i class="fa-solid fa-envelope fa-2x" aria-hidden="true"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a href="xmpp:iroxol@netinfection.xyz" aria-label="XMPP" >
|
||||
<i class="fa-solid fa-comment-dots fa-2x" aria-hidden="true"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -56,13 +56,13 @@
|
||||
<loc>http://markinstefan.xyz/ru/tags/</loc>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="de"
|
||||
href="http://markinstefan.xyz/de/tags/"
|
||||
hreflang="en"
|
||||
href="http://markinstefan.xyz/tags/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://markinstefan.xyz/tags/"
|
||||
hreflang="de"
|
||||
href="http://markinstefan.xyz/de/tags/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
|
||||
@@ -137,14 +137,14 @@
|
||||
|
||||
|
||||
<li class="navigation-item">
|
||||
<a href="/de/tags/">🇩🇪</a>
|
||||
<a href="/tags/">🇬🇧</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="navigation-item">
|
||||
<a href="/tags/">🇬🇧</a>
|
||||
<a href="/de/tags/">🇩🇪</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user