Let’s talk about the Future of Jamstack — Join us

SiteGen

4 stars
4 forks
0 issues
Home page
https://github.com/altlimit/sitegen
Repository
altlimit/sitegen
Language:
Go
License:
MIT
Templates:
Go

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

Find more static site generators.