An Integration to bring your Hashnode Headless Blog content into Astro! https://github.com/MatthiesenXYZ/astro-hashnode
Go to file
Adam Matthiesen 4df3b17fea
Update changeset-dependabot.yml
2024-03-11 20:00:48 -07:00
.changeset feat: Add SSR Handling (#10) 2024-03-11 19:56:58 -07:00
.github Update changeset-dependabot.yml 2024-03-11 20:00:48 -07:00
.vscode Initial commit 2024-03-11 02:34:55 -07:00
package feat: Add SSR Handling (#10) 2024-03-11 19:56:58 -07:00
playground feat: Add SSR Handling (#10) 2024-03-11 19:56:58 -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: Add SSR Handling (#10) 2024-03-11 19:56:58 -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