SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.8.4.
- 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 converts Markdown with YAML frontmatter into a complete website. It solves the problem of automating the process of generating static websites from content written in Markdown and YAML. The key capabilities include Markdown-to-HTML conversion, built-in themes, template engines (such as Pongo2, Mustache, and Handlebars), and support for deployment to various platforms like GitHub Pages, Netlify, Vercel, and FTP/SFTP.
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
- docs: add comprehensive documentation for templates, configuration, c⦠by @spagu in https://github.com/spagu/ssg/pull/24
- feat(1.8.4): full i18n, dynamic taxonomies, unified external sources, server access control by @spagu in https://github.com/spagu/ssg/pull/25
Full Changelog: https://github.com/spagu/ssg/compare/v1.8.3...v1.8.4