Skip to content

Commit 882891a

Browse files
committed
2025-03-15
1 parent 0895b9b commit 882891a

2 files changed

Lines changed: 12 additions & 13 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ gem "jekyll", "~> 4.3.2"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
# gem "minima", "~> 2.5" # RSH--
1313
# RSH++
14-
gem "minima", github: "jekyll/minima" # This is to use the latest git version of Minima V3
15-
# gem "minima", github: "jekyll/minima", ref: "43f3ed0" # This is to use the last known commit version which worked on the site
14+
# gem "minima", github: "jekyll/minima" # This is to use the latest git version of Minima V3
15+
gem "minima", github: "jekyll/minima", ref: "43f3ed0" # This is to use the last known commit version which worked on the site
1616
# RSH++
1717

1818
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and

_config.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ desc2: |
1515
# If you clone the Minima repo and build locally, use this setting.
1616
# theme: minima
1717

18-
# As of November 2023, GitHub Pages still uses Minima 2.5.1 (https://pages.github.com/versions/).
19-
# If you want to use the latest Minima version on GitHub Pages, use the following setting and
18+
# As of November 2023, GitHub Pages still uses Minima 2.5.1 (https://pages.github.com/versions/).
19+
# If you want to use the latest Minima version on GitHub Pages, use the following setting and
2020
# add a line comment on "theme: minima" above.
2121
#remote_theme: jekyll/minima
2222

@@ -26,12 +26,11 @@ plugins:
2626
- jekyll-remote-theme
2727
- jekyll-paginate
2828

29-
3029
paginate: 15
3130
paginate_path: "/blog/page:num/"
3231

33-
remote_theme: jekyll/minima #This is to use the latest commit version of the V3. But may break site.
34-
# 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.
3534

3635
# Minima specific settings, which are only available from Minima 3.0 onward.
3736
minima:
@@ -49,17 +48,17 @@ minima:
4948
# the `path` property (as represented via Liquid) of the pages in the order they should
5049
# be rendered.
5150
nav_pages:
52-
- blog/index.html
53-
- blog/tags.md
54-
- blog/search.html
55-
- blog/about.md
56-
- index.markdown
51+
- blog/index.html
52+
- blog/tags.md
53+
- blog/search.html
54+
- blog/about.md
55+
- index.markdown
5756

5857
# Set to `true` to show excerpts on the homepage.
5958
#show_excerpts: false
6059

6160
# Minima date format.
62-
# The default value is "%b %d, %Y" (e.g. Nov 14, 2023)
61+
# The default value is "%b %d, %Y" (e.g. Nov 14, 2023)
6362
# Refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this.
6463
date_format: "%b %-d, %Y"
6564

0 commit comments

Comments
 (0)