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

StaGen

42 stars
22 forks
2 issues
Home page
https://github.com/wiztools/stagen
Repository
wiztools/stagen
Language:
Java
License:
Apache-2.0
Templates:
StringTemplate

StaGen is the static site generator behind WizTools.org.

StaGen is written in Java 8, and supports:

Read the tutorial.

Extensible

At the core of StaGen engine, Guice is used for wiring the implementations with the interfaces. StaGen can be easily extended to support any new format.

Deliberately Minimalist

This static site generator was developed for maintaining a site like WizTools.org. This is best suited for sites that have few pages generated out of few templates. We do not support themes or blog-like-static-pages. Of course, by nature of flexibility of StaGen, support for themes and blogs can be easily hacked into a StaGen site.

Read the tutorial to get started.

Find more static site generators.