Using Ruby on Linux Install Ruby + Gems sudo apt-get install ruby-full gem install bundler bundle config set --local path 'vendor/bundle' bundle install Serve hot-reloading website bundle exec jekyll serve --watch