This example uses the Gulp static site generator to create a simple blog using the Bootstrap blog template.
A demo of the site can be viewed here - http://ducksoupdev.github.io/gulp-site-generator-example/
This project uses Gulp which needs to be installed globally:
$ npm install -g gulp
$ git clone https://github.com/ducksoupdev/gulp-site-generator-example.git
$ npm install
$ gulp
The generator will create a build/
folder with the compiled and optimised site ready to be deployed to your web server.
To view the generated site, you can use the server task:
$ gulp server
If you encounter any issues or have any feedback, please send me a tweet or raise a bug on the issue tracker.