use collections and provide rss feed for the blog

This commit is contained in:
2024-07-22 19:37:18 +02:00
parent 0bca511144
commit 3cc883d082
13 changed files with 1876 additions and 1486 deletions
+10 -5
View File
@@ -9,12 +9,17 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.0.0",
"@astrojs/svelte": "^5.0.0",
"astro": "^4.0.1",
"@astrojs/mdx": "^2.3.1",
"@astrojs/rss": "^4.0.7",
"@astrojs/svelte": "^5.7.0",
"astro": "^4.12.2",
"markdown-it": "^14.1.0",
"marked": "^13.0.2",
"reading-time": "^1.5.0",
"rehype-external-links": "^3.0.0",
"remark-gfm": "^4.0.0",
"remark-smartypants": "^2.0.0"
"remark-smartypants": "^2.1.0",
"sanitize-html": "^2.13.0",
"zod": "^3.23.8"
}
}
}