(Personal) Moving this blog to a new machine, and nuking the bundle
Note: This is a personal note, and is not formatted for wider consumption.
Install system dependencies
sudo apt install -y ruby-dev bundler
Nuking and paving the bundle
- Delete
Gemfile.lock - Delete everything in
vendor/bundle/ruby/ - Check your
Gemfileis requesting the latest versions of the gems that it needs - Go to the root of the site, and do
bundle install - Test with
bundle exec jekyll serve - Commit and push