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"
}
]

32
_data/socials.json Normal file
View file

@ -0,0 +1,32 @@
[
{
"name": "discord",
"handle": "@xunuwu",
"link": "https://discord.com/users/821827926504112129"
},
{
"name": "bluesky",
"handle": "owoxun.bsky.social",
"link": "https://bsky.app/profile/owoxun.bsky.social"
},
{
"name": "roblox",
"handle": "@xunuwu",
"link": "https://www.roblox.com/users/149009823"
},
{
"name": "last.fm",
"handle": "xunuwu",
"link": "https://www.last.fm/user/xunuwu"
},
{
"name": "github",
"handle": "xunuwu",
"link": "https://github.com/xunuwu"
},
{
"name": "steam",
"handle": "xunuwu",
"link": "https://steamcommunity.com/id/xunuwu/"
}
]