Static site generator
Introduction
Starting out
Building blocks
References
Deployments
Templating engine
Installation
Poet is a Rust application distributed as a single binary with no runtime dependencies.
Install via Cargo
You can install Poet from Cargo by running:
cargo install poetIf you encounter issues with the standard installation, try using the Nightly toolchain:
cargo +nightly install poet