When comparing Nikola vs Wintersmith, the Slant community recommends Wintersmith for most people. In the question“What are the best static site generators?” Wintersmith is ranked 3rd while Nikola is ranked 10th. The most important reason people chose Wintersmith is:
Wintersmith has an extensive Markdown support. Default, it is rendered by [Marked](https://github.com/chjj/marked). However there are plugins available for [others](https://github.com/jnordberg/wintersmith/wiki/Plugins) (such as [Markdown-it](https://github.com/dwaite/wintersmith-markdown-it)).
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 Markdown support
Wintersmith has an extensive Markdown support. Default, it is rendered by Marked. However there are plugins available for others (such as Markdown-it).
Pro Templates
Templating engine comes with Jade plugin and many third-party plugins.
Pro Very flexible
Wintersmith only has a predefined directory structure, everything else can built any way you want.
Pro Built on node.js
Node.js is a software platform for scalable server-side and networking applications.
Cons
Con Thin and disorganized documentation
The documentation for Wintersmith is lacking examples and clear explanations. It's also quite disorganized, making it difficult to find what you're looking for.