factor out data into _data folder
This commit is contained in:
parent
b5e68df877
commit
21bbe9607a
3 changed files with 44 additions and 30 deletions
12
_data/projects.json
Normal file
12
_data/projects.json
Normal 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"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue