SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.8.39.
- 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 static site generator written in Go that turns Markdown with YAML frontmatter into a complete website. It automates the process of building websites, including creating content models, managing themes, and deploying to various platforms. The key capabilities include Markdown rendering, automatic URL creation, built-in SEO features, responsive images, and deployment options for hosting on cloud providers like GitHub Pages, Vercel, 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
- 1.8.39 — one sort for every listing, date archives that exist, and the newest engine wins by @spagu in https://github.com/spagu/ssg/pull/161
Full Changelog: https://github.com/spagu/ssg/compare/v1.8.38...v1.8.39