Crates.io | hagen-core |
lib.rs | hagen-core |
version | 0.1.5 |
source | src |
created_at | 2020-04-16 21:31:20.709019 |
updated_at | 2020-04-18 20:09:29.486059 |
description | Base library for a static homepage generator |
homepage | https://ctron.github.io/hagen |
repository | https://github.com/ctron/hagen |
max_upload_size | |
id | 230963 |
size | 92,611 |
"Hagen" is a generator for static homepages, written in Rust.
For more information see: https://ctron.github.io/hagen
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 :-)
You can install Hagen with cargo
:
cargo install hagen
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
Calling hagen
with --help
will give you more information about the
arguments.