@@ -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-
3029paginate : 15
3130paginate_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.
3736minima :
@@ -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