Easily migrate your Ghost Site to Astro, an Astro Integration that turns your Ghost server into a Headless CMS https://astro-ghostcms.xyz/
Go to file
Adam Matthiesen aad6f0175d
Create README.md
2024-01-23 18:40:45 -08:00
.github Update lighthouse.yml 2024-01-23 18:39:25 -08:00
.vscode pnpm monorepo migration complete 2024-01-23 10:51:23 -08:00
demo up 2024-01-23 18:09:04 -08:00
packages up readme 2024-01-23 18:19:51 -08:00
playground prep for v3... 2024-01-23 13:54:54 -08:00
unlighthouse Create README.md 2024-01-23 18:40:45 -08:00
www fix 2024-01-23 16:56:26 -08:00
.gitignore pnpm monorepo migration complete 2024-01-23 10:51:23 -08:00
README.md last commit for now 2024-01-23 18:17:54 -08:00
biome.json pnpm monorepo migration complete 2024-01-23 10:51:23 -08:00
package.json Bump @biomejs/biome from 1.5.2 to 1.5.3 2024-01-23 20:07:02 +00:00
pnpm-lock.yaml up demo 2024-01-23 17:34:15 -08:00
pnpm-workspace.yaml merge 2024-01-23 12:03:56 -08:00

README.md

Welcome to Astro-GhostCMS

For a full always up to date documentation please checkout Our Website

Demo site Deploy status:

Vercel

Repo Structure

This repo is structured as a monorepo. All of our astro-ghostcms packages can be found under the packages folder. These are all independently published or internal packages that can be found on npmjs.com

In this Repo you will also find the Following:

  • demo: Demo Site
  • www: Public Site
  • playground: Development and Testing
  • packages/:
    • astro-ghostcms: The main Integration!
    • astro-ghostcms-theme-default: The Default theme in integration mode
    • tsconfig: LOCAL Development package for @ts-ghost/core-api

Notices

Ghost is a trademark of The Ghost Foundation. This project is not directly related to or provided by The Ghost Foundation and is intended to help create a easier method to utilize their provided JavaScript tools to link a Headless GhostCMS install in to your Astro project.