diff --git a/CHANGELOG.md b/CHANGELOG.md index 043f8865..6b638b9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [3.3.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.7) + +### Bug Fixes + +- Re-enabled Jekyll plugins in `_config.yml` in case they aren't autoloaded in `Gemfile`. [#417](https://github.com/mmistakes/minimal-mistakes/issues/417) + +### Enhancements + +- Fallback to `site.github.url` for use in `{{ base_path }}` when `site.url` is `nil`. +- Replace Sass and Autoprefixer `npm` build scripts with [Jekyll's built-in asset support](https://jekyllrb.com/docs/assets/). [#333](https://github.com/mmistakes/minimal-mistakes/issues/333) + +### Maintenance + +- Document `site.repository` and its role with [`github-metadata`](https://github.com/jekyll/github-metadata) gem. +- Add sample [archive page with content](https://mmistakes.github.io/minimal-mistakes/archive-layout-with-content/) for testing styles on demo site. + ## [3.3.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.6) ### Bug Fixes diff --git a/README.md b/README.md index fe95ed29..bb1f2ed7 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ The theme includes responsive layouts (`single`, `archive`, and `splash` pages) ### Notable Features - Compatible with Jekyll 3.x and GitHub Pages +- Support for Jekyll's built-in Sass/SCSS preprocessor - Several layout options (single, archive, splash pages) - SEO optimized with support for [Twitter Cards](https://dev.twitter.com/cards/overview) and [Open Graph](http://ogp.me/) data - Optional header images, sidebars, table of contents, galleries, related posts, breadcrumb links, and more. diff --git a/package.json b/package.json index 5cf485a9..f4cc8b6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minimal-mistakes", - "version": "3.3.6", + "version": "3.3.7", "description": "Minimal Mistakes Jekyll theme npm build scripts", "repository": { "type": "git",