restructure donw, rearing 1.0.0 release

This commit is contained in:
Firq 2025-04-07 21:53:48 +02:00
parent aed70ccdd9
commit aa59137748
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
13 changed files with 207 additions and 23 deletions
src/data/datafiles

View file

@ -0,0 +1,27 @@
[
{
"name": "skyeweave",
"description": "A small sideproject for a Python package to easily generate expressions from spritesheets for FGO. Works using the AtlasAcademy API",
"url": "https://forgejo.neshweb.net/Firq/skyeweave"
},
{
"name": "dockge-cli",
"description": "A Python CLI script for controlling the docker tool dockge, both by a user and from a CI (uni project about websockets)",
"url": "https://forgejo.neshweb.net/Firq/dockge-cli"
},
{
"name": "fgo-ta.com",
"description": "A site for archiving and organizing TA runs completed by the FGO commuity. Still WIP, with a preview available @ preview.fgo-ta.com",
"url": "https://fgo-ta.com"
},
{
"name": "this website",
"description": "My first real webdev project, born from a hand-written HTML page on GitLab Pages - feel free to read the related blog posts",
"url": "/"
},
{
"name": "my personal blog",
"description": "My own small blog - I'm not posting that much, but trying to share my experience in developing software and playing FGO.",
"url": "/blog"
}
]