Staticc is a static side generator. It is made for simple static sides and gives you the possibility to change data one the page without touching the HTML. You simply update the data in the data.js and build the page again.
$ npm install staticc-cli
or
$ yarn add staticc-cli
$ staticc init
$ staticc serve
$ staticc build-dev
$ staticc build
If you need a simple documentation click here.
ISC or MIT
Developend and maintained by iDot digital
If you want to see the source code, click here.