Upgrade to Jekyll 4.3.2 and Minima 3

This commit is contained in:
Danielle McLean 2023-10-16 14:05:40 +11:00
parent a88e12d383
commit 9d04a7d780
Signed by: 00dani
GPG key ID: 52C059C3B22A753E
3 changed files with 64 additions and 46 deletions

View file

@ -11,10 +11,10 @@ gem "webrick"
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "4.2.0"
gem "jekyll", "4.3.2"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima"
gem "minima", github: "jekyll/minima"
# Syntax highlighter!
gem "rouge"