Easily migrate your Ghost Site to Astro, an Astro Integration that turns your Ghost server into a Headless CMS https://astro-ghostcms.xyz/
Go to file
Adam Matthiesen a9c6eacda5
Bump astro-navbar from 2.3.0 to 2.3.1 (#41)
Bumps [astro-navbar](https://github.com/surjithctly/astro-navbar) from
2.3.0 to 2.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/surjithctly/astro-navbar/releases">astro-navbar's
releases</a>.</em></p>
<blockquote>
<h2>v2.3.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update MenuIcon.astro by <a
href="https://github.com/developers-webllope"><code>@​developers-webllope</code></a>
in <a
href="https://redirect.github.com/surjithctly/astro-navbar/pull/23">surjithctly/astro-navbar#23</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/surjithctly/astro-navbar/compare/v2.3.0...v2.3.1">https://github.com/surjithctly/astro-navbar/compare/v2.3.0...v2.3.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3d002a580a"><code>3d002a5</code></a>
Update package.json</li>
<li><a
href="7640b1052a"><code>7640b10</code></a>
Merge pull request <a
href="https://redirect.github.com/surjithctly/astro-navbar/issues/23">#23</a>
from developers-webllope/patch-1</li>
<li><a
href="457030ad47"><code>457030a</code></a>
Update MenuIcon.astro</li>
<li>See full diff in <a
href="https://github.com/surjithctly/astro-navbar/compare/v2.3.0...v2.3.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=astro-navbar&package-manager=npm_and_yarn&previous-version=2.3.0&new-version=2.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
2024-02-14 05:51:45 -08:00
.changeset Add changeset for dependabot updates 2024-02-14 13:27:10 +00:00
.github Massive Repo Cleanup and organization 2024-02-14 05:17:01 -08:00
.vscode woot new expressivecode-starlight update! 2024-01-28 03:07:57 -08:00
packages Bump astro-navbar from 2.3.0 to 2.3.1 2024-02-14 13:26:55 +00:00
playground Massive Repo Cleanup and organization 2024-02-14 05:17:01 -08:00
unlighthouse Create README.md 2024-01-23 18:40:45 -08:00
.gitignore Massive Repo Cleanup and organization 2024-02-14 05:17:01 -08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2024-01-24 16:48:13 -08:00
CONTRIBUTING.md Update changeset and contributing information and add new workflow 2024-02-14 03:13:37 -08:00
LICENSE Massive Repo Cleanup and organization 2024-02-14 05:17:01 -08:00
README.md Update README.md 2024-02-14 01:48:16 -08:00
SECURITY.md Create SECURITY.md 2024-01-24 17:01:02 -08:00
biome.json pnpm monorepo migration complete 2024-01-23 10:51:23 -08:00
package.json Massive Repo Cleanup and organization 2024-02-14 05:17:01 -08:00
pnpm-lock.yaml Bump astro-navbar from 2.3.0 to 2.3.1 2024-02-14 13:26:55 +00:00
pnpm-workspace.yaml All the astro deployments for demo's and main website have been relocated to their own repo's due to to many different projects trying to deploy at a time was causing to many issues. 2024-02-12 05:56:01 -08:00
vitest.workspace.json up 2024-01-25 23:01:27 -08:00

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

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:

Contributing

This is a pnpm workspace and requires pnpm to function properly

To setup this workspace clone this repo and run the following command:

pnpm install --frozen-lockfile

Then you can run the playground:

pnpm playground:dev

Acknolegments

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.

Built with Astro

Maintained with GitKraken

gitkraken-logo-stencil-color