simple-static-site-generator

Just render some HTML already!

View on GitHub

Simple static site generator

Just render some HTML already!

A simple (literally) webpack powered static site generator.

How to

  1. Clone the repository

git clone https://github.com/kbariotis/simple-static-site-generator

  1. Install dependencies

npm install

  1. Add your HTML

Add your pages in the pages folder. Edit the components folder for the various components of the page.

  1. Build

npm run build

License

MIT