A simplistic static site generator.
  • Go 50.8%
  • Go Template 49.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Scott Merrill 9192b63da5 validate HTML
2026-08-03 14:15:33 -04:00
templates validate HTML 2026-08-03 14:15:33 -04:00
go.mod initial commit of barely functioning code 2026-08-01 09:55:38 -04:00
go.sum initial commit of barely functioning code 2026-08-01 09:55:38 -04:00
README.md update README 2026-08-02 18:02:42 -04:00
ssg.go go fmt 2026-08-03 10:38:32 -04:00

SSG

This is a simple static site generator for a simple blog. This is not intended to be a universal solution, like Jekyll or Hugo or Eleventy. Less is more.

Features:

  • small, relatively easy to read and understand
  • reasonable defaults
  • configurable via environment variables
  • works for me

ssg reads Markdown source files, applies a template, and writes the result to a file. Each source file can specify its own template. The home page and RSS templates can be overridden via environment variable.

Very little error checking is performed at this time.

ssg = static site generator
      skippy's stupid go
      skippy.net site generator