Install
Homebrew (macOS / Linux):
brew install --formula https://raw.githubusercontent.com/sebastienrousseau/static-site-generator/main/packaging/homebrew/ssg.rbOne-liner (macOS / Linux):
curl -fsSL https://raw.githubusercontent.com/sebastienrousseau/static-site-generator/main/scripts/install.sh | shCargo (any platform with Rust):
cargo install ssgDebian / Ubuntu:
sudo apt install ./ssg_*_amd64.debFedora / RHEL:
sudo rpm -i ssg-*.rpmmacOS (.pkg installer):
sudo installer -pkg ssg-*.pkg -target /Windows (MSI): download ssg-*.msi, double-click to install.
Arch Linux (AUR):
yay -S static-site-generatorContainer (GHCR):
docker pull ghcr.io/sebastienrousseau/static-site-generator:latestVerify
Each archive ships a .sha256 checksum. Where the maintainer has
published a GPG key, a .asc detached signature is also provided.
shasum -a 256 -c ssg-*.tar.gz.sha256
gpg --verify ssg-*.tar.gz.asc ssg-*.tar.gz # if .asc present