jedmund-svelte/src/routes
Justin Edmund 89360aa1ff feat: improve RSS feed with full content and best practices
- Include full HTML content in RSS posts using content:encoded
- Support both TipTap and EditorJS content formats
- Use date as title for posts without titles
- Add featured images as enclosures for posts
- Implement RSS best practices:
  - Add CORS headers for wider compatibility
  - Support conditional requests (ETag/Last-Modified)
  - Set appropriate cache headers (5 min client, 10 min CDN)
  - Improve content parsing for various editor formats

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-24 04:00:14 -07:00
..
about refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
admin refactor: remove EnhancedComposer backward compatibility 2025-06-26 09:12:08 -04:00
albums fix: improve album page functionality and design 2025-07-11 20:12:43 -07:00
api feat: add comprehensive debug panel for development 2025-07-10 21:32:59 -07:00
labs refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
photos Tentative fix for mobile zoom 2025-07-24 03:45:00 -07:00
rss feat: improve RSS feed with full content and best practices 2025-07-24 04:00:14 -07:00
test-grids fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
universe refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
work/[slug] refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
+layout.svelte feat: restrict debug panel to /about page only 2025-07-11 20:12:23 -07:00
+page.svelte Better OpenGraph and HTML metadata 2025-06-11 23:58:11 -07:00
+page.ts Prettier + build errors 2025-06-02 08:41:03 -07:00