Skip to content

Getting Started with Astro-GhostCMS

Banner

This Integration is 2 parts. Firstly, there is the API portion that uses the @tsghost/content-api to create the link between astro and GhostCMS. From there we move to the Second Part, which is a theme pre-programmed to pull ALL of its data from GhostCMS iteself instead of storing any data locally outside of Build.

  • If you are looking for a more Customizable option please check the Templates page.
  • The default theme is not setup for SSR in Integration mode. As such is will most likely not function properly in that mode. You will need to build your own project around the API or customize the basetheme linked above.