Skip to content

Commit 70d10cb

Browse files
committed
2025-03-15
1 parent 6987c8f commit 70d10cb

3 files changed

Lines changed: 7 additions & 17 deletions

File tree

Gemfile

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ gem "jekyll", "~> 4.3.2"
1212
# gem "minima", "~> 2.5" # RSH--
1313

1414
# RSH++
15-
gem "minima", github: "jekyll/minima" # This is to use the latest git version of Minima V3
16-
# gem "minima", github: "jekyll/minima", ref: "43f3ed0" # This is to use the last known commit version which worked on the site
15+
# gem "minima", github: "jekyll/minima" # This is to use the latest git version of Minima V3
16+
gem "minima", github: "jekyll/minima", ref: "43f3ed0" # This is to use the last known commit version which worked on the site
1717
# RSH++
1818

1919
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
@@ -46,16 +46,5 @@ gem "jekyll-paginate"
4646
gem 'logger'
4747
gem 'base64'
4848
gem "csv"
49-
# RSH++ Paginate
50-
51-
# if Gem.win_platform?
52-
# # Do nothing on Windows
53-
# else
54-
# macOS specific gems
55-
# platforms :ruby do
56-
# if RUBY_PLATFORM.include?('darwin')
57-
# gem 'logger'
58-
# gem 'base64'
59-
# gem "csv"
60-
# end
61-
# end
49+
# RSH++
50+

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
GIT
22
remote: https://github.com/jekyll/minima.git
33
revision: 43f3ed05dc0f6842d9292a6a827b31a8914ed714
4+
ref: 43f3ed0
45
specs:
56
minima (3.0.0.dev)
67
jekyll (>= 3.5, < 5.0)

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ plugins:
2929
paginate: 15
3030
paginate_path: "/blog/page:num/"
3131

32-
remote_theme: jekyll/minima #This is to use the latest commit version of the V3. But may break site.
33-
# remote_theme: "jekyll/minima@43f3ed0" # This is to use the last known version which worked on the site.
32+
# remote_theme: jekyll/minima #This is to use the latest commit version of the V3. But may break site.
33+
remote_theme: "jekyll/minima@43f3ed0" # This is to use the last known version which worked on the site.
3434

3535
# Minima specific settings, which are only available from Minima 3.0 onward.
3636
minima:

0 commit comments

Comments
 (0)