Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symbitic/henry
Drop-in replacement for Jekyll.
https://github.com/symbitic/henry
Last synced: about 2 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T03:34:33.000Z (2 months ago)
- Last Synced: 2024-11-07T04:28:57.303Z (2 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# henry
[![Built with Deno](https://img.shields.io/badge/Built_with-Deno-default?logo=deno&logoColor=white)](https://deno.land)
[![MIT license](https://img.shields.io/github/license/symbitic/henry?label=License)](https://mit-license.org/)
[![GitHub stars](https://img.shields.io/github/stars/symbitic/henry?label=stars&logo=github&style=flat)](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.