https://github.com/woodruffw/tiller
Tiller Tills TILs
https://github.com/woodruffw/tiller
static-site-generator til today-i-learned
Last synced: 6 months ago
JSON representation
Tiller Tills TILs
- Host: GitHub
- URL: https://github.com/woodruffw/tiller
- Owner: woodruffw
- License: mit
- Created: 2024-08-14T05:05:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T14:07:33.000Z (6 months ago)
- Last Synced: 2025-04-16T03:12:07.360Z (6 months ago)
- Topics: static-site-generator, til, today-i-learned
- Language: Rust
- Homepage: https://crates.io/crates/tiller
- Size: 216 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tiller
Tiller tills TILs.
See for an example of a Tiller-generated website,
and [woodruffw/til] for an example of Tiller's raw inputs.## Usage
```bash
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:```bash
tiller --dev
python -m http.server -d site/ 1337
```## License
MIT.
[woodruffw/til]: https://github.com/woodruffw/til