feat(blog): add blog section and rss feed

- Add blog content collection schema and welcome post
- Create blog index, post layout components, and dynamic routing
- Add `@astrojs/rss` dependency and implement RSS feed generation
- Add blog links to header and footer navigation
- Update changelog with Gemini 3.1 Pro enhancement notes
This commit is contained in:
2026-02-22 09:44:42 +01:00
parent d7a85a2bec
commit ea6ffd37d2
10 changed files with 6184 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/rss": "^4.0.15",
"astro": "^5.17.3",
"typescript": "^5.9.3"
}