Skip to content

Latest commit

 

History

History
 
 

www

Getting started

  • Install Node.js
  • Install grunt: npm install -g grunt-cli
  • Install the Node.js dependencies via npm: npm install
  • Install Ruby; See this guide
  • Run gem install bundle and then bundle install
  • Run grunt build to build the static site, grunt to build and watch for changes (http://localhost:8000/)
  • To test the site, run npm test

TODO:

  1. Move posts into _posts
  2. Add jekyll-feed