Bumps the prod-dependencies group with 3 updates: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [@matthiesenxyz/astro-gists](https://github.com/MatthiesenXYZ/astro-gists). Updates `vite` from 5.1.5 to 5.1.6 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.6/packages/vite) Updates `astro` from 4.4.13 to 4.5.0 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.5.0/packages/astro) Updates `@matthiesenxyz/astro-gists` from 0.2.3 to 0.2.7 - [Release notes](https://github.com/MatthiesenXYZ/astro-gists/releases) - [Commits](https://github.com/MatthiesenXYZ/astro-gists/compare/@matthiesenxyz/astro-gists@0.2.3...@matthiesenxyz/astro-gists@0.2.7) --- updated-dependencies: - dependency-name: vite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: "@matthiesenxyz/astro-gists" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-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-rendercontent
: Allows rendering of remote GhostCMS HTML with Custom Astro Componentsastro-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