Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 794 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 794 Bytes

devilbox.org

This repository holds the source code of the devilbox.org web page in the gh-pages branch.

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/