Github repository for the Devilbox website. The source code is located in the gh-pages branch.
The official Devilbox repository is here: https://github.com/cytopia/devilbox
# Clone repository
$ git clone -v https://github.com/devilbox/devilbox.org
# Checkout gh-pages branch
$ cd devilbox.org
$ git checkout gh-pages
$ vi Gemfile
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
$ gem install bundler
$ bundle install
$ bundle exec jekyll serve
https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/