added codeberg to homepage.

This commit is contained in:
Gabe Venberg 2025-10-29 14:45:52 +01:00
parent 6a176e1a50
commit 5da8f42240
4 changed files with 11 additions and 3 deletions

View file

@ -185,10 +185,18 @@ in {
Github = {
icon = "si-github-#181717";
href = "https://github.com";
siteMonitor = "https://git.venberg.xyz";
siteMonitor = "https://github.com";
description = "Non self hosted Git forge :(";
};
}
{
Codeberg = {
icon = "sh-codeberg";
href = "https://codeberg.org";
siteMonitor = "https://codeberg.org";
description = "Non self hosted Git forge, but at least open source!";
};
}
{
Cyberchef = {
icon = "sh-cyberchef.svg";