minimal-mistakes-jekyll 4.11.1 → 4.11.2

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
  SHA1:
3
- metadata.gz: 95aa62108f6eb79d0492cfc5f10697d65cf4a4d1
4
- data.tar.gz: 56d1ab55031077a078fd5641f33f811d4a03c9be
3
+ metadata.gz: b01034ac58ff9c4149c7f2f152cbc6274a90947e
4
+ data.tar.gz: f044c871e84bf98049f66e3e148efe26e95f105d
5
5
  SHA512:
6
- metadata.gz: b115e3e392f5427f8ea5338b1c28efc5015283ed3afb548e81f5fda0bda52d823df000ff3a43c7f7936da778d2002704fbdac536f046e282beab2de22c03d2ed
7
- data.tar.gz: 04712002fea175c0780a8df37712b26ab7a192f846d120537f1c24e88e989d0097bb271efd9d50bdb129b8307b4426eab25561fb29b3b47d6398240d6a31038b
6
+ metadata.gz: 7799e366cd06d05e20cfa83e40eb843a23cb320b8d004bcebacc96ef48e121fd8043c30c32e039f7fd76aa0c3b8353861edf7a0de243904eff582a0a7c74c9bd
7
+ data.tar.gz: 85db465ec0f5bea94fae90cbd13b8a7cefc140b5b607da1ef9d965db4d6b9f854985532475b72099f80a750d259636e612d534e3ee249814ae132c2c664d5732
@@ -1,13 +1,26 @@
1
- ## [4.11.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.11.0)
1
+ ## [4.11.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.11.2)
2
+
3
+ ### Enhancements
4
+
5
+ * Update Font Awesome to version [`5.0.12`](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md).
6
+ * Add Slovak localized UI text strings. [#1613](https://github.com/mmistakes/minimal-mistakes/pull/1613)
7
+ * Add option to anonymize IP addresses of hits sent to Google Analytics. [#1636](https://github.com/mmistakes/minimal-mistakes/pull/1636)
8
+
9
+ ### Bug Fixes
10
+
11
+ * Use correct text string for "Back to Top" link. [#1595](https://github.com/mmistakes/minimal-mistakes/issues/1595)
12
+ * Add conditionals for showing `reCaptcha.siteKey` and `reCaptcha.secret` in Staticman comments form.
13
+
14
+ ## [4.11.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.11.1)
2
15
 
3
16
  ### Enhancements
4
17
 
5
18
  * Add default `theme` and `remote_theme` values to `_config.yml`.
6
- * Add new layouts (`posts`, `categories`, `tags`, `collection`, `category`, and `tag`) for easier archive page creation.(https://github.com/mmistakes/minimal-mistakes/issues/1582)
19
+ * Add new layouts (`posts`, `categories`, `tags`, `collection`, `category`, and `tag`) for easier archive page creation.
7
20
 
8
21
  ### Bug Fixes
9
22
 
10
- * Replace `absolute_url` filter with `relative_url` where it makes sense (asset/nagivation related paths). [#1588](https://github.com/mmistakes/minimal-mistakes/issues/1588)
23
+ * Replace `absolute_url` filter with `relative_url` where it makes sense (asset/navigation related paths). [#1588](https://github.com/mmistakes/minimal-mistakes/issues/1588)
11
24
  * Fix search excerpts that run together because of implied spaces.
12
25
 
13
26
  ## [4.10.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.10.1)
data/README.md CHANGED
@@ -27,7 +27,7 @@ Minimal Mistakes is a flexible two-column Jekyll theme. Perfect for hosting your
27
27
  - Optional [header images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#headers), [custom sidebars](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#sidebars), [table of contents](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#table-of-contents), [galleries](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery), related posts, [breadcrumb links](https://mmistakes.github.io/minimal-mistakes/docs/configuration/#breadcrumb-navigation-beta), [navigation lists](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list), and more.
28
28
  - Commenting support (powered by [Disqus](https://disqus.com/), [Facebook](https://developers.facebook.com/docs/plugins/comments), Google+, [Discourse](https://www.discourse.org/), static-based via [Staticman v1 and v2](https://staticman.net/), and custom).
29
29
  - [Google Analytics](https://www.google.com/analytics/) support.
30
- - UI localized text in English (default), Brazilian Portuguese (Português brasileiro), Chinese, Danish, Dutch, French (Français), German (Deutsch), Greek, Indonesian, Italian (Italiano), Japanese, Korean, Nepali (Nepalese), Polish, Russian, Spanish (Español), Swedish, Turkish (Türkçe), and Vietnamese.
30
+ - UI localized text in English (default), Brazilian Portuguese (Português brasileiro), Chinese, Danish, Dutch, French (Français), German (Deutsch), Greek, Indonesian, Italian (Italiano), Japanese, Korean, Nepali (Nepalese), Polish, Russian, Slovak, Spanish (Español), Swedish, Turkish (Türkçe), and Vietnamese.
31
31
 
32
32
  ## Skins (Color Variations)
33
33
 
@@ -42,6 +42,7 @@ en: &DEFAULT_EN
42
42
  loading_label : "Loading..."
43
43
  search_placeholder_text : "Enter your search term..."
44
44
  results_found : "Result(s) found"
45
+ back_to_top : "Back to top"
45
46
  en-US:
46
47
  <<: *DEFAULT_EN
47
48
  en-CA:
@@ -890,6 +891,7 @@ da: &DEFAULT_DA
890
891
  loading_label : "Indlæser..."
891
892
  search_placeholder_text : "Hvad leder du efter..."
892
893
  results_found : "Resultat(er) fundet"
894
+ back_to_top : "Tilbage til toppen"
893
895
  da-DK:
894
896
  <<: *DEFAULT_DA
895
897
 
@@ -981,6 +983,52 @@ ja: &DEFAULT_JA
981
983
  ja-JP:
982
984
  <<: *DEFAULT_JA
983
985
 
986
+ # Slovak
987
+ # -----------------
988
+ sk: &DEFAULT_SK
989
+ page : "Stránka"
990
+ pagination_previous : "Predošlá"
991
+ pagination_next : "Ďalšia"
992
+ breadcrumb_home_label : "Domov"
993
+ breadcrumb_separator : "/"
994
+ menu_label : "Menu"
995
+ toc_label : "Obsah"
996
+ ext_link_label : "Priamy odkaz"
997
+ less_than : "menej ako"
998
+ minute_read : "minút"
999
+ share_on_label : "Zdieľaj na"
1000
+ meta_label :
1001
+ tags_label : "Tagy:"
1002
+ categories_label : "Kategórie:"
1003
+ date_label : "Aktualizované:"
1004
+ comments_label : "Zanechaj odkaz"
1005
+ comments_title : "Komentáre"
1006
+ more_label : "Dozvedieť sa viac"
1007
+ related_label : "Podobné články"
1008
+ follow_label : "Sleduj:"
1009
+ feed_label : "Zoznam"
1010
+ powered_by : "Stránka vytvorená pomocou"
1011
+ website_label : "Web stránka"
1012
+ email_label : "Email"
1013
+ recent_posts : "Najnovšie príspevky"
1014
+ undefined_wpm : "Nedefinovaný parameter words_per_minute v _config.yml"
1015
+ comment_form_info : "Tvoja emailová adresa nebude publikovaná. Požadované polia sú označené"
1016
+ comment_form_comment_label : "Komentár"
1017
+ comment_form_md_info : "Markdown je podporovaný."
1018
+ comment_form_name_label : "Meno"
1019
+ comment_form_email_label : "Emailová adresa"
1020
+ comment_form_website_label : "Webstránka (voliteľné)"
1021
+ comment_btn_submit : "Vlož komentár"
1022
+ comment_btn_submitted : "Vložený"
1023
+ comment_success_msg : "Ďakujem za tvoj komentár! Po schválení bude zobrazený na stránke."
1024
+ comment_error_msg : "Prepáč, pri ukladaní nastala chyba. Ubezpeč sa prosím, že si vyplnil všetky požadované polia a skús znova."
1025
+ loading_label : "Načítava sa..."
1026
+ search_placeholder_text : "Zadaj hľadaný výraz..."
1027
+ results_found : "Nájdených výsledkov"
1028
+ back_to_top : "Na začiatok stránky"
1029
+ sk-SK:
1030
+ <<: *DEFAULT_SK
1031
+
984
1032
  # Another locale
985
1033
  # --------------
986
1034
  #
@@ -5,5 +5,5 @@
5
5
  function gtag(){dataLayer.push(arguments);}
6
6
  gtag('js', new Date());
7
7
 
8
- gtag('config', '{{ site.analytics.google.tracking_id }}');
8
+ gtag('config', '{{ site.analytics.google.tracking_id }}', { 'anonymize_ip': {{ site.analytics.google.anonymize_ip | default: false }}});
9
9
  </script>
@@ -5,5 +5,6 @@
5
5
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
6
6
 
7
7
  ga('create', '{{ site.analytics.google.tracking_id }}', 'auto');
8
+ ga('set', 'anonymizeIp', {{ site.analytics.google.anonymize_ip | default: false }})
8
9
  ga('send', 'pageview');
9
10
  </script>
@@ -1,6 +1,9 @@
1
1
  <script type="text/javascript">
2
2
  var _gaq = _gaq || [];
3
3
  _gaq.push(['_setAccount', '{{ site.analytics.google.tracking_id }}']);
4
+ {% if site.analytics.google.anonymize_ip == true %}
5
+ _gaq.push(['_gat._anonymizeIp']);
6
+ {% endif %}
4
7
  _gaq.push(['_trackPageview']);
5
8
 
6
9
  (function() {
@@ -77,17 +77,19 @@
77
77
  <input type="hidden" name="options[slug]" value="{{ page.slug }}">
78
78
  <label for="comment-form-location">Not used. Leave blank if you are a human.</label>
79
79
  <input type="text" id="comment-form-location" name="fields[hidden]" autocomplete="off"/>
80
- <input type="hidden" name="options[reCaptcha][siteKey]" value="{{ site.reCaptcha.siteKey }}">
81
- <input type="hidden" name="options[reCaptcha][secret]" value="{{ site.reCaptcha.secret }}">
80
+ {% if site.reCaptcha.siteKey %}<input type="hidden" name="options[reCaptcha][siteKey]" value="{{ site.reCaptcha.siteKey }}">{% endif %}
81
+ {% if site.reCaptcha.secret %}<input type="hidden" name="options[reCaptcha][secret]" value="{{ site.reCaptcha.secret }}">{% endif %}
82
82
  </div>
83
83
  <!-- Start comment form alert messaging -->
84
84
  <p class="hidden js-notice">
85
85
  <strong class="js-notice-text"></strong>
86
86
  </p>
87
87
  <!-- End comment form alert messaging -->
88
- <div class="form-group">
89
- <div class="g-recaptcha" data-sitekey="{{ site.reCaptcha.siteKey }}"></div>
90
- </div>
88
+ {% if site.reCaptcha.siteKey %}
89
+ <div class="form-group">
90
+ <div class="g-recaptcha" data-sitekey="{{ site.reCaptcha.siteKey }}"></div>
91
+ </div>
92
+ {% endif %}
91
93
  <div class="form-group">
92
94
  <button type="submit" id="comment-form-submit" tabindex="5" class="btn btn--primary btn--large">{{ site.data.ui-text[site.locale].comment_btn_submit | default: "Submit Comment" }}</button>
93
95
  </div>
@@ -9,7 +9,7 @@
9
9
  {% endfor %}
10
10
  {% else %}
11
11
  <script src="{{ '/assets/js/main.min.js' | relative_url }}"></script>
12
- <script src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script>
12
+ <script src="https://use.fontawesome.com/releases/v5.0.12/js/all.js"></script>
13
13
  {% endif %}
14
14
 
15
15
  {% if site.search == true or page.layout == "search" %}
@@ -41,7 +41,7 @@ layout: archive
41
41
  {% include archive-single.html type=page.entries_layout %}
42
42
  {% endfor %}
43
43
  </div>
44
- <a href="#page-title" class="back-to-top">{{ site.data.text[site.locale].back_to_top | default: 'Back to Top' }} &uarr;</a>
44
+ <a href="#page-title" class="back-to-top">{{ site.data.ui-text[site.locale].back_to_top | default: 'Back to Top' }} &uarr;</a>
45
45
  </section>
46
46
  {% endif %}
47
47
  {% endfor %}
@@ -3,7 +3,7 @@
3
3
 
4
4
  <!doctype html>
5
5
  <!--
6
- Minimal Mistakes Jekyll Theme 4.11.1 by Michael Rose
6
+ Minimal Mistakes Jekyll Theme 4.11.2 by Michael Rose
7
7
  Copyright 2013-2018 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.txt
@@ -24,6 +24,6 @@ layout: archive
24
24
  {% include archive-single.html type=page.entries_layout %}
25
25
  {% endfor %}
26
26
  </div>
27
- <a href="#page-title" class="back-to-top">{{ site.data.text[site.locale].back_to_top | default: 'Back to Top' }} &uarr;</a>
27
+ <a href="#page-title" class="back-to-top">{{ site.data.ui-text[site.locale].back_to_top | default: 'Back to Top' }} &uarr;</a>
28
28
  </section>
29
- {% endfor %}
29
+ {% endfor %}
@@ -41,7 +41,7 @@ layout: archive
41
41
  {% include archive-single.html type=page.entries_layout %}
42
42
  {% endfor %}
43
43
  </div>
44
- <a href="#page-title" class="back-to-top">{{ site.data.text[site.locale].back_to_top | default: 'Back to Top' }} &uarr;</a>
44
+ <a href="#page-title" class="back-to-top">{{ site.data.ui-text[site.locale].back_to_top | default: 'Back to Top' }} &uarr;</a>
45
45
  </section>
46
46
  {% endif %}
47
47
  {% endfor %}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Minimal Mistakes Jekyll Theme 4.11.1 by Michael Rose
2
+ * Minimal Mistakes Jekyll Theme 4.11.2 by Michael Rose
3
3
  * Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes
4
4
  * Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Minimal Mistakes Jekyll Theme 4.11.1 by Michael Rose
2
+ * Minimal Mistakes Jekyll Theme 4.11.2 by Michael Rose
3
3
  * Copyright 2013-2018 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.11.1
4
+ version: 4.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Rose
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-20 00:00:00.000000000 Z
11
+ date: 2018-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll