SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.7.10.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
SSG is a high-performance static site generator built in Go, designed to convert WordPress exports and Markdown files with YAML frontmatter into fast, secure, and customizable static websites. It automates tasks such as template rendering, asset optimization (e.g., image conversion, HTML/CSS/JS minification), and live reloading during development. Key capabilities include multiple template engine support, integration with Hugo themes, and seamless deployment to popular hosting platforms, making it ideal for blogs, corporate sites, documentation, portfolios, and marketing pages.
What’s Changed
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
What’s Changed
- feat: rewrite relative .md links to final URLs (v1.7.10) by @spagu in https://github.com/spagu/ssg/pull/6
Full Changelog: https://github.com/spagu/ssg/compare/v1.7.9...v1.7.10