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