Nacara
Nacara is a static site generator focused on simplicity
Simple
No database, focus on your content
Static
Write Markdown, SCSS, JS, HTML get a static website ready for deployment
Extensible
Write your own layout to match your needs
~ $ npm init nacara
~ $ cd my-site
~/my-site $ npm run watch
Browse to http://localhost:8080
Nacara is open-source and free.