An Integration to bring your Hashnode Headless Blog content into Astro! https://github.com/MatthiesenXYZ/astro-hashnode
Go to file
dependabot[bot] 3d728d4106
Bump the dev-dependencies group with 1 update
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>
2024-03-11 13:00:35 +00:00
.changeset Initial commit 2024-03-11 02:34:55 -07:00
.github Initial commit 2024-03-11 02:34:55 -07:00
.vscode Initial commit 2024-03-11 02:34:55 -07:00
package add Astro Hashnode integration and dependencies 2024-03-11 05:56:23 -07:00
playground Bump the dev-dependencies group with 1 update 2024-03-11 13:00:35 +00:00
.gitignore Initial commit 2024-03-11 02:34:55 -07:00
LICENSE add Astro Hashnode integration and dependencies 2024-03-11 05:56:23 -07:00
README.md add Astro Hashnode integration and dependencies 2024-03-11 05:56:23 -07:00
biome.json Initial commit 2024-03-11 02:34:55 -07:00
package.json Update @biomejs/biome version to 1.6.0 2024-03-11 05:59:19 -07:00
pnpm-lock.yaml Bump the dev-dependencies group with 1 update 2024-03-11 13:00:35 +00:00
pnpm-workspace.yaml Initial commit 2024-03-11 02:34:55 -07:00

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 package
  • package 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..