I’m using Ghost as a headless CMS for my personal blog. I’m missing the rss feed url. Sure I could use the default url but that section is private and rss do not work when your blog is in private mode. No problem there. Does the api supports returning xml as yet? If not, do I need to:
- Make an ajax request to get all posts
- Pass the object to the generate-feed.js
Obviously I’d need to copy the generate-feed.js onto my frontend then create my own /rss? That’s do-able but I thought I’d just ask if there’s a better way for people who went with the headless cms route.