Bumps the dev-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.0` | `1.6.1` | | [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `1.3.1` | `1.4.0` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.3.1` | `1.4.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.25` | `20.11.28` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.1.1` | `7.2.0` | | [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.5.7` | `0.5.9` | Updates `@biomejs/biome` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/cli/v1.6.1/packages/@biomejs/biome) Updates `@vitest/ui` from 1.3.1 to 1.4.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.4.0/packages/ui) Updates `vitest` from 1.3.1 to 1.4.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.4.0/packages/vitest) Updates `@types/node` from 20.11.25 to 20.11.28 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/parser` from 7.1.1 to 7.2.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/parser) Updates `@astrojs/check` from 0.5.7 to 0.5.9 - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.5.9/packages/astro-check) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@vitest/ui" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@astrojs/check" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.changeset | ||
.github | ||
.vscode | ||
packages | ||
playgrounds | ||
unlighthouse | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
biome.json | ||
package.json | ||
pnpm-lock.yaml | ||
pnpm-workspace.yaml | ||
vitest.workspace.json |
README.md
Want to Chat? Join our Discord
For a full always up to date documentation please checkout Our Website
Don't like GitHub, and prefer GitLab? This Repo is Auto Cloned to Gitlab! Check it out here: GitLab: Astro-GhostCMS
Demos
- Default Theme - ( Github Repo )
- Catppuccin Theme - ( Github Repo )
- Brutal by Elian Theme - ( Github Repo )
- Starlight GhostCMS - ( Github Repo )
Quick Start
# Its easy run this command and follow the prompt!
npx @matthiesenxyz/create-astro-ghostcms
Our Supporters:
Want to be listed here? by name or logo? Signup Here for an Astro-GhostCMS Suppoter Membership (Silver and up get listed here) Also All Suppoter Memberships get a Discord rank!
Repo Structure
This repo is structured as a pnpm
monorepo. All of our packages can be found under the packages/
folder. These are all internal packages or independently published that can be found on npmjs.com
In this Repo you will find the Following:
playgrounds/
:astro-playground
: Playground for Astro-GhostCMS development and testing.starlight-playground
: Playground of Starlight-GhostCMS development and testing.
packages/
:create-astro-ghostcms
: CLI Utility to quickly deploy new Astro-GhostCMS projects.astro-ghostcms
: The main Integration!astro-ghostcms-theme-default
: The Default theme in integration mode.astro-ghostcms-catppuccin
: A dark theme made with Catppuccin and TailwindCSS for Astro-GhostCMS Integration Mode.astro-ghostcms-brutalbyelian
: ElianCodes Brutal theme modified to work with Astro-GhostCMSstarlight-ghostcms
A Starlight Plugin to integrate your GhostCMS into your documentation website
Contributing
Acknowledgments
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.
Maintained with GitKraken