SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.8.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
Summary: SSG is a fast Go-based static site generator that converts Markdown with YAML frontmatter into a complete website. It supports various features such as built-in themes, templates engines, SEO metadata, image processing, and deployment to multiple platforms like GitHub Pages, Netlify, Vercel, and more. The action automates content generation, rendering, and deployment processes, making it ideal for blog creation, documentation, and other static site needs.
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.13 — workers: plural workers, cookie-consent, comments, republish-trigger, config includes by @spagu in https://github.com/spagu/ssg/pull/50
Full Changelog: https://github.com/spagu/ssg/compare/v1.8.12...v1.8.13