Release 4.14.0 💎
This commit is contained in:
parent
5a68b46e5a
commit
ed09740b42
11 changed files with 29 additions and 30 deletions
|
@ -1,4 +1,4 @@
|
||||||
## Unreleased
|
## [4.14.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.14.0)
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
||||||
|
|
|
@ -126,7 +126,7 @@ To install:
|
||||||
bundle
|
bundle
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Add `remote_theme: "mmistakes/minimal-mistakes@4.13.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
|
4. Add `remote_theme: "mmistakes/minimal-mistakes@4.14.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<!--
|
<!--
|
||||||
Minimal Mistakes Jekyll Theme 4.13.0 by Michael Rose
|
Minimal Mistakes Jekyll Theme 4.14.0 by Michael Rose
|
||||||
Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes
|
Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes
|
||||||
Free for personal and commercial use under the MIT license
|
Free for personal and commercial use under the MIT license
|
||||||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* Minimal Mistakes Jekyll Theme 4.13.0 by Michael Rose
|
* Minimal Mistakes Jekyll Theme 4.14.0 by Michael Rose
|
||||||
* Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes
|
* Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes
|
||||||
* Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE)
|
||||||
*/
|
*/
|
||||||
|
|
2
assets/js/main.min.js
vendored
2
assets/js/main.min.js
vendored
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* Minimal Mistakes Jekyll Theme 4.13.0 by Michael Rose
|
* Minimal Mistakes Jekyll Theme 4.14.0 by Michael Rose
|
||||||
* Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes
|
* Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes
|
||||||
* Licensed under MIT
|
* Licensed under MIT
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,13 +2,17 @@
|
||||||
title: "Quick-Start Guide"
|
title: "Quick-Start Guide"
|
||||||
permalink: /docs/quick-start-guide/
|
permalink: /docs/quick-start-guide/
|
||||||
excerpt: "How to quickly install and setup Minimal Mistakes for use with GitHub Pages."
|
excerpt: "How to quickly install and setup Minimal Mistakes for use with GitHub Pages."
|
||||||
last_modified_at: 2018-11-25T19:29:40-05:00
|
last_modified_at: 2018-11-25T22:21:33-05:00
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /theme-setup/
|
- /theme-setup/
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Minimal Mistakes has been developed as a [Gem-based theme](http://jekyllrb.com/docs/themes/) for easier use. It is also 100% compatible with GitHub Pages when used as a remote theme.
|
Minimal Mistakes has been developed as a [Gem-based theme](http://jekyllrb.com/docs/themes/) for easier use, and 100% compatible with GitHub Pages when used as a remote theme.
|
||||||
|
|
||||||
|
**If you enjoy this theme, please consider [supporting me](https://www.paypal.me/mmistakes) for developing and maintaining it.**
|
||||||
|
|
||||||
|
[![Support via PayPal](https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg)](https://www.paypal.me/mmistakes)
|
||||||
|
|
||||||
## Installing the theme
|
## Installing the theme
|
||||||
|
|
||||||
|
@ -70,7 +74,7 @@ To install as a remote theme:
|
||||||
bundle
|
bundle
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Add `remote_theme: "mmistakes/minimal-mistakes@4.13.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
|
4. Add `remote_theme: "mmistakes/minimal-mistakes@4.14.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
|
||||||
|
|
||||||
You may also optionally specify a branch, [tag](https://github.com/mmistakes/minimal-mistakes/tags), or commit to use by appending an @ and the Git ref (e.g., `mmistakes/minimal-mistakes@4.9.0` or `mmistakes/minimal-mistakes@bbf3cbc5fd64a3e1885f3f99eb90ba92af84063d`). This is useful when rolling back to older versions of the theme. If you don't specify a Git ref, the latest on `master` will be used.
|
You may also optionally specify a branch, [tag](https://github.com/mmistakes/minimal-mistakes/tags), or commit to use by appending an @ and the Git ref (e.g., `mmistakes/minimal-mistakes@4.9.0` or `mmistakes/minimal-mistakes@bbf3cbc5fd64a3e1885f3f99eb90ba92af84063d`). This is useful when rolling back to older versions of the theme. If you don't specify a Git ref, the latest on `master` will be used.
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,11 @@ 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: 2018-11-25T20:55:50-05:00
|
last_modified_at: 2018-11-25T22:20:59-05:00
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
## Unreleased
|
## [4.14.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.14.0)
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<!--
|
<!--
|
||||||
Minimal Mistakes Jekyll Theme 4.13.0 by Michael Rose
|
Minimal Mistakes Jekyll Theme 4.14.0 by Michael Rose
|
||||||
Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes
|
Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes
|
||||||
Free for personal and commercial use under the MIT license
|
Free for personal and commercial use under the MIT license
|
||||||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||||
|
|
|
@ -5,38 +5,33 @@ header:
|
||||||
overlay_color: "#5e616c"
|
overlay_color: "#5e616c"
|
||||||
overlay_image: /assets/images/mm-home-page-feature.jpg
|
overlay_image: /assets/images/mm-home-page-feature.jpg
|
||||||
actions:
|
actions:
|
||||||
- label: "<i class='fas fa-download'></i> Install Now"
|
- label: "<i class='fas fa-download'></i> Install now"
|
||||||
url: "/docs/quick-start-guide/"
|
url: "/docs/quick-start-guide/"
|
||||||
caption:
|
excerpt: >
|
||||||
excerpt: 'A flexible two-column Jekyll theme. Perfect for personal sites, blogs, and portfolios hosted on GitHub or your own server.<br /> <small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.13.0">Latest release v4.13.0</a></small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="158px" height="30px"></iframe>{:/nomarkdown}'
|
A flexible two-column Jekyll theme. Perfect for building personal sites, blogs, and portfolios.<br />
|
||||||
|
<small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.14.0">Latest release v4.14.0</a></small>
|
||||||
feature_row:
|
feature_row:
|
||||||
- image_path: /assets/images/mm-customizable-feature.png
|
- image_path: /assets/images/mm-customizable-feature.png
|
||||||
alt: "customizable"
|
alt: "customizable"
|
||||||
title: "Super Customizable"
|
title: "Super customizable"
|
||||||
excerpt: "Everything from the menus, sidebars, comments, and more can be configured or set with YAML Front Matter."
|
excerpt: "Everything from the menus, sidebars, comments, and more can be configured or set with YAML Front Matter."
|
||||||
url: "/docs/configuration/"
|
url: "/docs/configuration/"
|
||||||
btn_class: "btn--primary"
|
btn_class: "btn--primary"
|
||||||
btn_label: "Learn More"
|
btn_label: "Learn more"
|
||||||
- image_path: /assets/images/mm-responsive-feature.png
|
- image_path: /assets/images/mm-responsive-feature.png
|
||||||
alt: "fully responsive"
|
alt: "fully responsive"
|
||||||
title: "Responsive Layouts"
|
title: "Responsive layouts"
|
||||||
excerpt: "Built on HTML5 + CSS3. All layouts are fully responsive with helpers to augment your content."
|
excerpt: "Built with HTML5 + CSS3. All layouts are fully responsive with helpers to augment your content."
|
||||||
url: "/docs/layouts/"
|
url: "/docs/layouts/"
|
||||||
btn_class: "btn--primary"
|
btn_class: "btn--primary"
|
||||||
btn_label: "Learn More"
|
btn_label: "Learn more"
|
||||||
- image_path: /assets/images/mm-free-feature.png
|
- image_path: /assets/images/mm-free-feature.png
|
||||||
alt: "100% free"
|
alt: "100% free"
|
||||||
title: "100% Free"
|
title: "100% free"
|
||||||
excerpt: "Free to use however you want under the MIT License. Clone it, fork it, customize it, whatever!"
|
excerpt: "Free to use however you want under the MIT License. Clone it, fork it, customize it... whatever!"
|
||||||
url: "/docs/license/"
|
url: "/docs/license/"
|
||||||
btn_class: "btn--primary"
|
btn_class: "btn--primary"
|
||||||
btn_label: "Learn More"
|
btn_label: "Learn more"
|
||||||
github:
|
|
||||||
- excerpt: '{::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="158px" height="30px"></iframe>{:/nomarkdown}'
|
|
||||||
intro:
|
|
||||||
- excerpt: 'Get notified when I add new stuff [<i class="fab fa-twitter"></i> @mmistakes](https://twitter.com/mmistakes){: .btn .btn--twitter} [<i class="fab fa-paypal"></i> Tip Me](https://www.paypal.me/mmistakes){: .btn .btn--primary}'
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include feature_row id="intro" type="center" %}
|
|
||||||
|
|
||||||
{% include feature_row %}
|
{% include feature_row %}
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
spec.name = "minimal-mistakes-jekyll"
|
spec.name = "minimal-mistakes-jekyll"
|
||||||
spec.version = "4.13.0"
|
spec.version = "4.14.0"
|
||||||
spec.authors = ["Michael Rose"]
|
spec.authors = ["Michael Rose"]
|
||||||
|
|
||||||
spec.summary = %q{A flexible two-column Jekyll theme.}
|
spec.summary = %q{A flexible two-column Jekyll theme.}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "minimal-mistakes",
|
"name": "minimal-mistakes",
|
||||||
"version": "4.13.0",
|
"version": "4.14.0",
|
||||||
"description": "Minimal Mistakes 2 column Jekyll theme.",
|
"description": "Minimal Mistakes 2 column Jekyll theme.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue