tiller

Crates.iotiller
lib.rstiller
version0.4.3
created_at2024-08-18 21:37:20.556132+00
updated_at2025-02-20 00:46:32.335468+00
descriptionTiller tills TILs into a static site
homepagehttps://github.com/woodruffw/tiller
repositoryhttps://github.com/woodruffw/tiller
max_upload_size
id1343053
size60,595
William Woodruff (woodruffw)

documentation

README

tiller

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.

Usage

cargo install tiller
tiller --help

Local development

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

License

MIT.

Commit count: 72

cargo fmt