SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.8.32.
- 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 fast and efficient static site generator written in Go. It converts Markdown with YAML frontmatter into a complete website, including clean URLs, templates, feeds, search, image processing, and native deployment options. SSG is particularly well-suited for blogs and WordPress migrations, but can also be used for documentation, company sites, portfolios, and landing pages. The action automates the process of building a static site from Markdown content and provides features like auto-rebuilding on changes, web server with automatic updates, and support for various deployment targets such as Cloudflare Pages, GitHub Pages, and Vercel.
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
- 1.8.32 — migrations take only the media the content uses by @spagu in https://github.com/spagu/ssg/pull/133
Full Changelog: https://github.com/spagu/ssg/compare/v1.8.31...v1.8.32