An Integration to bring your Hashnode Headless Blog content into Astro! https://github.com/MatthiesenXYZ/astro-hashnode
Go to file
github-actions[bot] ff653351bc
chore: update versions (#5)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-11 06:50:00 -07:00
.changeset chore: update versions (#5) 2024-03-11 06:50:00 -07:00
.github add workflow 2024-03-11 06:13:54 -07:00
.vscode Initial commit 2024-03-11 02:34:55 -07:00
package chore: update versions (#5) 2024-03-11 06:50:00 -07:00
playground Update Astro and devDependencies versions in package.json and pnpm-lock.yaml 2024-03-11 06:03:59 -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 update readme 2024-03-11 06:15:37 -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 Update Astro and devDependencies versions in package.json and pnpm-lock.yaml 2024-03-11 06:03:59 -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!

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