Ghost + Middleman?

Everyone,

Are there any examples of (or experience with) using Ghost as a headless CMS together with Middleman?

Thanks!

The “correct” way would be to make a ruby gem to pull the content in from the Ghost Content API. However the JavaScript SDK for Ghost is more straightforward to use directly. Check out this article I wrote on how to use Ghost with Jekyll, you should be able to repurpose the code to use with your Middleman project:

1 Like

Thanks a lot, David. I’ll take a look at your article.

1 Like