vouov / jbake

Java based open source static site/blog generator for developers & designers.

Home Page:http://jbake.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JBake

JBake

JBake is a Java based open source static site/blog generator for developers.

Build Status Coverage Status

Documentation

Full documentation is available on jbake.org.

Maven

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/"

Contributing

Coming soon…​

Versioning

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.

Community

Talk to the developers behind JBake:

Talk to other users of JBake on the forum:

Licensed under the MIT License, see the LICENSE file.

About

Java based open source static site/blog generator for developers & designers.

http://jbake.org

License:MIT License


Languages

Language:Java 97.9%Language:HTML 2.0%Language:Shell 0.1%