File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
4646gem 'logger'
4747gem 'base64'
4848gem "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+
Original file line number Diff line number Diff line change 11GIT
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 )
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ plugins:
2929paginate : 15
3030paginate_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.
3636minima :
You can’t perform that action at this time.
0 commit comments