minimal-mistakes-jekyll 4.16.3 → 4.16.4

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: 830a5c92b977fd46ffa50a826d0103c75b9648632a9a8fa43c2be1cb93223778
4
- data.tar.gz: 70241e93d73b43191287430db0f0528d2ecd1e7ad03ce222e3b2d941a18dd14e
3
+ metadata.gz: 91823d19bd6aa143bcab6d00667c4bcd8815a584f6a0af25149031d5c9708aeb
4
+ data.tar.gz: c9209235f9bd14ee14d848b6103e4a7990a51a37b45dbcc82a0b4da098ba867c
5
5
  SHA512:
6
- metadata.gz: 213034b58c4950ce4f54c332ebed293d9218da07724bcdd193564a9318a43fe80402961c052775303d8af632649b39bdcfb10e9a5e6a59599feb07de9cb4a99a
7
- data.tar.gz: 5ec78fc1491e28927f78b2be9acaf08d93fb8ffa5894b7b68ffa1dc59cc20f323c6e7fa2c898249597e7bff15a912c8673c956f2fe000975dd48f453c513d4f6
6
+ metadata.gz: 9c31e36bfbd7a98879aae7822ae9fda411ec0f49ebd6372af6029116090df9ef1cf2be94192ff23963dbe67013729257b8921aaeeecf04a098b012324e0a458c
7
+ data.tar.gz: 3ebe5ceed5e13aa5cda85721f7927594930f4cfee16d1575ea1252773d785482cbe9c026040c1b4c2ba28f7afb85dbc7c2739175d5d4caba39276d38ca3ebc6d
@@ -1,3 +1,17 @@
1
+ ## [4.16.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.4)
2
+
3
+ ### Enhancements
4
+
5
+ - Update Brazilian Portuguese localized UI text strings. [#2162](https://github.com/mmistakes/minimal-mistakes/pull/2162)
6
+ - Update Font Awesome to v5.8.2. [#2150](https://github.com/mmistakes/minimal-mistakes/pull/2150)
7
+ - Add missing Spanish localized UI text strings. [#2149](https://github.com/mmistakes/minimal-mistakes/pull/2149)
8
+
9
+ ### Bug Fixes
10
+
11
+ - Fix arithmetic in `_form.scss` partial. [#2169](https://github.com/mmistakes/minimal-mistakes/pull/2169)
12
+ - Fix pound symbol not displaying properly for post categories and tags. [#2156](https://github.com/mmistakes/minimal-mistakes/issues/2156)
13
+ - Fix permalink stacking order and click-able area in archives.
14
+
1
15
  ## [4.16.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.3)
2
16
 
3
17
  ### 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.16.3"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
129
+ 4. Add `remote_theme: "mmistakes/minimal-mistakes@4.16.4"` 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
 
@@ -61,39 +61,42 @@ es: &DEFAULT_ES
61
61
  pagination_next : "Siguiente"
62
62
  breadcrumb_home_label : "Inicio"
63
63
  breadcrumb_separator : "/"
64
- menu_label :
65
- search_label :
66
- toc_label : "Contenidos"
67
- ext_link_label : "Enlace"
64
+ menu_label : "Alternar menú"
65
+ search_label : "Alternar búsqueda"
66
+ toc_label : "En esta página"
67
+ ext_link_label : "Enlace directo"
68
68
  less_than : "menos de"
69
- minute_read : "minuto de lectura"
70
- share_on_label : "Compartir"
69
+ minute_read : "minuto(s) de lectura"
70
+ share_on_label : "Compartir en"
71
71
  meta_label :
72
72
  tags_label : "Etiquetas:"
73
73
  categories_label : "Categorías:"
74
74
  date_label : "Actualizado:"
75
- comments_label : "Dejar un comentario"
76
- comments_title : "Comentar"
75
+ comments_label : "Deja un comentario"
76
+ comments_title : "Comentarios"
77
77
  more_label : "Ver más"
78
- related_label : "Podrías ver también"
78
+ related_label : "Puede que también te interese"
79
79
  follow_label : "Seguir:"
80
80
  feed_label : "Feed"
81
- powered_by : "Powered by"
81
+ powered_by : "Funciona con"
82
82
  website_label : "Sitio web"
83
- email_label : "Email"
83
+ email_label : "Correo electrónico"
84
84
  recent_posts : "Entradas recientes"
85
- undefined_wpm : "Parametro words_per_minute (Palabras por minuto) no definido en _config.yml"
86
- comment_form_info : "Su dirección de correo no será publicada. Se han resaltado los campos requeridos"
85
+ undefined_wpm : "El parámetro words_per_minute (palabras por minuto) no está definido en _config.yml"
86
+ comment_form_info : "Tu dirección de correo electrónico no se publicará. Los campos obligatorios están marcados"
87
87
  comment_form_comment_label : "Comentario"
88
- comment_form_md_info : "Markdown está soportado."
88
+ comment_form_md_info : "Puedes utilizar Markdown"
89
89
  comment_form_name_label : "Nombre"
90
- comment_form_email_label : "Dirección de E-mail"
90
+ comment_form_email_label : "Dirección de correo electrónico"
91
91
  comment_form_website_label : "Sitio web (opcional)"
92
- comment_btn_submit : "Enviar Commentario"
92
+ comment_btn_submit : "Enviar comentario"
93
93
  comment_btn_submitted : "Enviado"
94
- comment_success_msg : "Gracias por su comentario!, Este se visualizará en el sitio una vez haya sido aprobado"
95
- comment_error_msg : "Lo sentimos, ha ocurrido un error al enviar su comentario. Por favor asegurese que todos los campos han sido diligenciados e intente de nuevo"
94
+ comment_success_msg : "¡Gracias por tu comentario! Se publicará una vez sea aprobado."
95
+ comment_error_msg : "Ha ocurrido un error al enviar el comentario. Asegúrate de completar todos los campos obligatorios e inténtalo de nuevo."
96
96
  loading_label : "Cargando..."
97
+ search_placeholder_text : "Términos de búsqueda..."
98
+ results_found : "resultado(s) encontrado(s)"
99
+ back_to_top : "Volver arriba"
97
100
  es-ES:
98
101
  <<: *DEFAULT_ES
99
102
  es-CO:
@@ -250,35 +253,36 @@ pt-BR:
250
253
  ext_link_label : "Link direto"
251
254
  less_than : "menos que"
252
255
  minute_read : "minuto(s) de leitura"
253
- share_on_label : "Compartilhe: "
256
+ share_on_label : "Compartilhe"
254
257
  meta_label :
255
258
  tags_label : "Tags:"
256
259
  categories_label : "Categorias:"
257
260
  date_label : "Atualizado em:"
258
261
  comments_label : "Deixe um comentário"
259
262
  comments_title : "Comentários"
260
- more_label : "Aprenda mais"
263
+ more_label : "Saiba mais"
261
264
  related_label : "Talvez você também goste"
262
265
  follow_label : "Acompanhe no"
263
266
  feed_label : "Feed"
264
267
  powered_by : "Desenvolvido com"
265
268
  website_label : "Site"
266
- email_label : "Email"
267
- recent_posts : "Postagens recentes"
268
- undefined_wpm : "Parâmetro indefinido em words_per_minute no _config.yml"
269
- comment_form_info : "Seu email não será publicado. Os campos obrigatórios estão marcados"
269
+ email_label : "E-mail"
270
+ recent_posts : "Publicações recentes"
271
+ undefined_wpm : "Parâmetro words_per_minute indefinido no _config.yml"
272
+ comment_form_info : "Seu e-mail não será publicado. Os campos obrigatórios estão marcados"
270
273
  comment_form_comment_label : "Comentário"
271
- comment_form_md_info : "Markdown é suportado."
274
+ comment_form_md_info : "Você pode usar Markdown."
272
275
  comment_form_name_label : "Nome"
273
- comment_form_email_label : "Email"
276
+ comment_form_email_label : "E-mail"
274
277
  comment_form_website_label : "Site (opcional)"
275
- comment_btn_submit : "Enviar Comentário"
278
+ comment_btn_submit : "Enviar comentário"
276
279
  comment_btn_submitted : "Enviado"
277
280
  comment_success_msg : "Obrigado pelo seu comentário! Ele aparecerá no site assim que for aprovado."
278
- comment_error_msg : "Desculpe, ocorreu um erro no envio. Por favor verifique se todos os campos obrigatórios foram preenchidos e tente novamente."
281
+ comment_error_msg : "Desculpe, ocorreu um erro no envio. Verifique se todos os campos obrigatórios foram preenchidos e tente novamente."
279
282
  loading_label : "Carregando..."
280
- back_to_top : "Voltar para o topo"
281
283
  search_placeholder_text : "Pesquisar..."
284
+ results_found : "Resultado(s) encontrado(s)"
285
+ back_to_top : "Voltar para o topo"
282
286
 
283
287
  # Italian
284
288
  # -------
@@ -1395,7 +1399,7 @@ hi: &DEFAULT_HI
1395
1399
  back_to_top : "शीर्ष पर वापस"
1396
1400
  hi-IN:
1397
1401
  <<: *DEFAULT_HI
1398
-
1402
+
1399
1403
  # Another locale
1400
1404
  # --------------
1401
1405
  #
@@ -10,14 +10,14 @@
10
10
  <!-- Sort alphabetically regardless of case e.g. a B c d E -->
11
11
  <!-- modified from http://www.codeofclimber.ru/2015/sorting-site-tags-in-jekyll/ -->
12
12
  {% endcomment %}
13
- {% capture page_categories %}{% for category in page.categories %}{{ category | downcase }}#{{ category }}{% unless forloop.last %},{% endunless %}{% endfor %}{% endcapture %}
13
+ {% capture page_categories %}{% for category in page.categories %}{{ category | downcase }}|{{ category }}{% unless forloop.last %},{% endunless %}{% endfor %}{% endcapture %}
14
14
  {% assign category_hashes = page_categories | split: ',' | sort %}
15
15
 
16
16
  <p class="page__taxonomy">
17
17
  <strong><i class="fas fa-fw fa-folder-open" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].categories_label | default: "Categories:" }} </strong>
18
18
  <span itemprop="keywords">
19
19
  {% for hash in category_hashes %}
20
- {% assign keyValue = hash | split: '#' %}
20
+ {% assign keyValue = hash | split: '|' %}
21
21
  {% capture category_word %}{{ keyValue[1] | strip_newlines }}{% endcapture %}
22
22
  <a href="{{ category_word | slugify | prepend: path_type | prepend: site.category_archive.path | relative_url }}" class="page__taxonomy-item" rel="tag">{{ category_word }}</a>{% unless forloop.last %}<span class="sep">, </span>{% endunless %}
23
23
  {% endfor %}
@@ -9,7 +9,7 @@
9
9
  {% endfor %}
10
10
  {% else %}
11
11
  <script src="{{ '/assets/js/main.min.js' | relative_url }}"></script>
12
- <script defer src="https://use.fontawesome.com/releases/v5.8.1/js/all.js" integrity="sha384-g5uSoOSBd7KkhAMlnQILrecXvzst9TdC09/VM+pjDTCM+1il8RHz5fKANTFFb+gQ" crossorigin="anonymous"></script>
12
+ <script defer src="https://use.fontawesome.com/releases/v5.8.2/js/all.js" integrity="sha384-DJ25uNYET2XCl5ZF++U8eNxPWqcKohUUBUpKGlNLMchM7q4Wjg2CUpjHLaL8yYPH" crossorigin="anonymous"></script>
13
13
  {% endif %}
14
14
 
15
15
  {% if site.search == true or page.layout == "search" %}
@@ -10,14 +10,14 @@
10
10
  <!-- Sort alphabetically regardless of case e.g. a B c d E -->
11
11
  <!-- modified from http://www.codeofclimber.ru/2015/sorting-site-tags-in-jekyll/ -->
12
12
  {% endcomment %}
13
- {% capture page_tags %}{% for tag in page.tags %}{{ tag | downcase }}#{{ tag }}{% unless forloop.last %},{% endunless %}{% endfor %}{% endcapture %}
13
+ {% capture page_tags %}{% for tag in page.tags %}{{ tag | downcase }}|{{ tag }}{% unless forloop.last %},{% endunless %}{% endfor %}{% endcapture %}
14
14
  {% assign tag_hashes = page_tags | split: ',' | sort %}
15
15
 
16
16
  <p class="page__taxonomy">
17
17
  <strong><i class="fas fa-fw fa-tags" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].tags_label | default: "Tags:" }} </strong>
