~xdavidwu/xdavidwu.link

da7aeda5c35809888f737b96a8284d446027db2f — Michael Rose 3 years ago 809f82d
Release 4.20.0 💎
M CHANGELOG.md => CHANGELOG.md +1 -1
@@ 1,4 1,4 @@
## Unreleased
## [4.20.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.20.0)

### Bug Fixes


M README.md => README.md +1 -1
@@ 126,7 126,7 @@ To install:
   bundle
   ```

4. Add `remote_theme: "mmistakes/minimal-mistakes@4.19.3"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
4. Add `remote_theme: "mmistakes/minimal-mistakes@4.20.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.

**Looking for an example?** Use the [Minimal Mistakes remote theme starter](https://github.com/mmistakes/mm-github-pages-starter/generate) for the quickest method of getting a GitHub Pages hosted site up and running. Generate a new repository from the starter, replace sample content with your own, and configure as needed.


M _layouts/default.html => _layouts/default.html +1 -1
@@ 3,7 3,7 @@

<!doctype html>
<!--
  Minimal Mistakes Jekyll Theme 4.19.3 by Michael Rose
  Minimal Mistakes Jekyll Theme 4.20.0 by Michael Rose
  Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
  Free for personal and commercial use under the MIT license
  https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE

M _sass/minimal-mistakes.scss => _sass/minimal-mistakes.scss +1 -1
@@ 1,5 1,5 @@
/*!
 * Minimal Mistakes Jekyll Theme 4.19.3 by Michael Rose
 * Minimal Mistakes Jekyll Theme 4.20.0 by Michael Rose
 * Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
 * Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE)
*/

M assets/js/main.min.js => assets/js/main.min.js +1 -1
@@ 1,5 1,5 @@
/*!
 * Minimal Mistakes Jekyll Theme 4.19.3 by Michael Rose
 * Minimal Mistakes Jekyll Theme 4.20.0 by Michael Rose
 * Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
 * Licensed under MIT
 */

M minimal-mistakes-jekyll.gemspec => minimal-mistakes-jekyll.gemspec +1 -1
@@ 2,7 2,7 @@

Gem::Specification.new do |spec|
  spec.name                    = "minimal-mistakes-jekyll"
  spec.version                 = "4.19.3"
  spec.version                 = "4.20.0"
  spec.authors                 = ["Michael Rose"]

  spec.summary                 = %q{A flexible two-column Jekyll theme.}

M package.json => package.json +1 -1
@@ 1,6 1,6 @@
{
  "name": "minimal-mistakes",
  "version": "4.19.3",
  "version": "4.20.0",
  "description": "Minimal Mistakes 2 column Jekyll theme.",
  "repository": {
    "type": "git",