Getting Started with Astro-GhostCMS
Live Demo Live Demo if the Astro-GhostCMS integration in action
Live Demo's Repo GitHub Repo for the Live Demo, to show how simple our setups are!
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.