Update quick-start guide to use 4.25.0, fix #4809
This commit is contained in:
@ -20,6 +20,7 @@
|
|||||||
- GitHub Workflows security hardening [#3884](https://github.com/mmistakes/minimal-mistakes/issues/3884)
|
- GitHub Workflows security hardening [#3884](https://github.com/mmistakes/minimal-mistakes/issues/3884)
|
||||||
- Replace Font Awesome v5 search page with v6.
|
- Replace Font Awesome v5 search page with v6.
|
||||||
- Try adding an FAQ page.
|
- Try adding an FAQ page.
|
||||||
|
- Update remote theme reference in Quick-Start Guide to point to 4.25.0. [#4809](https://github.com/mmistakes/minimal-mistakes/issues/4809)
|
||||||
|
|
||||||
## [4.25.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.0)
|
## [4.25.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.0)
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# `jekyll serve`. If you change this file, please restart the server process.
|
# `jekyll serve`. If you change this file, please restart the server process.
|
||||||
|
|
||||||
remote_theme : "mmistakes/minimal-mistakes@master"
|
remote_theme : "mmistakes/minimal-mistakes@master"
|
||||||
theme_version : "4.24.0"
|
theme_version : "4.25.0" # for use with in-page templates
|
||||||
|
|
||||||
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
|
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ permalink: "/docs/history/"
|
|||||||
excerpt: Change log of enhancements and bug fixes made to the theme.
|
excerpt: Change log of enhancements and bug fixes made to the theme.
|
||||||
sidebar:
|
sidebar:
|
||||||
nav: docs
|
nav: docs
|
||||||
last_modified_at: '2024-04-26T00:45:40+08:00'
|
last_modified_at: '2024-04-28T00:38:38+08:00'
|
||||||
toc: false
|
toc: false
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -35,6 +35,7 @@ toc: false
|
|||||||
- GitHub Workflows security hardening [#3884](https://github.com/mmistakes/minimal-mistakes/issues/3884)
|
- GitHub Workflows security hardening [#3884](https://github.com/mmistakes/minimal-mistakes/issues/3884)
|
||||||
- Replace Font Awesome v5 search page with v6.
|
- Replace Font Awesome v5 search page with v6.
|
||||||
- Try adding an FAQ page.
|
- Try adding an FAQ page.
|
||||||
|
- Update remote theme reference in Quick-Start Guide to point to 4.25.0. [#4809](https://github.com/mmistakes/minimal-mistakes/issues/4809)
|
||||||
|
|
||||||
## [4.25.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.0)
|
## [4.25.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.0)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user