An Integration to bring your Hashnode Headless Blog content into Astro!
https://github.com/MatthiesenXYZ/astro-hashnode
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> |
||
---|---|---|
.changeset | ||
.github | ||
.vscode | ||
package | ||
playground | ||
.gitignore | ||
.npmrc | ||
LICENSE | ||
README.md | ||
biome.json | ||
package.json | ||
pnpm-lock.yaml | ||
pnpm-workspace.yaml |
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 packagepackage
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