sudo apt-get install ruby ruby-dev make gcc build-essential
sudo gem install jekyll bundler
bundle install
bundle exec jekyll serveIf you want to publish form master branch:
bundle exec jgdIf you want to publish from other branch:
bundle exec jgd -r BRANCH_NAME