Add links.json to store external resources and update .gitignore to include it
This commit is contained in:
parent
ad7fa6f966
commit
9dfd3ef840
2 changed files with 21 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -14,6 +14,8 @@ pnpm-debug.log*
|
|||
|
||||
# local content hotfolder
|
||||
src/content/*
|
||||
!src/content/links/
|
||||
!src/content/links/links.json
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
|
|
|
|||
19
src/content/links/links.json
Normal file
19
src/content/links/links.json
Normal 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"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Reference in a new issue