Showcase latest post on website running on different stack

I was wondering how I can showcase our latest blog post on our company’s website that is running on jekyll. A lot of what is out there currently talks about how to edit ghost themes.

Are there any help docs that talks about this use case?

Why just post it directly here on the forum? Not sure why you are asking actually.

I’m actually curious about your setup. Cheers!

You can also post on blog posting site

You would need to use the Content API client-side to pull in the latest post, you can then use JS to display it where you need to on your external site.

There’s a small JS library available to help with talking to the Content API:

https://docs.ghost.org/api/javascript/

This was helpful. Thanks a bunch, @Kevin! :slight_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.