Easystatic uses Markdown It for web pages, EJS and PostCSS + Autoprefixer for layout, Browsersync for cross-device testing...
$ npm install -g easystatic
$ es start <path>
...where <path> is the folder with *.md files, or an empty folder. For example:
$ es start mysite.com
This command launches your site in a browser and starts watching for modifications in source files
(<path>/*.md, <path>/assets/*.*).
Here is an example of how you can deploy your site to GitHub Pages:
$ es deploy mysite.com --repo=username/mysite.com --domain=mysite.com
For more info, please visit www.easystatic.com
Find more static site generators.