Generates a simple static website from a folder of markdown files, a folder of templates and a folder of assets.
- Clone this repository.
git clone git@github.com:hansjovis/site-generator.git - Install dependencies using NPM.
npm install - Build the source code.
npm run build - Run the generator on the example project.
cd example ../bin/generate - Open the result (
example/public/example.html) in your browser of choice.