Skip to content

Commit eaf50ac

Browse files
committed
Release 4.9.0 💎
1 parent 267d2c9 commit eaf50ac

10 files changed

+35
-35
lines changed

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## [4.9.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.9.0)
22

33
### Enhancements
44

‎_layouts/default.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
<!doctype html>
55
<!--
6-
Minimal Mistakes Jekyll Theme 4.8.1 by Michael Rose
7-
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
6+
Minimal Mistakes Jekyll Theme 4.9.0 by Michael Rose
7+
Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes
88
Free for personal and commercial use under the MIT license
99
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt
1010
-->

‎_sass/minimal-mistakes.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Minimal Mistakes Jekyll Theme 4.8.1 by Michael Rose
3-
* Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
2+
* Minimal Mistakes Jekyll Theme 4.9.0 by Michael Rose
3+
* Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes
44
* Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt)
55
*/
66

‎assets/js/main.min.js

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎banner.js

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
const fs = require('fs');
2-
const pkg = require('./package.json');
3-
const filename = 'assets/js/main.min.js';
1+
const fs = require("fs");
2+
const pkg = require("./package.json");
3+
const filename = "assets/js/main.min.js";
44
const script = fs.readFileSync(filename);
5-
const padStart = str => ('0' + str).slice(-2)
6-
const dateObj = new Date;
7-
const date = `${dateObj.getFullYear()}-${padStart(dateObj.getMonth() + 1)}-${padStart(dateObj.getDate())}`;
5+
const padStart = str => ("0" + str).slice(-2);
6+
const dateObj = new Date();
7+
const date = `${dateObj.getFullYear()}-${padStart(
8+
dateObj.getMonth() + 1
9+
)}-${padStart(dateObj.getDate())}`;
810
const banner = `/*!
911
* Minimal Mistakes Jekyll Theme ${pkg.version} by ${pkg.author}
10-
* Copyright ${dateObj.getFullYear()} Michael Rose - mademistakes.com | @mmistakes
12+
* Copyright 2013-${dateObj.getFullYear()} Michael Rose - mademistakes.com | @mmistakes
1113
* Licensed under ${pkg.license}
1214
*/
1315
`;
1416

15-
if (script.slice(0, 3) != '/**') {
17+
if (script.slice(0, 3) != "/**") {
1618
fs.writeFileSync(filename, banner + script);
17-
}
19+
}

‎docs/_docs/18-history.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ permalink: /docs/history/
44
excerpt: "Change log of enhancements and bug fixes made to the theme."
55
sidebar:
66
nav: docs
7-
last_modified_at: 2018-01-04T20:46:50-05:00
7+
last_modified_at: 2018-01-04T22:50:34-05:00
88
toc: true
99
---
1010

11-
## Unreleased
11+
## [4.9.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.9.0)
1212

1313
### Enhancements
1414

‎docs/_layouts/default.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
<!doctype html>
55
<!--
6-
Minimal Mistakes Jekyll Theme 4.8.1 by Michael Rose
7-
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
6+
Minimal Mistakes Jekyll Theme 4.9.0 by Michael Rose
7+
Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes
88
Free for personal and commercial use under the MIT license
99
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt
1010
-->

‎docs/_pages/home.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ header:
77
cta_label: "<i class='fas fa-download'></i> Install Now"
88
cta_url: "/docs/quick-start-guide/"
99
caption:
10-
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.8.1">Latest release v4.8.1</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}'
10+
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.9.0">Latest release v4.9.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}'
1111
feature_row:
1212
- image_path: /assets/images/mm-customizable-feature.png
1313
alt: "customizable"

‎minimal-mistakes-jekyll.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "minimal-mistakes-jekyll"
5-
spec.version = "4.8.1"
5+
spec.version = "4.9.0"
66
spec.authors = ["Michael Rose"]
77

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

‎package.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
{
22
"name": "minimal-mistakes",
3-
"version": "4.8.1",
3+
"version": "4.9.0",
44
"description": "Minimal Mistakes Jekyll theme npm build scripts",
55
"repository": {
66
"type": "git",
77
"url": "git://github.com/mmistakes/minimal-mistakes.git"
88
},
9-
"keywords": [
10-
"jekyll",
11-
"theme",
12-
"minimal"
13-
],
9+
"keywords": ["jekyll", "theme", "minimal"],
1410
"author": "Michael Rose",
1511
"license": "MIT",
1612
"bugs": {
@@ -26,9 +22,11 @@
2622
"uglify-js": "^2.6.1"
2723
},
2824
"scripts": {
29-
"uglify": "uglifyjs assets/js/vendor/jquery/jquery-3.2.1.min.js assets/js/plugins/jquery.fitvids.js assets/js/plugins/jquery.greedy-navigation.js assets/js/plugins/jquery.magnific-popup.js assets/js/plugins/jquery.smooth-scroll.min.js assets/js/_main.js -c -m -o assets/js/main.min.js",
25+
"uglify":
26+
"uglifyjs assets/js/vendor/jquery/jquery-3.2.1.min.js assets/js/plugins/jquery.fitvids.js assets/js/plugins/jquery.greedy-navigation.js assets/js/plugins/jquery.magnific-popup.js assets/js/plugins/jquery.smooth-scroll.min.js assets/js/_main.js -c -m -o assets/js/main.min.js",
3027
"add-banner": "node banner.js",
31-
"watch:js": "onchange \"assets/js/**/*.js\" -e \"assets/js/main.min.js\" -- npm run build:js",
28+
"watch:js":
29+
"onchange \"assets/js/**/*.js\" -e \"assets/js/main.min.js\" -- npm run build:js",
3230
"build:js": "npm run uglify && npm run add-banner"
3331
}
34-
}
32+
}

0 commit comments

Comments
 (0)