diff --git a/packages/create-astro-ghostcms/README.md b/packages/create-astro-ghostcms/README.md index e4a61d98..2986e3e6 100644 --- a/packages/create-astro-ghostcms/README.md +++ b/packages/create-astro-ghostcms/README.md @@ -27,6 +27,7 @@ npx @matthiesenxyz/create-astro-ghostcms -- ## Available templates -| Template | Description | -| -------- | ----------------------------------------------------- | -| `basic` | Basic Setup with astro-ghostcms and theme-default | +| Template | Description | +| ------------ | ----------------------------------------------------- | +| `basic` | Basic Setup with astro-ghostcms and theme-default | +| `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 45eca95f..87c72430 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.1-dev30", + "version": "0.0.1-dev31", "description": "Utility to quickly get started with our Integration and astro", "type": "module", "main": "./create-astro-ghostcms.mjs",