minimal-mistakes-jekyll 4.16.5 → 4.16.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +19 -4
- data/README.md +1 -1
- data/_data/ui-text.yml +10 -10
- data/_includes/author-profile.html +3 -3
- data/_includes/seo.html +14 -21
- data/_layouts/default.html +1 -1
- data/_sass/minimal-mistakes.scss +1 -1
- data/_sass/minimal-mistakes/_archive.scss +9 -0
- data/assets/js/main.min.js +1 -1
- metadata +16 -38
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ade0b3b1687a032e1b36303b75aeb16a88d8633797fbf2f46a6a14cd8011d373
|
|
4
|
+
data.tar.gz: cff463c4e441d8abebe833b083ecc9b9df2bcb82c002480e8e05ece39d8a3641
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ef925fb65eae0d4645b1cd46cdd45b21ec66ac1d4b33941d2cdc265cd038be529c0f2e38edaca7e8c4f065a5a98a5c91559dbf79f4c4881099b386c64496850
|
|
7
|
+
data.tar.gz: 92f9f0d45fd797538c6f6cfea87cc47eea735caabf3ec2f988dacc8d4465ea48eab8f62fadaaeb11f5ed6fefb290f73436a18d90e12fc96fa9dde9bc00b4ab9c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [4.16.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.6)
|
|
2
|
+
|
|
3
|
+
### Enhancements
|
|
4
|
+
|
|
5
|
+
- Relax Jekyll dependency to allow for version 4.0.
|
|
6
|
+
- Add missing Spanish localized UI text strings. [#2229](https://github.com/mmistakes/minimal-mistakes/pull/2229)
|
|
7
|
+
- Allow Markdown in author bio. [#2215](https://github.com/mmistakes/minimal-mistakes/pull/2215)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- Fix `site.url` in Organization/Person JSON-LD schema. [#1906](https://github.com/mmistakes/minimal-mistakes/issues/1906)
|
|
12
|
+
- Remove full stop in some `comment_form_info` UI text strings. [#2220](https://github.com/mmistakes/minimal-mistakes/pull/2220)
|
|
13
|
+
- Fix default `site.author` in seo.html [#2230](https://github.com/mmistakes/minimal-mistakes/pull/2230)
|
|
14
|
+
- Fix overlapping links (linked to and post's permalink) in post link type. [#2222](https://github.com/mmistakes/minimal-mistakes/issues/2222)
|
|
15
|
+
|
|
1
16
|
## [4.16.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.5)
|
|
2
17
|
|
|
3
18
|
### Enhancements
|
|
@@ -6,8 +21,8 @@
|
|
|
6
21
|
- Add missing Punjabi and Hindi localized UI text strings. [#2212](https://github.com/mmistakes/minimal-mistakes/pull/2212)
|
|
7
22
|
- Add missing Korean localized UI text strings. [#2209](https://github.com/mmistakes/minimal-mistakes/pull/2209)
|
|
8
23
|
- Use [Font Awesome Kits](https://blog.fontawesome.com/introducing-font-awesome-kits-7134d1d59959) to use the latest version of icons. [#2184](https://github.com/mmistakes/minimal-mistakes/issues/2184)
|
|
9
|
-
- Remove
|
|
10
|
-
- Remove
|
|
24
|
+
- Remove unnecessary console.log in `lunr-en.js` and `lunr-gr.js` JavaScript. [#2193](https://github.com/mmistakes/minimal-mistakes/issues/2193)
|
|
25
|
+
- Remove unnecessary `type="text/javascript"` from Google Analytics JavaScript. [#2190](https://github.com/mmistakes/minimal-mistakes/pull/2190)
|
|
11
26
|
- Update links and fix typos in documentation. [#2186](https://github.com/mmistakes/minimal-mistakes/pull/2186)
|
|
12
27
|
- Add skip links. [#2182](https://github.com/mmistakes/minimal-mistakes/issues/2182)
|
|
13
28
|
|
|
@@ -96,7 +111,7 @@
|
|
|
96
111
|
|
|
97
112
|
### Bug Fixes
|
|
98
113
|
|
|
99
|
-
- Fix table of contents errors with non-English
|
|
114
|
+
- Fix table of contents errors with non-English characters in the headings. [#2042](https://github.com/mmistakes/minimal-mistakes/pull/2042)
|
|
100
115
|
- Fix `site.logo` false positives. [#2026](https://github.com/mmistakes/minimal-mistakes/pull/2026#issuecomment-455770730)
|
|
101
116
|
- Add empty `alt` attribute to `site.logo` image. [#2035](https://github.com/mmistakes/minimal-mistakes/pull/2035)
|
|
102
117
|
|
|
@@ -200,7 +215,7 @@
|
|
|
200
215
|
- Support heading levels 1-6 in table of contents with proper indentation styling. [#1782](https://github.com/mmistakes/minimal-mistakes/issues/1782)
|
|
201
216
|
- Use relative links for masthead navigation menu items when possible. [#1784](https://github.com/mmistakes/minimal-mistakes/pull/1784)
|
|
202
217
|
- Add `.emoji` class to author sidebar to normalize image sizes. [#1780](https://github.com/mmistakes/minimal-mistakes/pull/1780)
|
|
203
|
-
- Update Staticman commit message to include
|
|
218
|
+
- Update Staticman commit message to include comment author's name.
|
|
204
219
|
- Improve side navigation spacing in relation to masthead.
|
|
205
220
|
- Style archive links with appropriate link color.
|
|
206
221
|
- Adjust feature row spacing and font-sizes.
|
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.16.
|
|
129
|
+
4. Add `remote_theme: "mmistakes/minimal-mistakes@4.16.6"` 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
|
|
data/_data/ui-text.yml
CHANGED
|
@@ -61,10 +61,10 @@ en-AU:
|
|
|
61
61
|
# Spanish
|
|
62
62
|
# -------
|
|
63
63
|
es: &DEFAULT_ES
|
|
64
|
-
skip_links :
|
|
65
|
-
skip_primary_nav :
|
|
66
|
-
skip_content :
|
|
67
|
-
skip_footer :
|
|
64
|
+
skip_links : "Saltar enlaces"
|
|
65
|
+
skip_primary_nav : "Saltar a navegación principal"
|
|
66
|
+
skip_content : "Saltar a contenido"
|
|
67
|
+
skip_footer : "Saltar a pie"
|
|
68
68
|
page : "Página"
|
|
69
69
|
pagination_previous : "Anterior"
|
|
70
70
|
pagination_next : "Siguiente"
|
|
@@ -103,7 +103,7 @@ es: &DEFAULT_ES
|
|
|
103
103
|
comment_success_msg : "¡Gracias por tu comentario! Se publicará una vez sea aprobado."
|
|
104
104
|
comment_error_msg : "Ha ocurrido un error al enviar el comentario. Asegúrate de completar todos los campos obligatorios e inténtalo de nuevo."
|
|
105
105
|
loading_label : "Cargando..."
|
|
106
|
-
search_label_text :
|
|
106
|
+
search_label_text : "Términos de búsqueda..."
|
|
107
107
|
search_placeholder_text : "Términos de búsqueda..."
|
|
108
108
|
results_found : "resultado(s) encontrado(s)"
|
|
109
109
|
back_to_top : "Volver arriba"
|
|
@@ -714,7 +714,7 @@ lt: &DEFAULT_LT
|
|
|
714
714
|
email_label : "El. paštas"
|
|
715
715
|
recent_posts : "Naujausi įrašai"
|
|
716
716
|
undefined_wpm : "Nedeklaruotas parametras words_per_minute faile _config.yml"
|
|
717
|
-
comment_form_info : "El. pašto adresas nebus viešinamas. Būtini laukai pažymėti
|
|
717
|
+
comment_form_info : "El. pašto adresas nebus viešinamas. Būtini laukai pažymėti"
|
|
718
718
|
comment_form_comment_label : "Komentaras"
|
|
719
719
|
comment_form_md_info : "Markdown palaikomas."
|
|
720
720
|
comment_form_name_label : "Vardas"
|
|
@@ -814,7 +814,7 @@ sv: &DEFAULT_SV
|
|
|
814
814
|
email_label : "E-post"
|
|
815
815
|
recent_posts : "Senaste inlägg"
|
|
816
816
|
undefined_wpm : "Odefinerade parametrar words_per_minute i _config.yml"
|
|
817
|
-
comment_form_info : "Din e-post adress kommer inte att publiceras. Obligatoriska fält är markerade
|
|
817
|
+
comment_form_info : "Din e-post adress kommer inte att publiceras. Obligatoriska fält är markerade"
|
|
818
818
|
comment_form_comment_label : "Kommentar"
|
|
819
819
|
comment_form_md_info : "Stöd för Markdown finns."
|
|
820
820
|
comment_form_name_label : "Namn"
|
|
@@ -968,7 +968,7 @@ vi: &DEFAULT_VI
|
|
|
968
968
|
email_label : "Email"
|
|
969
969
|
recent_posts : "Bài viết mới"
|
|
970
970
|
undefined_wpm : "Chưa định nghĩa thông số words_per_minute tại _config.yml"
|
|
971
|
-
comment_form_info : "Email của bạn sẽ được giữ bí mật. Các phần bắt buộc được đánh dấu
|
|
971
|
+
comment_form_info : "Email của bạn sẽ được giữ bí mật. Các phần bắt buộc được đánh dấu"
|
|
972
972
|
comment_form_comment_label : "Bình luận"
|
|
973
973
|
comment_form_md_info : "Hỗ trợ Markdown."
|
|
974
974
|
comment_form_name_label : "Tên"
|
|
@@ -1072,7 +1072,7 @@ pl: &DEFAULT_PL
|
|
|
1072
1072
|
email_label : "Email"
|
|
1073
1073
|
recent_posts : "Najnowsze wpisy"
|
|
1074
1074
|
undefined_wpm : "Parametr words_per_minute nie został zdefiniowany w _config.yml."
|
|
1075
|
-
comment_form_info : "Twój adres email nie będzie udostępiony. Wymagane pola są oznaczone
|
|
1075
|
+
comment_form_info : "Twój adres email nie będzie udostępiony. Wymagane pola są oznaczone"
|
|
1076
1076
|
comment_form_comment_label : "Skomentuj"
|
|
1077
1077
|
comment_form_md_info : "Markdown jest wspierany"
|
|
1078
1078
|
comment_form_name_label : "Imię"
|
|
@@ -1224,7 +1224,7 @@ hu: &DEFAULT_HU
|
|
|
1224
1224
|
email_label : "Email"
|
|
1225
1225
|
recent_posts : "Friss cikkek"
|
|
1226
1226
|
undefined_wpm : "Ismeretlen paraméter words_per_minute : _config.yml"
|
|
1227
|
-
comment_form_info : "Az e-mail címed nem lesz publikus. A csillagozott mezők kitöltése
|
|
1227
|
+
comment_form_info : "Az e-mail címed nem lesz publikus. A csillagozott mezők kitöltése kötelező"
|
|
1228
1228
|
comment_form_comment_label : "Hozzászólás"
|
|
1229
1229
|
comment_form_md_info : "Támogatott formázási mód: Markdown"
|
|
1230
1230
|
comment_form_name_label : "Név"
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
<h3 class="author__name" itemprop="name">{{ author.name }}</h3>
|
|
34
34
|
{% endif %}
|
|
35
35
|
{% if author.bio %}
|
|
36
|
-
<
|
|
37
|
-
{{ author.bio }}
|
|
38
|
-
</
|
|
36
|
+
<div class="author__bio" itemprop="description">
|
|
37
|
+
{{ author.bio | markdownify }}
|
|
38
|
+
</div>
|
|
39
39
|
{% endif %}
|
|
40
40
|
</div>
|
|
41
41
|
|
data/_includes/seo.html
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
{%- assign seo_description = seo_description | markdownify | strip_html | strip_newlines | escape_once -%}
|
|
26
26
|
{%- endif -%}
|
|
27
27
|
|
|
28
|
-
{%- assign author = page.author | default: page.authors[0] | default: site
|
|
28
|
+
{%- assign author = page.author | default: page.authors[0] | default: site.author -%}
|
|
29
29
|
{%- assign author = site.data.authors[author] | default: author -%}
|
|
30
30
|
|
|
31
31
|
{%- if author.twitter -%}
|
|
@@ -127,28 +127,21 @@
|
|
|
127
127
|
<link rel="next" href="{{ paginator.next_page_path | absolute_url }}">
|
|
128
128
|
{% endif %}
|
|
129
129
|
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
130
|
+
<script type="application/ld+json">
|
|
131
|
+
{
|
|
132
|
+
"@context": "https://schema.org",
|
|
133
|
+
{% if site.social.type == "Organization" %}
|
|
134
134
|
"@type": "Organization",
|
|
135
|
-
"url": {{
|
|
136
|
-
"logo": {{ site_og_image | jsonify }}
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
{% endif %}
|
|
140
|
-
|
|
141
|
-
{% if site.social %}
|
|
142
|
-
<script type="application/ld+json">
|
|
143
|
-
{
|
|
144
|
-
"@context": "https://schema.org",
|
|
145
|
-
"@type": "{% if site.social.type %}{{ site.social.type }}{% else %}Person{% endif %}",
|
|
135
|
+
"url": {{ '/' | absolute_url | jsonify }}{% if site.og_image %},
|
|
136
|
+
"logo": {{ site_og_image | jsonify }}{% endif %}
|
|
137
|
+
{% else %}
|
|
138
|
+
"@type": "Person",
|
|
146
139
|
"name": {{ site.social.name | default: site.name | jsonify }},
|
|
147
|
-
"url": {{
|
|
148
|
-
"sameAs": {{ site.social.links | jsonify }}
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
|
|
140
|
+
"url": {{ '/' | absolute_url |jsonify }}{% if site.social.links %},
|
|
141
|
+
"sameAs": {{ site.social.links | jsonify }}{% endif %}
|
|
142
|
+
{% endif %}
|
|
143
|
+
}
|
|
144
|
+
</script>
|
|
152
145
|
|
|
153
146
|
{% if site.google_site_verification %}
|
|
154
147
|
<meta name="google-site-verification" content="{{ site.google_site_verification }}" />
|
data/_layouts/default.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
<!doctype html>
|
|
5
5
|
<!--
|
|
6
|
-
Minimal Mistakes Jekyll Theme 4.16.
|
|
6
|
+
Minimal Mistakes Jekyll Theme 4.16.6 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
|
data/_sass/minimal-mistakes.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Minimal Mistakes Jekyll Theme 4.16.
|
|
2
|
+
* Minimal Mistakes Jekyll Theme 4.16.6 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
|
*/
|
data/assets/js/main.min.js
CHANGED
metadata
CHANGED
|
@@ -1,29 +1,35 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: minimal-mistakes-jekyll
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.16.
|
|
4
|
+
version: 4.16.6
|
|
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-
|
|
11
|
+
date: 2019-08-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '3.
|
|
19
|
+
version: '3.6'
|
|
20
|
+
- - "<"
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: '5.0'
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
|
-
- - "
|
|
27
|
+
- - ">="
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '3.6'
|
|
30
|
+
- - "<"
|
|
25
31
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
32
|
+
version: '5.0'
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: jekyll-paginate
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -44,14 +50,14 @@ dependencies:
|
|
|
44
50
|
requirements:
|
|
45
51
|
- - "~>"
|
|
46
52
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '1.
|
|
53
|
+
version: '1.3'
|
|
48
54
|
type: :runtime
|
|
49
55
|
prerelease: false
|
|
50
56
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
57
|
requirements:
|
|
52
58
|
- - "~>"
|
|
53
59
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: '1.
|
|
60
|
+
version: '1.3'
|
|
55
61
|
- !ruby/object:Gem::Dependency
|
|
56
62
|
name: jekyll-gist
|
|
57
63
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -72,42 +78,14 @@ dependencies:
|
|
|
72
78
|
requirements:
|
|
73
79
|
- - "~>"
|
|
74
80
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: '0.
|
|
76
|
-
type: :runtime
|
|
77
|
-
prerelease: false
|
|
78
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
79
|
-
requirements:
|
|
80
|
-
- - "~>"
|
|
81
|
-
- !ruby/object:Gem::Version
|
|
82
|
-
version: '0.10'
|
|
83
|
-
- !ruby/object:Gem::Dependency
|
|
84
|
-
name: jekyll-data
|
|
85
|
-
requirement: !ruby/object:Gem::Requirement
|
|
86
|
-
requirements:
|
|
87
|
-
- - "~>"
|
|
88
|
-
- !ruby/object:Gem::Version
|
|
89
|
-
version: '1.0'
|
|
90
|
-
type: :runtime
|
|
91
|
-
prerelease: false
|
|
92
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
93
|
-
requirements:
|
|
94
|
-
- - "~>"
|
|
95
|
-
- !ruby/object:Gem::Version
|
|
96
|
-
version: '1.0'
|
|
97
|
-
- !ruby/object:Gem::Dependency
|
|
98
|
-
name: jemoji
|
|
99
|
-
requirement: !ruby/object:Gem::Requirement
|
|
100
|
-
requirements:
|
|
101
|
-
- - "~>"
|
|
102
|
-
- !ruby/object:Gem::Version
|
|
103
|
-
version: '0.10'
|
|
81
|
+
version: '0.1'
|
|
104
82
|
type: :runtime
|
|
105
83
|
prerelease: false
|
|
106
84
|
version_requirements: !ruby/object:Gem::Requirement
|
|
107
85
|
requirements:
|
|
108
86
|
- - "~>"
|
|
109
87
|
- !ruby/object:Gem::Version
|
|
110
|
-
version: '0.
|
|
88
|
+
version: '0.1'
|
|
111
89
|
- !ruby/object:Gem::Dependency
|
|
112
90
|
name: jekyll-include-cache
|
|
113
91
|
requirement: !ruby/object:Gem::Requirement
|