From 0507e189e2d424e75887c85c8720583c3397dae9 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Wed, 17 Jan 2024 03:12:49 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5279fe5..6e0c0996 100644 --- a/README.md +++ b/README.md @@ -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