SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.4.5.
- 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 static site generator built with Go, designed to convert WordPress exports and other content into fast, optimized static websites. It automates tasks such as template rendering, asset processing (e.g., image conversion and minification), and live previews during development, streamlining the creation of blogs, documentation, portfolios, and landing pages. Key capabilities include support for multiple template engines, integrated asset pipelines, SEO optimization, and compatibility with CI/CD workflows and Docker.
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.4...v1.4.5