mkhtml-3.1.0 is not a library.
Visit the last successful build:
mkhtml-3.4.0
mkhtml
Makes HTML files from header.html and footer.html and pages.
Installation
cargo install mkhtml
Building
cargo build # dev
cargo build -r # release
How to setup
- put your header in
parts/header.html, - put your footer in
parts/footer.html, - put your pages in
pages/(can have folders), mkhtml build. (balso works).
Arguments
By default mkhtml will build in the working directory but you can change that by using any of the following arguments:
--pages-dir [path],--parts-dir [path],--static-dir [path],--build-dir [path].
(you can use one or more of them, you can use both absolute and relative paths).