1. Stand on the directory you want to turn into a page
2. run page
-3. your output is in ../<directory_name>_html
+3. your html output is in ../<directory_name>_html
+4. your gemini without frontmatter output is in ../<directory_name>_gemini
So for example:
$ ls ..
website/
website_html/
+website_gemini/
```
## Front Matter
Build release with `make -e profile=release` or `make -e profile=release build`.
+Run tests with `make test`.
+
+If you have [tarpaulin][tarpaulin], you can also run `make coverage` to get
+coverage information.
+
+[tarpaulin]: https://github.com/xd009642/tarpaulin