Tiller tills TILs.
See https://yossarian.net/til/ for an example of a Tiller-generated website, and woodruffw/til for an example of Tiller's raw inputs.
cargo install tiller
tiller --help
The easiest way to iterate on a tiller
managed website locally is
with --dev
and a local HTTP server:
tiller --dev
python -m http.server -d site/ 1337
MIT.