Skip to content

feat: Add rss feed#356

Merged
hendrikebbers merged 4 commits into
mainfrom
rss-feed
Jun 12, 2026
Merged

feat: Add rss feed#356
hendrikebbers merged 4 commits into
mainfrom
rss-feed

Conversation

@Jexsie

@Jexsie Jexsie commented Jun 12, 2026

Copy link
Copy Markdown
Member

Adds RSS feed support to the application by introducing a utility for generating RSS feeds from posts and creating new API routes to serve these feeds at multiple endpoints. The changes ensure that RSS feeds are generated in a static, cache-friendly manner and follow RSS 2.0 standards.

RSS Feed Generation Utility:

  • Added src/lib/rss.ts with functions to build an RSS 2.0 XML feed from posts, escape XML content, format dates, and provide appropriate response headers for RSS endpoints.

New RSS Feed Endpoints:

  • Created new API route handlers for /feed.xml, /rss.xml, and /posts/index.xml that use the RSS utility to generate and serve the RSS feed as a static response.

Signed-off-by: Jessie Ssebuliba <jessiessebuliba@gmail.com>
@netlify

netlify Bot commented Jun 12, 2026

Copy link
Copy Markdown

Deploy Preview for open-elements ready!

Name Link
🔨 Latest commit 96e2589
🔍 Latest deploy log https://app.netlify.com/projects/open-elements/deploys/6a2bcf7a158077000846ede0
😎 Deploy Preview https://deploy-preview-356--open-elements.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 71
Accessibility: 97
Best Practices: 92
SEO: 100
PWA: 60
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Jexsie added 3 commits June 12, 2026 11:52
Signed-off-by: Jessie Ssebuliba <jessiessebuliba@gmail.com>
Signed-off-by: Jessie Ssebuliba <jessiessebuliba@gmail.com>
Signed-off-by: Jessie Ssebuliba <jessiessebuliba@gmail.com>
@hendrikebbers hendrikebbers merged commit 11d80ea into main Jun 12, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants