An Integration to bring your Hashnode Headless Blog content into Astro! https://github.com/MatthiesenXYZ/astro-hashnode
Go to file
dependabot[bot] 86f39fd5aa
Bump the prod-dependencies group with 4 updates
Bumps the prod-dependencies group with 4 updates: [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite), [astro-font](https://github.com/rishi-raj-jain/astro-font), [tailwindcss](https://github.com/tailwindlabs/tailwindcss) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).


Updates `@tailwindcss/vite` from 4.0.0-alpha.8 to 4.0.0-alpha.9
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/HEAD/packages/@tailwindcss-vite)

Updates `astro-font` from 0.0.77 to 0.0.78
- [Release notes](https://github.com/rishi-raj-jain/astro-font/releases)
- [Commits](https://github.com/rishi-raj-jain/astro-font/commits)

Updates `tailwindcss` from 4.0.0-alpha.8 to 4.0.0-alpha.9
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits)

Updates `astro` from 4.5.2 to 4.5.5
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.5.5/packages/astro)

---
updated-dependencies:
- dependency-name: "@tailwindcss/vite"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: astro-font
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 09:46:01 +00: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 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