add forgejo logo, remove mastodon

This commit is contained in:
Joe Ardent 2025-07-17 11:39:58 -07:00
parent 1f993bd0f1
commit aeb93c29af
2 changed files with 45 additions and 8 deletions

View file

@ -28,9 +28,9 @@ highlight_code = true
[extra]
# Put all your custom variables here
socials = [
{ name = "gitlab", url = "https://gitlab.com/nebkor", icon = "gitlab" },
{ name = "github", url = "https://github.com/nebkor", icon = "github" },
{ name = "mastodon", url = "https://socialnotwork.net/@nebkor", icon = "mastodon" },
{ name = "personal forge", url = "https://git.kittencollective.com/nebkor/", icon = "forgejo"},
{ name = "gitlab", url = "https://gitlab.com/nebkor", icon = "gitlab" },
{ name = "github", url = "https://github.com/nebkor", icon = "github" },
]
toc = true
@ -38,9 +38,9 @@ use_cdn = false
favicon = "/icon/favicon.png"
menu = [
{ name = "R&D", url = "/rnd", weight = 1 },
{ name = "sundries", url = "/sundries", weight = 2 },
{ name = "about", url = "/about", weight = 3 },
{ name = "home", url = "/", weight = 4 },
{ name = "tags", url = "/tags", weight = 5 }
{ name = "R&D", url = "/rnd", weight = 1 },
{ name = "sundries", url = "/sundries", weight = 2 },
{ name = "about", url = "/about", weight = 3 },
{ name = "home", url = "/", weight = 4 },
{ name = "tags", url = "/tags", weight = 5 }
]

View file

@ -0,0 +1,37 @@
<svg viewBox="0 0 212 212" xmlns="http://www.w3.org/2000/svg">
<metadata
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<rdf:RDF>
<cc:Work rdf:about="https://codeberg.org/forgejo/governance/src/branch/main/branding#logo">
<dc:title>Forgejo logo</dc:title>
<cc:creator rdf:resource="https://caesarschinas.com/"><cc:attributionName>Caesar Schinas</cc:attributionName></cc:creator>
<cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
</cc:Work>
</rdf:RDF>
</metadata>
<style type="text/css">
:root, svg {
color-scheme: dark light;
}
circle {
fill: none;
stroke: currentColor;
stroke-width: 15;
}
path {
fill: none;
stroke: currentColor;
stroke-width: 25;
}
</style>
<g transform="translate(6,6)">
<path d="M58 168 v-98 a50 50 0 0 1 50-50 h20" />
<path d="M58 168 v-30 a50 50 0 0 1 50-50 h20" />
<circle cx="142" cy="20" r="18" />
<circle cx="142" cy="88" r="18" />
<circle cx="58" cy="180" r="18" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB