Adding an Atom feed to your Ghost Blog

ghost blog atom

It's easy to add custom pages to your favourite Ghost blog theme, and using Ghosts contexts we can leverage author and post data to create an Atom feed to compliment the built in RSS feed that comes with Ghost out of the box.

All you'll need to do is take the atom.hbs file from the repo below, unzip your theme file, add the atom.hbs file to the root of the theme and zip it up again. Then for the routing and header injection, just follow the instructions in the repo.

https://github.com/JWHorner/ghost-atom-feed

Mark-up validated as of time of publishing. Let me know if you spot any validation failures in your feeds 😉