minimal-mistakes-jekyll 4.17.0 → 4.17.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 529f90ad74dc7fedfacc89b8cec179f5c1f8661cac7bac33bbbc8a45490d24d6
4
- data.tar.gz: 698a5ae41bd9348ee058326c12aadcca16774ff1e7ef35584ecd245aa26f8062
3
+ metadata.gz: 990e9e14a1381a453cfa48a187f24f506ac606b6fc5f73e03120a759f4c3ae4d
4
+ data.tar.gz: bc8defb08339421d92da0922b9d28e893e7e5a1a6dd2e4bc0f9322cd9750c945
5
5
  SHA512:
6
- metadata.gz: 9d7247b30942a3f0fb6c8de87b36a668fc2f632f48ddd5946d4830c537eace6e25e3996b71ab75ae66d226d80275cc7f2cb3e5ab579e4c734d5f44f39f1178e5
7
- data.tar.gz: d4c3f2bc669f22622e1e265b96e09ed36542e48701232a9c07c777449fecb70824cb3389caf038c840b48389c49ed708eb146238d1153f5595b519d6eeeccf69
6
+ metadata.gz: 8ccc7ff208a68d23ac6a8f5f5f8398ae6459bbca4192a147afe9e560e55cb191fd8a71a642253f02c63d7ae179422b2b08c4c6fa5bbd1bb314619c85e7c466d0
7
+ data.tar.gz: 502f6cf981b1b71d2ddaaa1250b65cec40a6b81b1713d2003a6e961137500b7ef30d4d94064ae5ea61b3891263f4fa9b9bbbaf194dc93af40c5e3f660d29f4ae
@@ -1,3 +1,14 @@
1
+ ## [4.17.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.17.1)
2
+
3
+ ### Enhancements
4
+
5
+ - Update Chinese (Simplified) localized UI text strings. [#2286](https://github.com/mmistakes/minimal-mistakes/pull/2286)
6
+ - Update list of 3rd party JavaScript used and licenses. [#2276](https://github.com/mmistakes/minimal-mistakes/pull/2276)
7
+
8
+ ### Bug Fixes
9
+
10
+ - Fix indention of nested GFM task lists. [#2283](https://github.com/mmistakes/minimal-mistakes/issues/2283)
11
+
1
12
  ## [4.17.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.17.0)
2
13
 
3
14
  ### Enhancements
data/README.md CHANGED
@@ -126,7 +126,7 @@ To install:
126
126
  bundle
127
127
  ```
128
128
 
129
- 4. Add `remote_theme: "mmistakes/minimal-mistakes@4.17.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
129
+ 4. Add `remote_theme: "mmistakes/minimal-mistakes@4.17.1"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
130
130
 
131
131
  **Looking for an example?** Fork the [Minimal Mistakes remote theme starter](https://github.com/mmistakes/mm-github-pages-starter) for the quickest method of getting a GitHub Pages hosted site up and running. Replace sample content with your own and configure as needed.
132
132
 
@@ -187,7 +187,8 @@ To test the theme, run `bundle exec rake preview` and open your browser at `http
187
187
  - [Magnific Popup](http://dimsemenov.com/plugins/magnific-popup/)
188
188
  - [FitVids.JS](http://fitvidsjs.com/)
189
189
  - [GreedyNav.js](https://github.com/lukejacksonn/GreedyNav)
190
- - [jQuery Smooth Scroll](https://github.com/kswedberg/jquery-smooth-scroll)
190
+ - [Smooth Scroll](https://github.com/cferdinandi/smooth-scroll)
191
+ - [Gumshoe](https://github.com/cferdinandi/gumshoe)
191
192
  - [jQuery throttle / debounce](http://benalman.com/projects/jquery-throttle-debounce-plugin/)
192
193
  - [Lunr](http://lunrjs.com)
193
194
 
@@ -243,9 +244,13 @@ Minimal Mistakes incorporates [Magnific Popup](http://dimsemenov.com/plugins/mag
243
244
  Copyright (c) 2014-2016 Dmitry Semenov, http://dimsemenov.com.
244
245
  Magnific Popup is distributed under the terms of the MIT License.
245
246
 
246
- Minimal Mistakes incorporates [jQuery Smooth Scroll](https://github.com/kswedberg/jquery-smooth-scroll),
247
- Copyright (c) 2017 Karl Swedberg.
248
- jQuery Smooth Scroll is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
247
+ Minimal Mistakes incorporates [Smooth Scroll](http://github.com/cferdinandi/smooth-scroll),
248
+ Copyright (c) 2019 Chris Ferdinandi.
249
+ Smooth Scroll is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
250
+
251
+ Minimal Mistakes incorporates [Gumshoejs](http://github.com/cferdinandi/gumshoe),
252
+ Copyright (c) 2019 Chris Ferdinandi.
253
+ Smooth Scroll is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
249
254
 
250
255
  Minimal Mistakes incorporates [jQuery throttle / debounce](http://benalman.com/projects/jquery-throttle-debounce-plugin/),
251
256
  Copyright (c) 2010 "Cowboy" Ben Alman.
@@ -383,7 +383,7 @@ zh: &DEFAULT_ZH_HANS
383
383
  toc_label : "在本页上"
384
384
  ext_link_label : "直接链接"
385
385
  less_than : "少于"
386
- minute_read : "分钟读完"
386
+ minute_read : "分钟阅读"
387
387
  share_on_label : "分享"
388
388
  meta_label :
389
389
  tags_label : "标签:"
@@ -399,10 +399,10 @@ zh: &DEFAULT_ZH_HANS
399
399
  website_label : "网站"
400
400
  email_label : "电子邮箱"
401
401
  recent_posts : "最新文章"
402
- undefined_wpm : "_config.yml配置中words_per_minute字段未定义"
402
+ undefined_wpm : "_config.yml 配置中 words_per_minute 字段未定义"
403
403
  comment_form_info : "您的电子邮箱地址并不会被展示。请填写标记为必须的字段。"
404
404
  comment_form_comment_label : "评论"
405
- comment_form_md_info : "Markdown语法已支持。"
405
+ comment_form_md_info : "支持 Markdown 语法。"
406
406
  comment_form_name_label : "姓名"
407
407
  comment_form_email_label : "电子邮箱"
408
408
  comment_form_website_label : "网站(可选)"
@@ -3,7 +3,7 @@
3
3
 
4
4
  <!doctype html>
5
5
  <!--
6
- Minimal Mistakes Jekyll Theme 4.17.0 by Michael Rose
6
+ Minimal Mistakes Jekyll Theme 4.17.1 by Michael Rose
7
7
  Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
8
8
  Free for personal and commercial use under the MIT license
9
9
  https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Minimal Mistakes Jekyll Theme 4.17.0 by Michael Rose
2
+ * Minimal Mistakes Jekyll Theme 4.17.1 by Michael Rose
3
3
  * Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
4
4
  * Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE)
5
5
  */
@@ -120,6 +120,10 @@ body:hover .visually-hidden button {
120
120
  }
121
121
  }
122
122
 
123
+ .task-list .task-list {
124
+ margin-left: 1em;
125
+ }
126
+
123
127
  /*
124
128
  Alignment
125
129
  ========================================================================== */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Minimal Mistakes Jekyll Theme 4.17.0 by Michael Rose
2
+ * Minimal Mistakes Jekyll Theme 4.17.1 by Michael Rose
3
3
  * Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
4
4
  * Licensed under MIT
5
5
  */
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimal-mistakes-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.17.0
4
+ version: 4.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Rose
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-04 00:00:00.000000000 Z
11
+ date: 2019-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll