devilbox.org
1.0.0
Repositorio de GitHub para el sitio web de Devilbox. El código fuente se encuentra en la rama de las páginas GH.

# 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/settingup-your-github-pages-site-locally-with-jekyll/