How to test the site locally This uses github pages and github pages uses jekyll. You need to install rubygems: sudo apt-get install rubygems sudo gem install jekyll sudo easy_install Pygments And then run it with: jekyll --pygments --safe --auto