When comparing Nikola vs JBake, the Slant community recommends Nikola for most people. In the question“What are the best static site generators?” Nikola is ranked 10th while JBake is ranked 26th. The most important reason people chose Nikola is:
Nikola posts may be written in a variety of formats. You can write posts in HTML, with all the expressive power of HTML and CSS, and still have the benefits of a site-wide theme and navigation structure.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro HTML input
Nikola posts may be written in a variety of formats. You can write posts in HTML, with all the expressive power of HTML and CSS, and still have the benefits of a site-wide theme and navigation structure.
Pro Host on any web server
Nikloa sites are static files, and thus may be hosted on any web server that allows you to upload your own files. This lets you use simple and inexpensive hosting providers and still have a reliable site.
Pro Write in reStructuredText and Markdown
You have better choices for markup than raw HTML.
Pro Free open-source software (MIT license)
Pro Server included
Localhost server is included and can be used to preview content during editing process.
Pro Blog Aware
RSS feed, archive and tag support. Posts/Topics are a first-class citizen in jbake.
Pro Runs on / Control from the JVM
The site generator is just a specific usage of the JBake Java API. As such, jbake is easily integrated into other JVM software.
Pro Typical inputs
Markdown, asciidoc, plain HTML is supported
Pro Open Source (MIT License)
boosts permissive MIT License.
Cons
Con Runs on the JVM
JVM is a double-edged sword (startup time, memory usage, CPU overhead, ...) which might be considered overkill for a static site generator.