Skip to content

v0.0.38

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Apr 23:31
v0.0.38
b573322

Install

Homebrew (macOS / Linux):

brew install --formula https://raw.githubusercontent.com/sebastienrousseau/static-site-generator/main/packaging/homebrew/ssg.rb

One-liner (macOS / Linux):

curl -fsSL https://raw.githubusercontent.com/sebastienrousseau/static-site-generator/main/scripts/install.sh | sh

Cargo (any platform with Rust):

cargo install ssg

Debian / Ubuntu:

sudo apt install ./ssg_*_amd64.deb

Fedora / RHEL:

sudo rpm -i ssg-*.rpm

macOS (.pkg installer):

sudo installer -pkg ssg-*.pkg -target /

Windows (MSI): download ssg-*.msi, double-click to install.

Arch Linux (AUR):

yay -S static-site-generator

Container (GHCR):

docker pull ghcr.io/sebastienrousseau/static-site-generator:latest

Verify

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

What's Changed

Full Changelog: v0.0.37...v0.0.38