SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.4.4.
- This action is used across all versions by 0 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
SSG is a fast and flexible static site generator built in Go, designed primarily for converting WordPress exports into highly optimized static websites. It automates tasks such as template rendering, asset bundling (e.g., image processing, HTML/CSS/JS minification), and live site previews, enabling developers to efficiently build blogs, documentation, portfolios, and more. Key capabilities include support for multiple template engines, integration with Hugo themes, Docker compatibility, and first-class CI/CD workflows for seamless deployment.
Release notes
Installation
Quick Install (Linux/macOS)
curl -sSL https://raw.githubusercontent.com/spagu/ssg/main/install.sh | bash
Package Managers
- Homebrew:
brew install spagu/tap/ssg - Snap:
snap install ssg - Debian/Ubuntu: Download
.debfile below - Fedora/RHEL: Download
.rpmfile below
Checksums
See checksums.sha256 for file verification.
📖 Full documentation: https://github.com/spagu/ssg#readme
Full Changelog: https://github.com/spagu/ssg/compare/v1.4.3...v1.4.4