Add links.json to store external resources and update .gitignore to include it

This commit is contained in:
Adrian Altner 2026-03-30 16:39:52 +02:00
parent ad7fa6f966
commit 9dfd3ef840
2 changed files with 21 additions and 0 deletions

2
.gitignore vendored
View file

@ -14,6 +14,8 @@ pnpm-debug.log*
# local content hotfolder # local content hotfolder
src/content/* src/content/*
!src/content/links/
!src/content/links/links.json
# environment variables # environment variables
.env .env

View file

@ -0,0 +1,19 @@
[
{
"title": "icomoon.io",
"url": "https://icomoon.io/",
"publishDate": "2026-03-27",
"description": "Many free icons",
"tags": ["ICONS", "SVG"],
"via": "https://dev.to/",
"collection": "Design"
},
{
"title": "13 CSS Blog Cards",
"url": "https://dev.to/frontendsolutions/13-css-blog-cards-54d7",
"publishDate": "2026-03-27",
"description": "not bad as inspiration",
"tags": ["css", "html", "frontend"],
"collection": "Development"
}
]