Update README.md

This commit is contained in:
Adam Matthiesen 2024-01-17 03:12:49 -08:00 committed by GitHub
parent a5e316b268
commit 0507e189e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,8 @@
![Astro-GhostCMS-Demo](https://repository-images.githubusercontent.com/742727289/f4a54637-44bd-49f5-8426-18dcccdbe5a6)
[Live Demo](https://astro-ghostcms.netlify.app/) of the Astro-GhostCMS integration in action!
Astro minimum Version: **Astro v4.0**
This Integration is 2 parts. Firstly, there is the API portion that uses the `@tryghost/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.
@ -14,8 +16,6 @@ This Integration is 2 parts. Firstly, there is the API portion that uses the `@
In this mode, the addon will not be just an API, but will be a full Route takeover, there is plans to add more themes in time, but for now there is only the base Casper theme based on Ghost's main Theme.
- [Live Demo](https://astro-ghostcms.netlify.app/) of the Astro-GhostCMS integration in action!
### Astro Add Installation
```sh