Skip to main content

SiteGen

Sitegen is a simple and flexible static site generator written in Go.

Bundled with the executables in the releases section is a sample website that you can start with. Extract the zip file then run the command below.

# Run dev server & start editing site contents
sitegen -serve
# Run final build, defaults to public dir
sitegen
# Build for github pages
sitegen -public ./docs -minify
# For more options
sitegen -help