Skip to content

Commit 93557b2

Browse files
committed
Finished some items, added some more
1 parent b8eb8e6 commit 93557b2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

site/content/todo/2023.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"todo": [
3-
{ "desc": "Survive again" },
3+
{ "desc": "Survive again", "done": true },
44
{ "desc": "An actual full year contribution streak", "done": true },
55
{
66
"desc": "Create an one-for-all package manager",

site/content/todo/2024.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"desc": "Survive yet again"
55
},
66
{
7-
"desc": "Rewrite this site in Nuxt"
7+
"desc": "Rewrite this site in Nuxt",
8+
"done": true
89
},
910
{
1011
"desc": "Get Ordis (Warframe market bot) into a production state",
@@ -25,6 +26,13 @@
2526
},
2627
{
2728
"desc": "Complete a modern C++ course"
29+
},
30+
{
31+
"desc": "General config file sync",
32+
"url": "https://github.com/Xithrius/alacrite"
33+
},
34+
{
35+
"desc": "Search engine that summarizes results via LLM(s)"
2836
}
2937
]
3038
}

0 commit comments

Comments
 (0)