An Integration to bring your Hashnode Headless Blog content into Astro! https://github.com/MatthiesenXYZ/astro-hashnode
Go to file
github-actions[bot] a1ea3d7a78
Chore: Ready for Release (#26)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-16 11:07:39 -07:00
.changeset Chore: Ready for Release (#26) 2024-03-16 11:07:39 -07: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 Chore: Ready for Release (#26) 2024-03-16 11:07:39 -07:00
playground feat: Chore: Update `AIK` and add ViewTransition support (#13) 2024-03-12 15:15:03 -07: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 feat: Chore: Update package.json information (#16) 2024-03-12 20:11:46 -07: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