devilbox.org
1.0.0
Github -Repository für die DevilBox -Website. Der Quellcode befindet sich in der GH-Seitenzweig.

# 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 servehttps://help.github.com/articles/Seting-up-your-github-pages---Lecally-with-jekyll/