simple static site generator
1.0.0
Just render some HTML already!
A simple (literally) webpack powered static site generator.
git clone https://github.com/kbariotis/simple-static-site-generator
npm install
Add your pages in the pages
folder. Edit the components
folder for the various components of the page.
npm run build
MIT