diff --git a/packages/create-astro-ghostcms/README.md b/packages/create-astro-ghostcms/README.md index 0448acef..b6f697ad 100644 --- a/packages/create-astro-ghostcms/README.md +++ b/packages/create-astro-ghostcms/README.md @@ -30,4 +30,5 @@ npx @matthiesenxyz/create-astro-ghostcms -- | Template | Description | | ------------ | ----------------------------------------------------- | | `basic` | Basic Setup with astro-ghostcms and theme-default | +| `catppuccin` | Integration w/ Catppuccin & TailwindCSS | | `starterkit` | Integration in API-Only Mode with customizable theme | diff --git a/packages/create-astro-ghostcms/package.json b/packages/create-astro-ghostcms/package.json index 85dab6ec..cb6553f7 100644 --- a/packages/create-astro-ghostcms/package.json +++ b/packages/create-astro-ghostcms/package.json @@ -1,6 +1,6 @@ { "name": "@matthiesenxyz/create-astro-ghostcms", - "version": "0.0.7", + "version": "0.0.8", "description": "Utility to quickly get started with our Integration and astro", "type": "module", "main": "./create-astro-ghostcms.mjs",