4 releases
0.1.5 | Apr 18, 2020 |
---|---|
0.1.4 | Apr 16, 2020 |
0.1.2 | Feb 16, 2020 |
0.1.0 | Feb 8, 2020 |
#528 in Template engine
100KB
2.5K
SLoC
Hagen
"Hagen" is a generator for static homepages, written in Rust.
For more information see: https://ctron.github.io/hagen
Example website
You can find an example web site in the folder /website. It contains the source code to site published on https://ctron.github.io/hagen. The goal of the website is to showcase and document the capabilities of Hagen. But I know, the documentation needs more work :-)
Installing
You can install Hagen with cargo
:
cargo install hagen
Container image
There is also a container image, which you can run with docker:
docker run quay.io/ctron/hagen
For example:
docker run -v $(pwd)/website:/homepage --rm -ti quay.io/ctron/hagen
Running
Calling hagen
with --help
will give you more information about the
arguments.
Dependencies
~14–25MB
~370K SLoC