SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.4.1.
- This action is used across all versions by 0 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The SSG GitHub Action is a static site generator built in Go, designed for quickly converting WordPress exports or other Markdown-based content into high-performance static websites. It automates tasks like template rendering, asset optimization (e.g., image conversion, CSS/JS minification), and live site previews with file-watching, enabling faster development and deployment workflows. Its key capabilities include support for multiple template engines, seamless integration with CI/CD pipelines, and compatibility with popular static hosting platforms like GitHub Pages and Cloudflare Pages.
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.0...v1.4.1