A simplistic static site generator.
- Go 50.8%
- Go Template 49.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| templates | ||
| go.mod | ||
| go.sum | ||
| README.md | ||
| ssg.go | ||
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