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 presentWhat's Changed
- feat(v0.0.38): AI-augmented content pipeline, 10 Actions bumps, 95% coverage by @sebastienrousseau in #479
- docs(v0.0.38): README rewrite, 95% coverage, 10 Actions bumps by @sebastienrousseau in #485
Full Changelog: v0.0.37...v0.0.38