A boilerplate for the Jekyll/Grunt/Buttsweater combination used on zachleat.com and nebraskajs.com.
Use NPM to install the dependencies.
npm install
Jekyll is not available in npm, so you'll need to install it separately. Then, run the build script:
grunt
Output is generated into the _site
directory. As is, the site's hierarchy (subfolders for posts) means that all of the resources are referenced using absolute urls and the site must be hosted at /
. Set up a Virtual Host for the _site
directory and modify your /etc/hosts
to map that to a local development domain of your choosing.
Built by @zachleat.