When comparing Nikola vs Sitegen, the Slant community recommends Nikola for most people. In the question“What are the best static site generators?” Nikola is ranked 10th while Sitegen is ranked 32nd. 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 Easy configuration
You configure the site with a site.moon file. It is written in MoonScript.
Pro Powerful templating
It uses the cosmo templating language. It enables you to inject stuff into the page as it is being generated.
Pro Extendable through plugins
It has a plugin system. It comes bundled with some plugins already, like syntax highlighting. You can write your own plugins.
Pro HTML and Markdown
Pages and templates can be written in HTML or Markdown
Pro Easy
It's pretty easy to get started with.