An Integration to bring your Hashnode Headless Blog content into Astro! https://github.com/MatthiesenXYZ/astro-hashnode
Go to file
dependabot[bot] a165c964fa
Bump the prod-dependencies group with 5 updates
Bumps the prod-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.0.0-alpha.8` | `4.0.0-alpha.9` |
| [astro-font](https://github.com/rishi-raj-jain/astro-font) | `0.0.77` | `0.0.78` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `4.0.0-alpha.8` | `4.0.0-alpha.9` |
| [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) | `8.2.3` | `8.2.4` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.5.2` | `4.5.6` |


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 `@astrojs/node` from 8.2.3 to 8.2.4
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/node/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/node@8.2.4/packages/integrations/node)

Updates `astro` from 4.5.2 to 4.5.6
- [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.6/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: "@astrojs/node"
  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-19 12:00:34 +00:00
.changeset Bump the dev-dependencies group with 3 updates (#28) 2024-03-19 04:57:36 -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 5 updates 2024-03-19 12:00:34 +00:00
playground Bump the prod-dependencies group with 5 updates 2024-03-19 12:00:34 +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 Bump the dev-dependencies group with 3 updates (#28) 2024-03-19 04:57:36 -07:00
pnpm-lock.yaml Bump the prod-dependencies group with 5 updates 2024-03-19 12:00:34 +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