devilbox.org
1.0.0
Devilbox 웹 사이트의 Github 저장소. 소스 코드는 GH-PAGE 지점에 있습니다.

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