mkhtml 3.0.0

A tool that builds static websites
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# mkhtml
Makes HTML files from `header.html` and `footer.html`.

## Installation
```bash
cargo install mkhtml
```

## How to setup :
- build by yourself using crates,
- put your header in `parts/header.html`,
- put your footer in `parts/footer.html`,
- put pages in `pages/` (can have folders),
- `mkhtml`.