Join us at Jamstack Conf Virtual, October 6-7. Register now!

StaticGen

A List of Static Site Generators for Jamstack Sites

AboutContributeAbout JamstackNeed a Static CMS?

SiteGen

https://github.com/altlimit/sitegen altlimit/sitegen (3)
Languages:Go
Templates:Go
License:MIT

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

StaticGen is hosted and maintained by Netlify, the perfect way to deploy your Jamstack sites and apps.

© Netlify 2020