SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.8.47.
- 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 that converts Markdown content with YAML frontmatter into a complete website. It automates tasks such as building, deploying, and serving websites quickly. Key capabilities include built-in themes, multiple template engines, SEO metadata, and image processing. SSG supports various deployment platforms, including 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.47 — MCP token, one-process watch, a preview that serves its own redirects, and per-section language by @spagu in https://github.com/spagu/ssg/pull/189
Full Changelog: https://github.com/spagu/ssg/compare/v1.8.46...v1.8.47