Skip to content

Commit 5990051

Browse files
google-labs-jules[bot]donglua
authored andcommitted
Switch minima theme source to donglua/minima
This change updates the Gemfile to source the `minima` theme directly from the `donglua/minima` GitHub repository, as requested. Note: You will need to run `bundle install` locally to update your `Gemfile.lock`.
1 parent 60bd211 commit 5990051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source "https://rubygems.org"
1010
gem "jekyll", "~> 4.4.1"
1111
gem "logger" # Ruby 4.0 需要显式添加
1212
# This is the default theme for new Jekyll sites. You may change this to anything you like.
13-
gem "minima", "~> 2.5"
13+
gem "minima", git: "https://github.com/donglua/minima"
1414
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1515
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1616
# gem "github-pages", group: :jekyll_plugins

0 commit comments

Comments
 (0)