An Integration to bring your Hashnode Headless Blog content into Astro! https://github.com/MatthiesenXYZ/astro-hashnode
Go to file
github-actions[bot] c231519209 Add changeset for dependabot updates
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-18 09:46:22 +00:00
.changeset Add changeset for dependabot updates 2024-03-18 09:46:22 +00:00
.github Update coauthor.yml 2024-03-12 15:14:25 -07:00
.vscode Initial commit 2024-03-11 02:34:55 -07:00
package Bump the prod-dependencies group with 4 updates 2024-03-18 09:46:01 +00:00
playground Bump the prod-dependencies group with 4 updates 2024-03-18 09:46:01 +00:00
.gitignore Initial commit 2024-03-11 02:34:55 -07:00
.npmrc chore: update versions (#5) 2024-03-11 06:50:00 -07:00
LICENSE add Astro Hashnode integration and dependencies 2024-03-11 05:56:23 -07:00
README.md Add live demo link to README.md 2024-03-11 07:05:34 -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 prod-dependencies group with 4 updates 2024-03-18 09:46:01 +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!

View a live demo Here

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

This project is also cloned to GitLab