18
18
  <span itemprop="keywords">
19
19
  {% for hash in tag_hashes %}
20
- {% assign keyValue = hash | split: '#' %}
20
+ {% assign keyValue = hash | split: '|' %}
21
21
  {% capture tag_word %}{{ keyValue[1] | strip_newlines }}{% endcapture %}
22
22
  <a href="{{ tag_word | slugify | prepend: path_type | prepend: site.tag_archive.path | relative_url }}" class="page__taxonomy-item" rel="tag">{{ tag_word }}</a>{% unless forloop.last %}<span class="sep">, </span>{% endunless %}
23
23
  {% endfor %}
@@ -3,7 +3,7 @@
3
3
 
4
4
  <!doctype html>
5
5
  <!--
6
- Minimal Mistakes Jekyll Theme 4.16.3 by Michael Rose
6
+ Minimal Mistakes Jekyll Theme 4.16.4 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.16.3 by Michael Rose
2
+ * Minimal Mistakes Jekyll Theme 4.16.4 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
  */
@@ -41,7 +41,7 @@
41
41
  overflow: hidden;
42
42
  text-overflow: ellipsis;
43
43
 
44
- a::before {
44
+ a[rel="permalink"]::before {
45
45
  content: '';
46
46
  position: absolute;
47
47
  left: 0;
@@ -50,10 +50,6 @@
50
50
  bottom: 0;
51
51
  }
52
52
 
53
- a[rel="permalink"]::before {
54
- content: none;
55
- }
56
-
57
53
  a + a {
58
54
  opacity: 0.5;
59
55
  }
@@ -25,7 +25,7 @@ form {
25
25
  }
26
26
 
27
27
  p {
28
- margin-bottom: 5px / 2;
28
+ margin-bottom: (5px / 2);
29
29
  }
30
30
 
31
31
  ul {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Minimal Mistakes Jekyll Theme 4.16.3 by Michael Rose
2
+ * Minimal Mistakes Jekyll Theme 4.16.4 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.16.3
4
+ version: 4.16.4
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-05-04 00:00:00.000000000 Z
11
+ date: 2019-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll