factor out data into _data folder

This commit is contained in:
xunuwu 2025-05-20 20:25:49 +02:00
parent b5e68df877
commit 21bbe9607a
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
3 changed files with 44 additions and 30 deletions

12
_data/projects.json Normal file
View file

@ -0,0 +1,12 @@
[
{
"title": "nixos config",
"info": "configuration files for all my nixos computers",
"link": "https://github.com/xunuwu/nixos-config"
},
{
"title": "waymouse",
"info": "a cli utility for simulating mouse inputs on wayland",
"link": "https://github.com/xunuwu/waymouse"
}
]