Builds website for www.changesprout.com using jekyll and github pages.
To develop locally:
bundle install
jekyll serve
browse to http://localhost:4000/ to preview site. Committing changes and pushing to master will update live site.
Add markdown files in _posts to create new updates.