Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.