restructure donw, rearing 1.0.0 release
This commit is contained in:
parent
aed70ccdd9
commit
aa59137748
13 changed files with 207 additions and 23 deletions
src/data/datafiles
27
src/data/datafiles/projectdata.json
Normal file
27
src/data/datafiles/projectdata.json
Normal 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"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue