[PR #33] [MERGED] Feature/rss feed #38

Closed
opened 2026-02-15 17:17:22 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: feature/rss-feed


📝 Commits (3)

  • 2e3cc2b feat: add RSS feed integration for blog
  • b2f4371 refactor: simplify RSS feed format for better compatibility
  • f5e78a7 fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/openclaw.ai/pull/33 **Author:** [@Daxik2x](https://github.com/Daxik2x) **Created:** 1/30/2026 **Status:** ✅ Merged **Merged:** 2/13/2026 **Merged by:** [@steipete](https://github.com/steipete) **Base:** `main` ← **Head:** `feature/rss-feed` --- ### 📝 Commits (3) - [`2e3cc2b`](https://github.com/openclaw/openclaw.ai/commit/2e3cc2b0f77efd8fad6336b744061885c3e21499) feat: add RSS feed integration for blog - [`b2f4371`](https://github.com/openclaw/openclaw.ai/commit/b2f4371a323df9e4a2612c01ce6f65f42a044ae5) refactor: simplify RSS feed format for better compatibility - [`f5e78a7`](https://github.com/openclaw/openclaw.ai/commit/f5e78a70ffb81f7c9897d6333a6612a9ffef445e) fix: harden RSS feed implementation (#33) (thanks @Daxik2x) ### 📊 Changes **10 files changed** (+51 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:17:22 -05:00
yindo closed this issue 2026-02-15 17:17:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/openclaw.ai#38