Added JSON configuration files

This commit is contained in:
2025-09-23 00:46:31 +02:00
parent a9596734e4
commit 4d200e29d4
7 changed files with 320 additions and 0 deletions

24
static/docs/todo.json Normal file
View File

@@ -0,0 +1,24 @@
{
"comment": [
"0 = NOT",
"1 = CHECKED",
"s = Striketrough"
],
"todo" : [
["1", "Get this shit Online"],
["0", "Finish this Website"],
["1", "Rework Photobook"],
["s", "Re-Add styles with cookies"],
["0", "Video about LS7 Computer"],
["0", "Build ma beloved 6502 phone"],
["0", "Build a simple wrist watch"],
["0", "Get a drivers license lol"],
["0", "Code a somewhat usable 3D renderer"],
["0", "Write docs for LS7 Computer 😭"],
["0", "Build LS7 Laptop"],
["0", "Finish LS7 Kernel (IKARUS)"],
["0", "Get a girlfriend lol"]
]
}