Skip to content

devilbox/devilbox.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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


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/