Snippet to compile this blog
Setup necessary packages on a Chromebook
sudo apt update
sudo apt install -y build-essential ruby ruby-dev
sudo gem install bundler
bundle config set --global path $HOME/.gem
Install bundle
bundle install
Build the blog
bundle exec jekyll build
Serve the blog locally
bundle exec jekyll serve