https://github.com/symbitic/henry
Drop-in replacement for Jekyll.
https://github.com/symbitic/henry
Last synced: 4 months ago
JSON representation
Drop-in replacement for Jekyll.
- Host: GitHub
- URL: https://github.com/symbitic/henry
- Owner: Symbitic
- License: mit
- Created: 2024-11-07T02:54:38.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T05:52:09.000Z (8 months ago)
- Last Synced: 2025-03-08T19:34:13.783Z (4 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# henry
[](https://deno.land)
[](https://mit-license.org/)
[](https://github.com/symbitic/henry)`henry` is a drop-in replacement for Jekyll.
Built using [Deno](https://deno.land/).
---
## Install
Make sure Deno 1.46.0 or later is installed.
```shell
deno install -gArf jsr:@henry/henry
```## Usage
The easiest way to get started with is with one of the [examples](./examples):
```shell
cd examples/hello-world
henry build
```You can check out the help output to learn more:
```shell
henry -h
```## Contributing
If there are any problems or suggestions, please [file an issue](https://github.com/symbitic/henry/issues) on GitHub.
## License
Available under the [MIT](./LICENSE) license.