devilbox.org
                                
                                 devilbox.org copied to clipboard
                                
                                    devilbox.org copied to clipboard
                            
                            
                            
                        devilbox website: http://devilbox.org
http://devilbox.org
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
How to build locally?
1. Get the sources
# Clone repository
$ git clone -v https://github.com/devilbox/devilbox.org
# Checkout gh-pages branch
$ cd devilbox.org
$ git checkout gh-pages
2. Setup Gemfile
$ vi Gemfile
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
3. Install requirements
$ gem install bundler
$ bundle install
4. Build
$ bundle exec jekyll serve
Reference
https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/
