JBake is a Java based, open source, static site/blog generator for developers & designers
DownloadThe following 5 commands will install the latest version of JBake and get you started with a simple static site you can work with.
$ curl -s "https://get.sdkman.io" | bash $ sdk install jbake $ mkdir awesome-jbake && cd awesome-jbake $ jbake -i $ jbake -b -s
Then browse to http://localhost:8820 in your web browser to see your static site
Source available on GitHub, licensed under MIT License
The binary distribution runs on Windows, Unix/Linux and Mac OS X.
Supports AsciiDoc, Markdown and good old HTML formatted content.
Structure your content any way you see fit.
RSS/Atom feed, archive and tag support.
View your draft content before publishing it and making it available to the world.
Binary distribution contains everything you need apart from a JRE, no complicated environment setup with 3rd party dependencies.
Plugins available for Gradle, Maven, mill, SBuild and sbt.
Freemarker, Groovy, Thymeleaf, Jade and Pebble based templates & scripting support.
Easily integrate CSS frameworks such as Bootstrap and Foundation.
Add as much metadata to content as you like, also exposed to templates.
Store your site content in Dropbox, CVS, SVN, Git or whatever you want.