This commit is contained in:
Adam Matthiesen 2024-02-21 05:06:31 -08:00
commit 32bab4e4c6
5 changed files with 9 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
"@matthiesenxyz/starlight-ghostcms": patch
---
fixed spelling issues in package.json

View File

@ -11,6 +11,7 @@ Don't like GitHub, and prefer GitLab? This Repo is Auto Cloned to Gitlab! Check
- [Default Theme](https://demo.astro-ghostcms.xyz) - ( [Github Repo](https://github.com/MatthiesenXYZ/demo-astroghostcms-themedefault) ) - [Default Theme](https://demo.astro-ghostcms.xyz) - ( [Github Repo](https://github.com/MatthiesenXYZ/demo-astroghostcms-themedefault) )
- [Catppuccin Theme](https://catppuccindark-demo.astro-ghostcms.xyz/) - ( [Github Repo](https://github.com/MatthiesenXYZ/demo-astroghostcms-catppuccin) ) - [Catppuccin Theme](https://catppuccindark-demo.astro-ghostcms.xyz/) - ( [Github Repo](https://github.com/MatthiesenXYZ/demo-astroghostcms-catppuccin) )
- [Brutal by Elian Theme](https://brutal-demo.astro-ghostcms.xyz) - ( [Github Repo](https://github.com/MatthiesenXYZ/demo-astroghostcms-brutalbyelian) ) - [Brutal by Elian Theme](https://brutal-demo.astro-ghostcms.xyz) - ( [Github Repo](https://github.com/MatthiesenXYZ/demo-astroghostcms-brutalbyelian) )
- [Starlight GhostCMS](https://starlightdemo.astro-ghostcms.xyz/) - ( [Github Repo](https://github.com/MatthiesenXYZ/demo-starlightghostcms) )
## Quick Start ## Quick Start

View File

@ -1,5 +1,11 @@
# @matthiesenxyz/starlight-ghostcms # @matthiesenxyz/starlight-ghostcms
## 0.0.5
### Patch Changes
- 95171f3: fixed spelling issues in package.json
## 0.0.4 ## 0.0.4
### Patch Changes ### Patch Changes

View File

@ -11,7 +11,7 @@ Starlight-GhostCMS is a [Starlight](https://starlight.astro.build/) plugin to ad
For a full always up to date documentation please checkout [Our Website](https://astro-ghostcms.xyz) For a full always up to date documentation please checkout [Our Website](https://astro-ghostcms.xyz)
- [Starlight Demo **COMING SOON**](#) - [Starlight GhostCMS Demo](https://starlightdemo.astro-ghostcms.xyz/)
- [Astro-GhostCMS Website](https://astro-ghostcms.xyz) Check the website for the most up-to-date Documentation! - [Astro-GhostCMS Website](https://astro-ghostcms.xyz) Check the website for the most up-to-date Documentation!
- [Ghost.org](https://ghost.org) Get your own Ghost[^1] Install - [Ghost.org](https://ghost.org) Get your own Ghost[^1] Install

View File

@ -1,7 +1,7 @@
{ {
"name": "@matthiesenxyz/starlight-ghostcms", "name": "@matthiesenxyz/starlight-ghostcms",
"description": "Starlight GhostCMS plugin to allow easier importing of GhostCMS Content into your starlight website", "description": "Starlight GhostCMS plugin to allow easier importing of GhostCMS Content into your starlight website",
"version": "0.0.4", "version": "0.0.5",
"homepage": "https://astro-ghostcms.xyz/", "homepage": "https://astro-ghostcms.xyz/",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",