minimal-mistakes-jekyll 4.19.1 → 4.19.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
  SHA256:
3
- metadata.gz: 8a0fb464766b3613ceef2c38a5af7767d9e571a0b83efc4e3f38d86de872cf01
4
- data.tar.gz: 6ab4262c253f39372e105a5808252119dcf8bba0807327a59fc99cf17d9c9a8f
3
+ metadata.gz: bf36df9b9532b50eb48139ff42f2032da56c34df4ad25a9624c0a19f33ed3dd8
4
+ data.tar.gz: 60b5389ad617dd99f96a63220e10cd6307efb5428a36a0cefa06e6411a644582
5
5
  SHA512:
6
- metadata.gz: bb6e49299541676610e024c5384955a54d8dd1fafd0f53dd6a26ae8e2fa727c5e76ae54caa42b6d5f00199d48ad1b22f10cceaf462c5e1a686c344cce20da820
7
- data.tar.gz: 6d397e10973f1af5ea7a4b3c276738e6390024f1f400bbf291d22a72dff3d2d5070c8ee1b43b522c8ca267f876ec545581a75b7364286a355f3717d8f4c8eae8
6
+ metadata.gz: 81207467fecd04ff8b663e8c22387efd77f380599e056b6622dd39c14f9171c43b426c6fd4c61e24aca57f7df0be51a343834ea02ab623aab8411cea183c0ed9
7
+ data.tar.gz: 81e5a342c3d8c6acfcaeeecb519acef7c1b98bdc8a4d8b0a6218f19ba83458fe2e523826d8a6d5550ec031d629f5a4c37a96e06bfa0d07181ee6990a5e1992e5
@@ -1,3 +1,22 @@
1
+ ## [4.19.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.2)
2
+
3
+ ### Enhancements
4
+
5
+ - Add support for bilibili videos in [responsive video helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#responsive-video-embed). [#2512](https://github.com/mmistakes/minimal-mistakes/pull/2512)
6
+ - Add Myanmar (Burmese) localized UI text strings. [#2500](https://github.com/mmistakes/minimal-mistakes/pull/2500)
7
+ - Improve author links underline on hover. [#2472](https://github.com/mmistakes/minimal-mistakes/pull/2472)
8
+ - Add documentation for applying Front Matter defaults to jekyll-archives pages. [#2466](https://github.com/mmistakes/minimal-mistakes/pull/2466)
9
+ - Add missing Vietnamese translations. [#2459](https://github.com/mmistakes/minimal-mistakes/pull/2459) [#2486](https://github.com/mmistakes/minimal-mistakes/pull/2486)
10
+ - Fix Finnish ocalized UI text strings. [#2455](https://github.com/mmistakes/minimal-mistakes/pull/2455)
11
+ - Clarify documentation that Lunr only searches documents in collections. [#2450](https://github.com/mmistakes/minimal-mistakes/pull/2450)
12
+ - Add guide on applying Front Matter defaults to jekyll-archives pages [#2466](https://github.com/mmistakes/minimal-mistakes/pull/2466)
13
+
14
+ ### Bug Fixes
15
+
16
+ - Fix typo in configuration documentation. [#2497](https://github.com/mmistakes/minimal-mistakes/pull/2497)
17
+ - Fix "Follow menu falls under post links" on small screens. [#2479](https://github.com/mmistakes/minimal-mistakes/issues/2479)
18
+ - Hide index page from page-archive. [#2482](https://github.com/mmistakes/minimal-mistakes/pull/2482)
19
+
1
20
  ## [4.19.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.1)
2
21
 
3
22
  ### Enhancements
data/README.md CHANGED
@@ -33,7 +33,7 @@ Minimal Mistakes is a flexible two-column Jekyll theme, perfect for building per
33
33
  - 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.
34
34
  - 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](https://staticman.net/), and [utterances](https://utteranc.es/)).
35
35
  - [Google Analytics](https://www.google.com/analytics/) support.
36
- - UI localized text in English (default), Brazilian Portuguese (Português brasileiro), Catalan, Chinese, Danish, Dutch, French (Français), German (Deutsch), Greek, Hindi (हिंदी), Hungarian, Indonesian, Irish (Gaeilge), Italian (Italiano), Japanese, Korean, Malayalam, Nepali (Nepalese), Persian (فارسی), Polish, Punjabi (ਪੰਜਾਬੀ), Romanian, Russian, Slovak, Spanish (Español), Swedish, Thai, Turkish (Türkçe), and Vietnamese.
36
+ - UI localized text in English (default), Brazilian Portuguese (Português brasileiro), Catalan, Chinese, Danish, Dutch, Finnish, French (Français), German (Deutsch), Greek, Hindi (हिंदी), Hungarian, Indonesian, Irish (Gaeilge), Italian (Italiano), Japanese, Korean, Malayalam, Myanmar (Burmese), Nepali (Nepalese), Persian (فارسی), Polish, Punjabi (ਪੰਜਾਬੀ), Romanian, Russian, Slovak, Spanish (Español), Swedish, Thai, Turkish (Türkçe), and Vietnamese.
37
37
 
38
38
  ## Skins (color variations)
39
39
 
@@ -126,9 +126,9 @@ To install:
126
126
  bundle
127
127
  ```
128
128
 
129
- 4. Add `remote_theme: "mmistakes/minimal-mistakes@4.19.1"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
129
+ 4. Add `remote_theme: "mmistakes/minimal-mistakes@4.19.2"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
130
130
 
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.
131
+ **Looking for an example?** Use the [Minimal Mistakes remote theme starter](https://github.com/mmistakes/mm-github-pages-starter/generate) for the quickest method of getting a GitHub Pages hosted site up and running. Generate a new repository from the starter, replace sample content with your own, and configure as needed.
132
132
 
133
133
  ## Usage
134
134
 
@@ -940,33 +940,33 @@ id-ID:
940
940
  # Vietnamese
941
941
  # ----------
942
942
  vi: &DEFAULT_VI
943
- skip_links :
944
- skip_primary_nav :
945
- skip_content :
946
- skip_footer :
943
+ skip_links : "Đường dẫn tắt"
944
+ skip_primary_nav : "Nhảy tới thanh điều hướng"
945
+ skip_content : "Nhảy tới nội dung"
946
+ skip_footer : "Nhảy tới chân trang"
947
947
  page : "Trang"
948
948
  pagination_previous : "Trước"
949
- pagination_next : "Sau"
949
+ pagination_next : "Kế tiếp"
950
950
  breadcrumb_home_label : "Trang chủ"
951
951
  breadcrumb_separator : "/"
952
952
  menu_label : "Menu"
953
- search_label :
953
+ search_label : "Tìm kiếm"
954
954
  toc_label : "Tại trang này"
955
955
  ext_link_label : "Đường dẫn trực tiếp"
956
- less_than : "nhỏ hơn"
957
- minute_read : "phút đọc"
956
+ less_than : "chỉ cần"
957
+ minute_read : "phút để đọc"
958
958
  share_on_label : "Chia sẻ tại"
959
959
  meta_label :
960
- tags_label : "Nhãn:"
961
- categories_label : "Chủ đề:"
962
- date_label : "Cập nhật:"
960
+ tags_label : "Thẻ:"
961
+ categories_label : "Danh mục:"
962
+ date_label : "Ngày cập nhật:"
963
963
  comments_label : "Để lại bình luận"
964
964
  comments_title : "Bình luận"
965
965
  more_label : "Mở rộng"
966
966
  related_label : "Có thể bạn cũng thích"
967
967
  follow_label : "Theo dõi:"
968
968
  feed_label : "Feed"
969
- powered_by : "Được hỗ trợ bởi"
969
+ powered_by : "Xây dựng trên nền tảng"
970
970
  website_label : "Website"
971
971
  email_label : "Email"
972
972
  recent_posts : "Bài viết mới"
@@ -982,7 +982,7 @@ vi: &DEFAULT_VI
982
982
  comment_success_msg : "Cảm ơn bạn đã bình luận! Bình luận sẽ xuất hiện sau khi được duyệt."
983
983
  comment_error_msg : "Rất tiếc, có lỗi trong việc gửi bình luận. Hãy đảm bảo toàn bộ các phần bắt buộc đã được điền đầy đủ và thử lại."
984
984
  loading_label : "Đang tải..."
985
- search_label_text :
985
+ search_label_text : "Nhập từ khóa cần tìm..."
986
986
  search_placeholder_text : "Nhập từ khóa cần tìm..."
987
987
  results_found : "Kết quả tìm được"
988
988
  back_to_top : "Lên đầu trang"
@@ -1555,7 +1555,7 @@ hi: &DEFAULT_HI
1555
1555
  back_to_top : "शीर्ष पर वापस"
1556
1556
  hi-IN:
1557
1557
  <<: *DEFAULT_HI
1558
-
1558
+
1559
1559
  # Catalan
1560
1560
  # --------------
1561
1561
  ca: &DEFAULT_CA
@@ -1607,7 +1607,7 @@ ca: &DEFAULT_CA
1607
1607
  back_to_top : "Torna a dalt"
1608
1608
  ca-ES:
1609
1609
  <<: *DEFAULT_CA
1610
-
1610
+
1611
1611
  # Irish (Gaeilge)
1612
1612
  # --------------
1613
1613
  ga: &DEFAULT_GA
@@ -1654,6 +1654,109 @@ ga: &DEFAULT_GA
1654
1654
  ga-IE:
1655
1655
  <<: *DEFAULT_GA
1656
1656
 
1657
+
1658
+ # Finnish / Suomi
1659
+ # -----------------
1660
+ fi: &DEFAULT_FI
1661
+ skip_links : "Ohita linkit"
1662
+ skip_primary_nav : "Hyppää pää navigaatioon"
1663
+ skip_content : "Hyppää sisältöön"
1664
+ skip_footer : "Hyppää alareunaan"
1665
+ page : "Sivu"
1666
+ pagination_previous : "Edellinen"
1667
+ pagination_next : "Seuraava"
1668
+ breadcrumb_home_label : "Etusivu"
1669
+ breadcrumb_separator : "/"
1670
+ menu_label : "Avaa valikko"
1671
+ search_label : "Avaa haku"
1672
+ toc_label : "Tällä sivulla"
1673
+ ext_link_label : "Suora linkki"
1674
+ less_than : "vähemmän kuin"
1675
+ minute_read : "lukuaika"
1676
+ share_on_label : "Jaa"
1677
+ meta_label :
1678
+ tags_label : "Tagit:"
1679
+ categories_label : "Kategoriat:"
1680
+ date_label : "Päivitetty:"
1681
+ comments_label : "Jätä kommentti"
1682
+ comments_title : "Kommentit"
1683
+ more_label : "Lisää"
1684
+ related_label : "Voit olla kiinnostunut myös"
1685
+ follow_label : "Seuraa:"
1686
+ feed_label : "Syöte"
1687
+ powered_by : "Voimanlähteenä"
1688
+ website_label : "Websivu"
1689
+ email_label : "Email"
1690
+ recent_posts : "Viimeisimmät postaukset"
1691
+ undefined_wpm : "words_per_minute asetusta ei ole määritelty _config.yml tiedostossa"
1692
+ comment_form_info : "Your email address will not be published. Required fields are marked"
1693
+ comment_form_comment_label : "Kommentti"
1694
+ comment_form_md_info : "Tukee markdown muotoilua."
1695
+ comment_form_name_label : "Nimi"
1696
+ comment_form_email_label : "Email osoite"
1697
+ comment_form_website_label : "Webbisivu (vapaaehtoinen)"
1698
+ comment_btn_submit : "Lähetä"
1699
+ comment_btn_submitted : "Lähetetty"
1700
+ comment_success_msg : "Kiitos kommentista, se julkaistaan tällä sivulla moderoinnin jälkeen."
1701
+ comment_error_msg : "Tarkista että olet täyttänyt kaikki kentät ja yritä uudelleen."
1702
+ loading_label : "Ladataan..."
1703
+ search_label_text : "Hakusana..."
1704
+ search_placeholder_text : "Hakusana..."
1705
+ results_found : "Tulosta"
1706
+ back_to_top : "Ylös"
1707
+
1708
+ # Myanmar (Burmese)
1709
+ # -----------------
1710
+ my: &DEFAULT_MY
1711
+ skip_links : "လင့်များကို​ကျော်ပါ။"
1712
+ skip_primary_nav : "မူလအညွှန်းသို့​ကျော်ပါ။"
1713
+ skip_content : "အကြောင်းအရာသို့ကျော်ပါ။"
1714
+ skip_footer : "အောက်ခြေသို့ကျော်ပါ။"
1715
+ page : "စာမျက်နှာ"
1716
+ pagination_previous : "ရှေ့တစ်ခု"
1717
+ pagination_next : "နောက်တစ်ခု"
1718
+ breadcrumb_home_label : "ပင်မစာမျက်နှာ"
1719
+ breadcrumb_separator : "/"
1720
+ menu_label : "မီနူး ဖွင့်၊ပိတ်"
1721
+ search_label : "ရှာ​ဖွေရန် ဖွင့်၊ပိတ်"
1722
+ toc_label : "ဒီစာမျက်နှာတွင်"
1723
+ ext_link_label : "တိုက်ရိုက်လင့်"
1724
+ less_than : "ဖတ်ရန်ကြာချိန်"
1725
+ minute_read : "မိနစ်"
1726
+ share_on_label : "မျှဝေပါ။"
1727
+ meta_label :
1728
+ tags_label : "အမှတ်အသားများ -"
1729
+ categories_label : "အမျိုးအစားများ -"
1730
+ date_label : "ပြင်ဆင်ပြီး -"
1731
+ comments_label : "မှတ်ချက်တစ်ခုချန်ထားပါ။"
1732
+ comments_title : "မှတ်ချက်များ"
1733
+ more_label : "ပိုမိုသိရှိရန်"
1734
+ related_label : "သင်နှစ်သက်နိုင်​သော"
1735
+ follow_label : "သတင်းလိုက်ယူရန် -"
1736
+ feed_label : "Feed ယူရန် -"
1737
+ powered_by : "ပံ့ပိုးသည်"
1738
+ website_label : "ဝဘ်ဆိုက်"
1739
+ email_label : "အီးမေးလ်"
1740
+ recent_posts : "လတ်တလောရေးသားချက်များ"
1741
+ undefined_wpm : "_config.yml မှာ words_per_minute ကိုမသတ်မှတ်ထားပါ။"
1742
+ comment_form_info : "သင့်အီးမေးလ်လိပ်စာကို​ဖော်ပြသွားမည်မဟုတ်ပါ။ လိုအပ်သောဖြည့်စွက်ရန်​နေရာများကို အမှတ်အသားပြထားပါသည်။"
1743
+ comment_form_comment_label : "မှတ်ချက်"
1744
+ comment_form_md_info : "Markdown ကိုထောက်ပံ့သည်။"
1745
+ comment_form_name_label : "နာမည်"
1746
+ comment_form_email_label : "အီးမေးလိပ်စာ"
1747
+ comment_form_website_label : "ဝဘ်ဆိုက် (မဖြည့်စွက်လည်းရသည်)"
1748
+ comment_btn_submit : "မှတ်ချက်တင်ပါ"
1749
+ comment_btn_submitted : "တင်သွင်းလိုက်သည်"
1750
+ comment_success_msg : "မှတ်ချက်ပေးတဲ့အတွက်ကျေးဇူးတင်ပါတယ်။ ၎င်းကိုအတည်ပြုပြီးသည့်အခါ ဝဘ်ဆိုက်ပေါ်တွင်ပြလိမ့်မည်။"
1751
+ comment_error_msg : "တောင်းပန်ပါတယ်။ သင့်တင်သွင်းမှုတွင်အမှားတစ်ခုရှိခဲ့သည်။ ကျေးဇူးပြုပြီးလိုအပ်သောဖြည့်စွက်ရန်​နေရာအားလုံးဖြည့်ပြီးပါကထပ်မံကြိုးစားပါ။"
1752
+ loading_label : "တင်နေသည်..."
1753
+ search_label_text : "သင့်ရှာဖွေရေးဝေါဟာရကိုရိုက်ထည့်ပါ..."
1754
+ search_placeholder_text : "သင့်ရှာဖွေရေးဝေါဟာရကိုရိုက်ထည့်ပါ..."
1755
+ results_found : "ရလဒ်(များ)ကိုတွေ့ရှိခဲ့သည်"
1756
+ back_to_top : "အပေါ်သို့ပြန်သွား"
1757
+ my-MM:
1758
+ <<: *DEFAULT_MY
1759
+
1657
1760
  # Another locale
1658
1761
  # --------------
1659
1762
  #
@@ -40,7 +40,7 @@
40
40
  {% if author.links %}
41
41
  {% for link in author.links %}
42
42
  {% if link.label and link.url %}
43
- <li><a href="{{ link.url }}" rel="nofollow noopener noreferrer"><i class="{{ link.icon | default: 'fas fa-link' }}" aria-hidden="true"></i> {{ link.label }}</a></li>
43
+ <li><a href="{{ link.url }}" rel="nofollow noopener noreferrer"><i class="{{ link.icon | default: 'fas fa-link' }}" aria-hidden="true"></i><span class="label">{{ link.label }}</span></a></li>
44
44
  {% endif %}
45
45
  {% endfor %}
46
46
  {% endif %}
@@ -48,7 +48,7 @@
48
48
  {% if author.uri %}
49
49
  <li>
50
50
  <a href="{{ author.uri }}" itemprop="url">
51
- <i class="fas fa-fw fa-link" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].website_label | default: "Website" }}
51
+ <i class="fas fa-fw fa-link" aria-hidden="true"></i><span class="label">{{ site.data.ui-text[site.locale].website_label | default: "Website" }}</span>
52
52
  </a>
53
53
  </li>
54
54
  {% endif %}
@@ -57,7 +57,7 @@
57
57
  <li>
58
58
  <a href="mailto:{{ author.email }}">
59
59
  <meta itemprop="email" content="{{ author.email }}" />
60
- <i class="fas fa-fw fa-envelope-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].email_label | default: "Email" }}
60
+ <i class="fas fa-fw fa-envelope-square" aria-hidden="true"></i><span class="label">{{ site.data.ui-text[site.locale].email_label | default: "Email" }}</span>
61
61
  </a>
62
62
  </li>
63
63
  {% endif %}
@@ -65,7 +65,7 @@
65
65
  {% if author.keybase %}
66
66
  <li>
67
67
  <a href="https://keybase.io/{{ author.keybase }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
68
- <i class="fas fa-fw fa-key" aria-hidden="true"></i> Keybase
68
+ <i class="fas fa-fw fa-key" aria-hidden="true"></i><span class="label">Keybase</span>
69
69
  </a>
70
70
  </li>
71
71
  {% endif %}
@@ -73,7 +73,7 @@
73
73
  {% if author.twitter %}
74
74
  <li>
75
75
  <a href="https://twitter.com/{{ author.twitter }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
76
- <i class="fab fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter
76
+ <i class="fab fa-fw fa-twitter-square" aria-hidden="true"></i><span class="label">Twitter</span>
77
77
  </a>
78
78
  </li>
79
79
  {% endif %}
@@ -81,7 +81,7 @@
81
81
  {% if author.facebook %}
82
82
  <li>
83
83
  <a href="https://www.facebook.com/{{ author.facebook }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
84
- <i class="fab fa-fw fa-facebook-square" aria-hidden="true"></i> Facebook
84
+ <i class="fab fa-fw fa-facebook-square" aria-hidden="true"></i><span class="label">Facebook</span>
85
85
  </a>
86
86
  </li>
87
87
  {% endif %}
@@ -89,7 +89,7 @@
89
89
  {% if author.linkedin %}
90
90
  <li>
91
91
  <a href="https://www.linkedin.com/in/{{ author.linkedin }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
92
- <i class="fab fa-fw fa-linkedin" aria-hidden="true"></i> LinkedIn
92
+ <i class="fab fa-fw fa-linkedin" aria-hidden="true"></i><span class="label">LinkedIn</span>
93
93
  </a>
94
94
  </li>
95
95
  {% endif %}
@@ -97,7 +97,7 @@
97
97
  {% if author.xing %}
98
98
  <li>
99
99
  <a href="https://www.xing.com/profile/{{ author.xing }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
100
- <i class="fab fa-fw fa-xing-square" aria-hidden="true"></i> XING
100
+ <i class="fab fa-fw fa-xing-square" aria-hidden="true"></i><span class="label">XING</span>
101
101
  </a>
102
102
  </li>
103
103
  {% endif %}
@@ -105,7 +105,7 @@
105
105
  {% if author.instagram %}
106
106
  <li>
107
107
  <a href="https://instagram.com/{{ author.instagram }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
108
- <i class="fab fa-fw fa-instagram" aria-hidden="true"></i> Instagram
108
+ <i class="fab fa-fw fa-instagram" aria-hidden="true"></i><span class="label">Instagram</span>
109
109
  </a>
110
110
  </li>
111
111
  {% endif %}
@@ -113,7 +113,7 @@
113
113
  {% if author.tumblr %}
114
114
  <li>
115
115
  <a href="https://{{ author.tumblr }}.tumblr.com" itemprop="sameAs" rel="nofollow noopener noreferrer">
116
- <i class="fab fa-fw fa-tumblr-square" aria-hidden="true"></i> Tumblr
116
+ <i class="fab fa-fw fa-tumblr-square" aria-hidden="true"></i><span class="label">Tumblr</span>
117
117
  </a>
118
118
  </li>
119
119
  {% endif %}
@@ -121,7 +121,7 @@
121
121
  {% if author.bitbucket %}
122
122
  <li>
123
123
  <a href="https://bitbucket.org/{{ author.bitbucket }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
124
- <i class="fab fa-fw fa-bitbucket" aria-hidden="true"></i> Bitbucket
124
+ <i class="fab fa-fw fa-bitbucket" aria-hidden="true"></i><span class="label">Bitbucket</span>
125
125
  </a>
126
126
  </li>
127
127
  {% endif %}
@@ -129,7 +129,7 @@
129
129
  {% if author.github %}
130
130
  <li>
131
131
  <a href="https://github.com/{{ author.github }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
132
- <i class="fab fa-fw fa-github" aria-hidden="true"></i> GitHub
132
+ <i class="fab fa-fw fa-github" aria-hidden="true"></i><span class="label">GitHub</span>
133
133
  </a>
134
134
  </li>
135
135
  {% endif %}
@@ -137,7 +137,7 @@
137
137
  {% if author.gitlab %}
138
138
  <li>
139
139
  <a href="https://gitlab.com/{{ author.gitlab }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
140
- <i class="fab fa-fw fa-gitlab" aria-hidden="true"></i> GitLab
140
+ <i class="fab fa-fw fa-gitlab" aria-hidden="true"></i><span class="label">GitLab</span>
141
141
  </a>
142
142
  </li>
143
143
  {% endif %}
@@ -145,7 +145,7 @@
145
145
  {% if author.stackoverflow %}
146
146
  <li>
147
147
  <a href="https://stackoverflow.com/users/{{ author.stackoverflow }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
148
- <i class="fab fa-fw fa-stack-overflow" aria-hidden="true"></i> Stack Overflow
148
+ <i class="fab fa-fw fa-stack-overflow" aria-hidden="true"></i><span class="label">Stack Overflow</span>
149
149
  </a>
150
150
  </li>
151
151
  {% endif %}
@@ -153,7 +153,7 @@
153
153
  {% if author.lastfm %}
154
154
  <li>
155
155
  <a href="https://last.fm/user/{{ author.lastfm }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
156
- <i class="fab fa-fw fa-lastfm-square" aria-hidden="true"></i> Last.fm
156
+ <i class="fab fa-fw fa-lastfm-square" aria-hidden="true"></i><span class="label">Last.fm</span>
157
157
  </a>
158
158
  </li>
159
159
  {% endif %}
@@ -161,7 +161,7 @@
161
161
  {% if author.dribbble %}
162
162
  <li>
163
163
  <a href="https://dribbble.com/{{ author.dribbble }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
164
- <i class="fab fa-fw fa-dribbble" aria-hidden="true"></i> Dribbble
164
+ <i class="fab fa-fw fa-dribbble" aria-hidden="true"></i><span class="label">Dribbble</span>
165
165
  </a>
166
166
  </li>
167
167
  {% endif %}
@@ -169,7 +169,7 @@
169
169
  {% if author.pinterest %}
170
170
  <li>
171
171
  <a href="https://www.pinterest.com/{{ author.pinterest }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
172
- <i class="fab fa-fw fa-pinterest" aria-hidden="true"></i> Pinterest
172
+ <i class="fab fa-fw fa-pinterest" aria-hidden="true"></i><span class="label">Pinterest</span>
173
173
  </a>
174
174
  </li>
175
175
  {% endif %}
@@ -177,7 +177,7 @@
177
177
  {% if author.foursquare %}
178
178
  <li>
179
179
  <a href="https://foursquare.com/{{ author.foursquare }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
180
- <i class="fab fa-fw fa-foursquare" aria-hidden="true"></i> Foursquare
180
+ <i class="fab fa-fw fa-foursquare" aria-hidden="true"></i><span class="label">Foursquare</span>
181
181
  </a>
182
182
  </li>
183
183
  {% endif %}
@@ -185,7 +185,7 @@
185
185
  {% if author.steam %}
186
186
  <li>
187
187
  <a href="https://steamcommunity.com/id/{{ author.steam }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
188
- <i class="fab fa-fw fa-steam" aria-hidden="true"></i> Steam
188
+ <i class="fab fa-fw fa-steam" aria-hidden="true"></i><span class="label">Steam</span>
189
189
  </a>
190
190
  </li>
191
191
  {% endif %}
@@ -194,13 +194,13 @@
194
194
  {% if author.youtube contains "://" %}
195
195
  <li>
196
196
  <a href="{{ author.youtube }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
197
- <i class="fab fa-fw fa-youtube" aria-hidden="true"></i> YouTube
197
+ <i class="fab fa-fw fa-youtube" aria-hidden="true"></i><span class="label">YouTube</span>
198
198
  </a>
199
199
  </li>
200
200
  {% elsif author.youtube %}
201
201
  <li>
202
202
  <a href="https://www.youtube.com/user/{{ author.youtube }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
203
- <i class="fab fa-fw fa-youtube" aria-hidden="true"></i> YouTube
203
+ <i class="fab fa-fw fa-youtube" aria-hidden="true"></i><span class="label">YouTube</span>
204
204
  </a>
205
205
  </li>
206
206
  {% endif %}
@@ -209,7 +209,7 @@
209
209
  {% if author.soundcloud %}
210
210
  <li>
211
211
  <a href="https://soundcloud.com/{{ author.soundcloud }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
212
- <i class="fab fa-fw fa-soundcloud" aria-hidden="true"></i> SoundCloud
212
+ <i class="fab fa-fw fa-soundcloud" aria-hidden="true"></i><span class="label">SoundCloud</span>
213
213
  </a>
214
214
  </li>
215
215
  {% endif %}
@@ -217,7 +217,7 @@
217
217
  {% if author.weibo %}
218
218
  <li>
219
219
  <a href="https://www.weibo.com/{{ author.weibo }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
220
- <i class="fab fa-fw fa-weibo" aria-hidden="true"></i> Weibo
220
+ <i class="fab fa-fw fa-weibo" aria-hidden="true"></i><span class="label">Weibo</span>
221
221
  </a>
222
222
  </li>
223
223
  {% endif %}
@@ -225,7 +225,7 @@
225
225
  {% if author.flickr %}
226
226
  <li>
227
227
  <a href="https://www.flickr.com/{{ author.flickr }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
228
- <i class="fab fa-fw fa-flickr" aria-hidden="true"></i> Flickr
228
+ <i class="fab fa-fw fa-flickr" aria-hidden="true"></i><span class="label">Flickr</span>
229
229
  </a>
230
230
  </li>
231
231
  {% endif %}
@@ -233,7 +233,7 @@
233
233
  {% if author.codepen %}
234
234
  <li>
235
235
  <a href="https://codepen.io/{{ author.codepen }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
236
- <i class="fab fa-fw fa-codepen" aria-hidden="true"></i> CodePen
236
+ <i class="fab fa-fw fa-codepen" aria-hidden="true"></i><span class="label">CodePen</span>
237
237
  </a>
238
238
  </li>
239
239
  {% endif %}
@@ -241,7 +241,7 @@
241
241
  {% if author.vine %}
242
242
  <li>
243
243
  <a href="https://vine.co/u/{{ author.vine }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
244
- <i class="fab fa-fw fa-vine" aria-hidden="true"></i> Vine
244
+ <i class="fab fa-fw fa-vine" aria-hidden="true"></i><span class="label">{{ site.data.ui-text[site.locale].email_label | default: "Email" }}</span>
245
245
  </a>
246
246
  </li>
247
247
  {% endif %}
@@ -9,5 +9,7 @@
9
9
  <iframe src="https://www.youtube-nocookie.com/embed/{{ video_id }}" frameborder="0" allowfullscreen></iframe>
10
10
  {% elsif video_provider == "google-drive" %}
11
11
  <iframe src="https://drive.google.com/file/d/{{ video_id }}/preview" frameborder="0" allowfullscreen></iframe>
12
+ {% elsif video_provider == "bilibili" %}
13
+ <iframe src="https://player.bilibili.com/player.html?bvid={{ video_id }}&page=1&as_wide=1&high_quality=1&danmaku=0" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
12
14
  {% endif %}
13
15
  </div>
@@ -3,7 +3,7 @@
3
3
 
4
4
  <!doctype html>
5
5
  <!--
6
- Minimal Mistakes Jekyll Theme 4.19.1 by Michael Rose
6
+ Minimal Mistakes Jekyll Theme 4.19.2 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.19.1 by Michael Rose
2
+ * Minimal Mistakes Jekyll Theme 4.19.2 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
  */
@@ -184,7 +184,7 @@
184
184
  display: table-cell;
185
185
  vertical-align: middle;
186
186
  font-family: $sans-serif;
187
- z-index: 10;
187
+ z-index: 20;
188
188
  position: relative;
189
189
  cursor: pointer;
190
190
 
@@ -194,6 +194,12 @@
194
194
  }
195
195
  }
196
196
 
197
+ .author__urls {
198
+ span.label {
199
+ padding-left: 5px;
200
+ }
201
+ }
202
+
197
203
  @include breakpoint($large) {
198
204
  display: block;
199
205
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Minimal Mistakes Jekyll Theme 4.19.1 by Michael Rose
2
+ * Minimal Mistakes Jekyll Theme 4.19.2 by Michael Rose
3
3
  * Copyright 2013-2020 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.19.1
4
+ version: 4.19.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: 2020-03-17 00:00:00.000000000 Z
11
+ date: 2020-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll