SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.8.42.
- 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
The SSG action is a fast static site generator written in Go that converts Markdown with YAML frontmatter into a complete website, including clean URLs, templates, feeds, search, image processing and native deployment. It works well for blogs, WordPress migrations, documentation, company sites, portfolios, and landing pages. The main purpose of the action is to streamline the process of creating and deploying static websites by automating content conversion and rendering, handling template engines, SEO metadata, and deployment options.
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.42 — a content type’s own archive, and repair finds fenced markup by @spagu in https://github.com/spagu/ssg/pull/167
Full Changelog: https://github.com/spagu/ssg/compare/v1.8.41...v1.8.42