sudo apt-get install ruby ruby-dev make gcc build-essential
sudo gem install jekyll bundler
npm install
bundle install
bundle exec jekyll serve
If you want to publish form master branch:
rm .gitignore
bundle exec jgd
If you want to publish from other branch:
rm .gitignore
bundle exec jgd -r BRANCH_NAME