diff --git a/CHANGELOG.md b/CHANGELOG.md index fff61828..f7aa4322 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ - 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) - Fix typo in "Configuration" (#5106) +- bundle exec jekyll serve will fail if more than once (#5193) ### Documentation & Maintenance diff --git a/_config.yml b/_config.yml index af7d5722..85149179 100644 --- a/_config.yml +++ b/_config.yml @@ -184,6 +184,7 @@ exclude: - gulpfile.js - LICENSE - log + - minimal-mistakes-jekyll.gemspec - node_modules - package.json - package-lock.json diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index f9da68e7..a1ebc1b1 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -5,7 +5,7 @@ permalink: "/docs/history/" excerpt: Change log of enhancements and bug fixes made to the theme. sidebar: nav: docs -last_modified_at: '2025-02-14T22:47:24+08:00' +last_modified_at: '2025-04-02T23:07:42+08:00' toc: false --- @@ -40,6 +40,7 @@ toc: false - 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) - 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