devilbox.org
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/
