I’ve long been missing an important feature in Ghost, my blog publishing platform: there’s no inherent feature to create a post archive, or a list of all my posts in one place. I’ve gotten several requests for this feature, so I finally decided to just sit down and develop it using the Ghost Public API and a tiny bit of jQuery.

What follows is how I built my post archive the first time around. I have since replaced it with a Ghost-generated structure using the #get helper to solve some caching issues, but I like the look of the following system better. Please note that this post was written using Version 0.11.4 of Ghost and so it may change as Ghost changes.

#ghost

Creating a Post Archive with the Ghost API and jQuery
2.30 GEEK