A Grunt task for generating a static blog. Used for generating my blog.
It also generates a Lunr.js index file.
WARNING! Currently under heavy development!
To install grunt-blogbuilder
, you need to first install Node.js - I recommend using NVM to do this. You will also need the grunt-cli
module to be installed globally. Then run the following command:
npm install grunt-blogbuilder
MIT