Skip to content

Commit 90ab9d2

Browse files
committed
_config.yml: Add minimal-mistakes-jekyll.gemspec to exclude, fix mmistakes#5193
1 parent d90b7e5 commit 90ab9d2

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- Fix extra newline generated in `_includes/post_pagination.html`.
2626
- Hide hidden links & remove the overlay when one is clicked. [#5042](https://github.com/mmistakes/minimal-mistakes/pull/5042)
2727
- Fix typo in "Configuration" (#5106)
28+
- bundle exec jekyll serve will fail if more than once (#5193)
2829

2930
### Documentation & Maintenance
3031

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ exclude:
184184
- gulpfile.js
185185
- LICENSE
186186
- log
187+
- minimal-mistakes-jekyll.gemspec
187188
- node_modules
188189
- package.json
189190
- package-lock.json

docs/_docs/18-history.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permalink: "/docs/history/"
55
excerpt: Change log of enhancements and bug fixes made to the theme.
66
sidebar:
77
nav: docs
8-
last_modified_at: '2025-02-14T22:47:24+08:00'
8+
last_modified_at: '2025-04-02T23:07:42+08:00'
99
toc: false
1010
---
1111

@@ -40,6 +40,7 @@ toc: false
4040
- Fix extra newline generated in `_includes/post_pagination.html`.
4141
- Hide hidden links & remove the overlay when one is clicked. [#5042](https://github.com/mmistakes/minimal-mistakes/pull/5042)
4242
- Fix typo in "Configuration" [#5106](https://github.com/mmistakes/minimal-mistakes/issues/5106)
43+
- bundle exec jekyll serve will fail if more than once [#5193](https://github.com/mmistakes/minimal-mistakes/issues/5193)
4344

4445
### Documentation & Maintenance
4546

0 commit comments

Comments
 (0)