An Integration to bring your Hashnode Headless Blog content into Astro! https://github.com/MatthiesenXYZ/astro-hashnode
Go to file
Adam Matthiesen bcf5a896a2
Update gitlab-sync.yml
2024-03-11 15:07:30 -07:00
.changeset chore: update versions (#8) 2024-03-11 08:17:17 -07:00
.github Update gitlab-sync.yml 2024-03-11 15:07:30 -07:00
.vscode Initial commit 2024-03-11 02:34:55 -07:00
package chore: update versions (#8) 2024-03-11 08:17:17 -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 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: add imports for user Customizations (#7) 2024-03-11 08:14:00 -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