An Integration to bring your Hashnode Headless Blog content into Astro!
https://github.com/MatthiesenXYZ/astro-hashnode
Bumps the dev-dependencies group with 1 update: [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check). Updates `@astrojs/check` from 0.5.6 to 0.5.7 - [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.7/packages/astro-check) --- updated-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 | ||
package | ||
playground | ||
.gitignore | ||
LICENSE | ||
README.md | ||
biome.json | ||
package.json | ||
pnpm-lock.yaml | ||
pnpm-workspace.yaml |
README.md
Astro Hashnode
An Integration to bring your Hashnode Headless Blog content into Astro!
To see how to get started, check out the package README
Contributing
This package is structured as a monorepo:
playground
contains code for testing the packagepackage
contains the actual package
Install dependencies using pnpm:
pnpm i --frozen-lockfile
Start the playground:
pnpm playground:dev
You can now edit files in package
. Please note that making changes to those files may require restarting the playground dev server.
Licensing
MIT Licensed. Made with ❤️ by Adam M..