JBake is a Java based open source static site/blog generator for developers.
Full documentation is available on jbake.org.
You can run directly from the source code using the Maven exec plugin:
mvn exec:java -Dexec.mainClass=org.jbake.launcher.Main -Dexec.args="/fromFolder /tmp/toFolder/"
The project has adopted the Semantic Versioning spec from v2.2.0 onwards to maintain an understandable backwards compatibility strategy.
The version format is as follows:
<major>.<minor>.<patch>-<label>
-
An increment of the major version represents incompatible API changes.
-
An increment of the minor version represents additional functionality in a backwards-compatible manner.
-
An increment of the patch version represents backwards-compatible bug fixes.
-
Existence of a label represents a pre-release or build metadata.
Talk to the developers behind JBake:
-
IRC - #jbake on Freenode
Talk to other users of JBake on the forum: