feat(posts): search, upcoming events, RSS feed
Deploy to Firebase Hosting / deploy (push) Has been cancelled

- Client-side search on /posts/ (full archive, ~2-char threshold)
- Upcoming-events block at top of /posts/ from isEvent+eventDate posts
- RSS feed at /posts/rss.xml via @astrojs/rss
- Layout head: rss autodiscovery link
- RSS subscribe link below the listing
- Style tweaks on QuoteBlock and PostOverviewBlock
This commit is contained in:
Peter Meier
2026-04-14 15:43:34 +02:00
parent 4bfdf540fa
commit e09bc4de2a
8 changed files with 220 additions and 5 deletions
+1
View File
@@ -17,6 +17,7 @@
"firebase-deploy:nocache": "yarn build && firebase deploy --only hosting"
},
"dependencies": {
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/svelte": "^8.0.4",
"@fontsource-variable/lora": "^5.2.8",