Release 4.25.1 💎
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Unreleased
|
## [4.25.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.1)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
|
6
Rakefile
6
Rakefile
@ -135,15 +135,15 @@ def genenerate_copyright_file(filename, header, prefix, footer)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
file "_includes/copyright.html" do |t|
|
file "_includes/copyright.html" => "package.json" do |t|
|
||||||
genenerate_copyright_file(t.name, "<!--", " ", "-->")
|
genenerate_copyright_file(t.name, "<!--", " ", "-->")
|
||||||
end
|
end
|
||||||
|
|
||||||
file "_includes/copyright.js" do |t|
|
file "_includes/copyright.js" => "package.json" do |t|
|
||||||
genenerate_copyright_file(t.name, "/*!", " * ", " */")
|
genenerate_copyright_file(t.name, "/*!", " * ", " */")
|
||||||
end
|
end
|
||||||
|
|
||||||
file "_sass/minimal-mistakes/_copyright.scss" do |t|
|
file "_sass/minimal-mistakes/_copyright.scss" => "package.json" do |t|
|
||||||
genenerate_copyright_file(t.name, "/*!", " * ", " */")
|
genenerate_copyright_file(t.name, "/*!", " * ", " */")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Minimal Mistakes Jekyll Theme 4.25.0 by Michael Rose
|
Minimal Mistakes Jekyll Theme 4.25.1 by Michael Rose
|
||||||
Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes
|
Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes
|
||||||
Free for personal and commercial use under the MIT license
|
Free for personal and commercial use under the MIT license
|
||||||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Minimal Mistakes Jekyll Theme 4.25.0 by Michael Rose
|
* Minimal Mistakes Jekyll Theme 4.25.1 by Michael Rose
|
||||||
* Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes
|
* Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes
|
||||||
* Free for personal and commercial use under the MIT license
|
* Free for personal and commercial use under the MIT license
|
||||||
* https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
* https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Minimal Mistakes Jekyll Theme 4.25.0 by Michael Rose
|
* Minimal Mistakes Jekyll Theme 4.25.1 by Michael Rose
|
||||||
* Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes
|
* Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes
|
||||||
* Free for personal and commercial use under the MIT license
|
* Free for personal and commercial use under the MIT license
|
||||||
* https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
* https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||||
|
@ -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.25.0" # for use with in-page templates
|
theme_version : "4.25.1" # 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-28T00:56:01+08:00'
|
last_modified_at: '2024-04-28T01:12:00+08:00'
|
||||||
toc: false
|
toc: false
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ toc: false
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
{% raw %}
|
{% raw %}
|
||||||
## Unreleased
|
## [4.25.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.1)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ header:
|
|||||||
url: "/docs/quick-start-guide/"
|
url: "/docs/quick-start-guide/"
|
||||||
excerpt: >
|
excerpt: >
|
||||||
A flexible two-column Jekyll theme. Perfect for building personal sites, blogs, and portfolios.<br />
|
A flexible two-column Jekyll theme. Perfect for building personal sites, blogs, and portfolios.<br />
|
||||||
<small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.0">Latest release v4.25.0</a></small>
|
<small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.1">Latest release v4.25.1</a></small>
|
||||||
feature_row:
|
feature_row:
|
||||||
- image_path: /assets/images/mm-customizable-feature.png
|
- image_path: /assets/images/mm-customizable-feature.png
|
||||||
alt: "customizable"
|
alt: "customizable"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "minimal-mistakes",
|
"name": "minimal-mistakes",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "4.25.0",
|
"version": "4.25.1",
|
||||||
"description": "Minimal Mistakes 2 column Jekyll theme.",
|
"description": "Minimal Mistakes 2 column Jekyll theme.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Reference in New Issue
Block a user