When comparing Wintersmith vs Assemble, the Slant community recommends Wintersmith for most people. In the question“What are the best static site generators?” Wintersmith is ranked 3rd while Assemble is ranked 15th. 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 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.
Pro No dependencies on Ruby, Python... just JavaScript
Pro Built on node.js
Pro Powered by a popular template engine Handlebars
Handlebars is the default template engine for Assemble, but you can add any template any you want.
Pro Highly customizable
Pro Markdown support
Pro Highly extensible
Assemble can be extended with plugins/middleware, helpers and mixins.
Pro Nested layout support
Assemble makes it easy to work with layouts. Layouts are used to "wrap" pages with common page elements, such as a header, footer etc. You can even nest layouts!
Pro Use mainstream build tools Grunt or Gulp
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.
Con Documentation can be hard to navigate
Especially for someone new to Assemble, it can be difficult to find what you're looking for in the documentation.