SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.7.13.
- 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 simplify and accelerate the creation of static websites, particularly for users migrating content from WordPress. It automates tasks like Markdown-to-HTML conversion, template rendering, asset bundling, image optimization (e.g., WebP conversion), and live-reloading during development. Key capabilities include support for multiple template engines, Hugo themes, CI/CD integration via GitHub Actions, and compatibility with popular static hosting platforms like Cloudflare Pages and Netlify.
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
- fix: shortcode templates FuncMap with safeHTML (v1.7.13, fixes #11) by @spagu in https://github.com/spagu/ssg/pull/12
Full Changelog: https://github.com/spagu/ssg/compare/v1.7.12...v1.7.13