diff --git a/.gitignore b/.gitignore index b584100..3523170 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,8 @@ pnpm-debug.log* # local content hotfolder src/content/* +!src/content/links/ +!src/content/links/links.json # environment variables .env diff --git a/src/content/links/links.json b/src/content/links/links.json new file mode 100644 index 0000000..14e54fc --- /dev/null +++ b/src/content/links/links.json @@ -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" + } +]