truck: move assets & data out of public-folder

This commit is contained in:
Sindre Kjelsrud 2023-12-09 15:54:55 +01:00
parent e3ea930720
commit 226b890447
3 changed files with 9 additions and 0 deletions

31
data/tools.json Normal file
View file

@ -0,0 +1,31 @@
[
{
"name": "Obsidian",
"description": "Private and flexible notetaking app that adapts to the way you think",
"link": "https://obsidian.md/",
"icon": "https://img.icons8.com/?size=512&id=q53th37bGbV0&format=png",
"tag": "productivity"
},
{
"name": "GitHub",
"description": "Code hosting for all projects",
"link": "https://github.com/",
"icon": "https://img.icons8.com/?size=512&id=52539&format=png",
"tag": "webdev"
},
{
"name": "Alacritty",
"description": "A modern terminal emulator that comes with sensible defaults, but allows for extensive configuration",
"link": "https://alacritty.org/",
"icon": "https://cdn.icon-icons.com/icons2/3053/PNG/512/alacritty_macos_bigsur_icon_190410.png",
"tag": "productivity"
},
{
"name": "Figma",
"description": "Design tool for all design artifacts and social media handles",
"link": "https://www.figma.com/",
"icon": "https://img.icons8.com/?size=512&id=zfHRZ6i1Wg0U&format=png",
"tag": "design"
}
]