make sure that ruby, gem and bundle are installed properly on system
bundle exec jekyll serve --increment
- To Clean the
_site
folder
bundle exec jekyll clean
bundle exec jekyll build
- Some Gemfile.lock went wrong
bundle clean --force
rm -rf ./vendor/bundle
bundle install