A static site generator specialized for blogging and designed for rabbits. Not for human.
You can try quickly with Docker.
sh
docker pull mozamimy/salmon:latest
docker run --rm salmon /usr/local/sbin/salmon --help
Download a binary from GitHub release page. Linux and macOS are supported.
You can install with cargo command if you are Rust programmer.
sh
cargo install salmon
TBD
MIT