_config.yml: Add minimal-mistakes-jekyll.gemspec to exclude, fix #5193

This commit is contained in:
iBug 2025-04-02 23:07:46 +08:00
parent d90b7e5b3e
commit 90ab9d28b9
3 changed files with 4 additions and 1 deletions

View File

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

View File

@ -184,6 +184,7 @@ exclude:
- gulpfile.js - gulpfile.js
- LICENSE - LICENSE
- log - log
- minimal-mistakes-jekyll.gemspec
- node_modules - node_modules
- package.json - package.json
- package-lock.json - package-lock.json

View File

@ -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: '2025-02-14T22:47:24+08:00' last_modified_at: '2025-04-02T23:07:42+08:00'
toc: false toc: false
--- ---
@ -40,6 +40,7 @@ toc: false
- Fix extra newline generated in `_includes/post_pagination.html`. - Fix extra newline generated in `_includes/post_pagination.html`.
- Hide hidden links & remove the overlay when one is clicked. [#5042](https://github.com/mmistakes/minimal-mistakes/pull/5042) - Hide hidden links & remove the overlay when one is clicked. [#5042](https://github.com/mmistakes/minimal-mistakes/pull/5042)
- Fix typo in "Configuration" [#5106](https://github.com/mmistakes/minimal-mistakes/issues/5106) - Fix typo in "Configuration" [#5106](https://github.com/mmistakes/minimal-mistakes/issues/5106)
- bundle exec jekyll serve will fail if more than once [#5193](https://github.com/mmistakes/minimal-mistakes/issues/5193)
### Documentation & Maintenance ### Documentation & Maintenance