SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.3.1.
- This action is used across all versions by 0 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The SSG GitHub Action is a simple static site generator written in Go that automates the conversion of content from WordPress exports (Markdown with YAML frontmatter) into static HTML, CSS, and JavaScript files. It streamlines tasks such as responsive design, clean URL generation, media file management, and WebP image conversion, with additional features like built-in HTTP server, auto-rebuild on changes, and minification for optimized builds. Designed for ease of use and efficiency, it integrates seamlessly into CI/CD pipelines and supports deployment to platforms like Cloudflare Pages.
Release notes
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
Full Changelog: https://github.com/spagu/ssg/compare/v1.2.0...v1.3.1