Updating to Jekyll 3.9.0
Very few code changes for the template theme. The only real change is to the Gemfile
# A note about this GEM file:
# This gemfile is only to help you run `bundle exec jekyll serve` on your
# local machine. It is not used in any way by the build system
# frozen_string_literal: true
source "https://rubygems.org"
gem "jekyll", "3.9.0"
gem "jekyll-remote-theme", "0.4.2"
gem "kramdown-parser-gfm", "1.1.0"
Upgrade notes:
Users with a theme already just need to swap out their old Gemfiles with the above and run bundle update jekyll