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 978ac68540
Update issue templates
2024-01-24 16:45:15 -08:00
.github Update issue templates 2024-01-24 16:45:15 -08:00
.vscode pnpm monorepo migration complete 2024-01-23 10:51:23 -08:00
demo Bump astro from 4.2.3 to 4.2.4 2024-01-24 06:57:34 +00:00
packages Merge pull request #16 from MatthiesenXYZ/dependabot/npm_and_yarn/astrojs/check-0.4.1 2024-01-23 22:50:29 -08:00
playground Bump astro from 4.2.3 to 4.2.4 2024-01-24 06:57:34 +00:00
unlighthouse Create README.md 2024-01-23 18:40:45 -08:00
www Bump astro from 4.2.3 to 4.2.4 2024-01-24 06:57:34 +00:00
.gitignore pnpm monorepo migration complete 2024-01-23 10:51:23 -08:00
LICENSE Create LICENSE 2024-01-24 16:42:07 -08:00
README.md Update README.md 2024-01-23 18:54:51 -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 Bump astro from 4.2.3 to 4.2.4 2024-01-24 06:57:34 +00: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.