Cleaned up link code for projects and added git vs web links
All checks were successful
Docker Deploy / build-and-push (push) Successful in 5m7s

This commit is contained in:
2025-10-14 12:59:10 -06:00
parent 94146782cb
commit 0d474804ec
6 changed files with 76 additions and 56 deletions

View File

@@ -160,46 +160,47 @@ export const config: Config = {
id: "ascently",
name: "Ascently",
description: "FOSS Rock Climbing Tracker for iOS and Android",
link: "https://git.atri.dad/atridad/Ascently",
gitLink: "https://git.atri.dad/atridad/Ascently",
webLink: "https://ascently.atri.dad",
},
{
id: "muse",
name: "muse",
description: "Go-based music generation using TOML song definitions",
link: "https://git.atri.dad/atridad/muse",
gitLink: "https://git.atri.dad/atridad/muse",
},
{
id: "magiccounter",
name: "MagicCounter",
description: "Jeckpack Compose based Magic the Gathering Health Tracker",
link: "https://git.atri.dad/atridad/MagicCounter",
gitLink: "https://git.atri.dad/atridad/MagicCounter",
},
{
id: "mealient",
name: "Mealient (Fork of project by Kirill Kamakin)",
description: "An Android client for a self-hosted recipe manager Mealie.",
link: "https://git.atri.dad/atridad/Mealient",
gitLink: "https://git.atri.dad/atridad/Mealient",
},
{
id: "goth-stack",
name: "GOTH Stack",
description:
"🚀 A Web Application Template Powered by HTMX + Go + Tailwind 🚀",
link: "https://git.atri.dad/atridad/goth.stack",
gitLink: "https://git.atri.dad/atridad/goth.stack",
},
{
id: "himbot",
name: "Himbot",
description:
"A discord bot written in Go. Loosly named after my username online (HimbothySwaggins).",
link: "https://git.atri.dad/atridad/himbot",
gitLink: "https://git.atri.dad/atridad/himbot",
},
{
id: "loadr",
name: "loadr",
description:
"A lightweight REST load testing tool with robust support for different verbs, token auth, and performance reports.",
link: "https://git.atri.dad/atridad/loadr",
gitLink: "https://git.atri.dad/atridad/loadr",
},
],