mirror of
https://github.com/openclaw/openclaw.ai.git
synced 2026-07-15 12:25:40 -04:00
[PR #33] [MERGED] Feature/rss feed #38
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/openclaw/openclaw.ai/pull/33
Author: @Daxik2x
Created: 1/30/2026
Status: ✅ Merged
Merged: 2/13/2026
Merged by: @steipete
Base:
main← Head:feature/rss-feed📝 Commits (3)
2e3cc2bfeat: add RSS feed integration for blogb2f4371refactor: simplify RSS feed format for better compatibilityf5e78a7fix: harden RSS feed implementation (#33) (thanks @Daxik2x)📊 Changes
10 files changed (+51 additions, -17 deletions)
View changed files
📝
CHANGELOG.md(+1 -1)📝
astro.config.mjs(+1 -1)📝
bun.lock(+14 -7)📝
package.json(+1 -0)📝
src/layouts/Layout.astro(+1 -0)➕
src/lib/blog.ts(+8 -0)📝
src/pages/blog/[...slug].astro(+3 -2)📝
src/pages/blog/index.astro(+2 -3)📝
src/pages/index.astro(+2 -3)➕
src/pages/rss.xml.js(+18 -0)📄 Description
Hey!
What do you think about adding an RSS feed for the blog? I use an aggregator to follow other sites, and it would be a great way to stay updated here as well.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.