Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MatthiesenXYZ/astro-hashnode
An Integration to bring your Hashnode Headless Blog content into Astro!
https://github.com/MatthiesenXYZ/astro-hashnode
astro hashnode hashnode-blog hashnode-headless integration
Last synced: 3 months ago
JSON representation
An Integration to bring your Hashnode Headless Blog content into Astro!
- Host: GitHub
- URL: https://github.com/MatthiesenXYZ/astro-hashnode
- Owner: MatthiesenXYZ
- License: mit
- Created: 2024-03-11T09:34:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T16:51:20.000Z (4 months ago)
- Last Synced: 2024-10-12T16:33:20.045Z (4 months ago)
- Topics: astro, hashnode, hashnode-blog, hashnode-headless, integration
- Language: Astro
- Homepage: https://astro-hashnode-playground.vercel.app
- Size: 8.34 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Astro Hashnode
An Integration to bring your Hashnode Headless Blog content into Astro!
View a live demo [Here](https://astro-hashnode-playground.vercel.app/)
To see how to get started, check out the [package README](./package/README.md)
## Contributing
This package is structured as a monorepo:
- `playground` contains code for testing the package
- `package` contains the actual packageInstall dependencies using pnpm:
```bash
pnpm i --frozen-lockfile
```Start the playground:
```bash
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](./LICENSE). Made with ❤️ by [Adam M.](https://github.com/adammatthiesen).
This project is cloned to [Gitea](https://git.matthiesen.dev)
This project is also cloned to [GitLab](https://gitlab.com/matthiesenxyz/astro-hashnode)