minimal-mistakes-jekyll 4.18.0 → 4.19.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +70 -0
  3. data/README.md +4 -4
  4. data/_data/ui-text.yml +164 -15
  5. data/_includes/archive-single.html +1 -7
  6. data/_includes/author-profile.html +30 -41
  7. data/_includes/comments-providers/custom_scripts.html +3 -0
  8. data/_includes/comments-providers/scripts.html +1 -1
  9. data/_includes/comments-providers/staticman_v2.html +1 -1
  10. data/_includes/comments.html +1 -1
  11. data/_includes/documents-collection.html +3 -1
  12. data/_includes/feature_row +4 -16
  13. data/_includes/figure +5 -8
  14. data/_includes/gallery +7 -23
  15. data/_includes/head.html +1 -6
  16. data/_includes/masthead.html +2 -11
  17. data/_includes/nav_list +3 -24
  18. data/_includes/page__date.html +5 -0
  19. data/_includes/page__hero.html +4 -25
  20. data/_includes/paginator.html +1 -1
  21. data/_includes/posts-category.html +3 -1
  22. data/_includes/posts-tag.html +3 -1
  23. data/_includes/scripts.html +2 -12
  24. data/_includes/seo.html +4 -13
  25. data/_includes/sidebar.html +3 -8
  26. data/_includes/video +2 -0
  27. data/_layouts/default.html +1 -1
  28. data/_layouts/home.html +1 -1
  29. data/_layouts/single.html +1 -5
  30. data/_sass/minimal-mistakes.scss +1 -1
  31. data/_sass/minimal-mistakes/_base.scss +6 -6
  32. data/_sass/minimal-mistakes/_forms.scss +1 -1
  33. data/_sass/minimal-mistakes/_masthead.scss +1 -1
  34. data/_sass/minimal-mistakes/_page.scss +3 -3
  35. data/_sass/minimal-mistakes/_sidebar.scss +40 -11
  36. data/_sass/minimal-mistakes/_utilities.scss +27 -0
  37. data/_sass/minimal-mistakes/_variables.scss +11 -3
  38. data/assets/js/lunr/lunr-store.js +1 -6
  39. data/assets/js/main.min.js +3 -3
  40. data/assets/js/plugins/jquery.greedy-navigation.js +23 -32
  41. data/assets/js/plugins/smooth-scroll.js +30 -12
  42. metadata +10 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df8ffb0894edf6bd033bd37888b4d41a418f571f90ef157b11e6f8b7da4e49e6
4
- data.tar.gz: 21bc8a33c7b823ef3c105cbfbdd52290859fc178def606a4da70a4cb663dc0d3
3
+ metadata.gz: 2dffbc8bd4355b0ab008ca88049e2adedd69e5b21f29ec1c8b361ecf3ff333f7
4
+ data.tar.gz: 6a65d88b598c6de8664d0fe1d86489376b99cae0bfb7664f0fa5dda1da7bdde5
5
5
  SHA512:
6
- metadata.gz: 76c33120fe07311ef63cd63a8581786215b61dfc20b4eaedd6009979eeb410907da99df0e5bb87d95a838ebe5ee40e936942c7116c8be0b6aa35a47e07eb25e0
7
- data.tar.gz: 89453a476baaecb3616cf043c516760c4b6eb3d51f1503a1a6b49b14bc0da66c2f80fb62482a6bb0fa37123af9e0dcb45bc415db722b9f86bf9a429a07fe9a84
6
+ metadata.gz: e38de211dcb968847775e567793004b5901f43a950dbfd3e4cb4854a1b134f894ca1cda5a2fb9800e476c7595136da116a0201fd95f38f5e364eb3345c00afbf
7
+ data.tar.gz: 3d7e53aa7ba1567b31f1c30d3b01ea19767e0058128fee562220ad6ea8a6ab9f30230c4ea965ca02764e6cbb1beeb2948f7e2b884bac4e0c319432c5d8f4d940
@@ -1,3 +1,73 @@
1
+ ## Unreleased
2
+
3
+ ### Enhancements
4
+
5
+ - Update GreedyNav.js to reduce masthead link overflow/shifting on mobile devices. [#2551](https://github.com/mmistakes/minimal-mistakes/issues/2551)
6
+ - Replace `<section id="custom-comments"></section>` in `comments.html` include and add `custom_scripts.html` include for loading custom comment provider JavaScript in the footer. [#2549](https://github.com/mmistakes/minimal-mistakes/issues/2549)
7
+ - Move page date Liquid to include. [#2544](https://github.com/mmistakes/minimal-mistakes/pull/2544)
8
+ - Strip trailing whitespace in seo_description. [#2542](https://github.com/mmistakes/minimal-mistakes/pull/2542)
9
+ - Improve sticky sidebar's appearance with short content. [#2514](https://github.com/mmistakes/minimal-mistakes/pull/2514)
10
+
11
+ ## [4.19.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.2)
12
+
13
+ ### Enhancements
14
+
15
+ - 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)
16
+ - Add Myanmar (Burmese) localized UI text strings. [#2500](https://github.com/mmistakes/minimal-mistakes/pull/2500)
17
+ - Improve author links underline on hover. [#2472](https://github.com/mmistakes/minimal-mistakes/pull/2472)
18
+ - Add documentation for applying Front Matter defaults to jekyll-archives pages. [#2466](https://github.com/mmistakes/minimal-mistakes/pull/2466)
19
+ - Add missing Vietnamese translations. [#2459](https://github.com/mmistakes/minimal-mistakes/pull/2459) [#2486](https://github.com/mmistakes/minimal-mistakes/pull/2486)
20
+ - Fix Finnish localized UI text strings. [#2455](https://github.com/mmistakes/minimal-mistakes/pull/2455)
21
+ - Clarify documentation that Lunr only searches documents in collections. [#2450](https://github.com/mmistakes/minimal-mistakes/pull/2450)
22
+ - Add guide on applying Front Matter defaults to jekyll-archives pages [#2466](https://github.com/mmistakes/minimal-mistakes/pull/2466)
23
+
24
+ ### Bug Fixes
25
+
26
+ - Fix typo in configuration documentation. [#2497](https://github.com/mmistakes/minimal-mistakes/pull/2497)
27
+ - Fix "Follow menu falls under post links" on small screens. [#2479](https://github.com/mmistakes/minimal-mistakes/issues/2479)
28
+ - Hide index page from page-archive. [#2482](https://github.com/mmistakes/minimal-mistakes/pull/2482)
29
+
30
+ ## [4.19.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.1)
31
+
32
+ ### Enhancements
33
+
34
+ - Add [Dracula](https://draculatheme.com/) Base16 syntax highlighting theme Sass variables to [stylesheets documentation](https://mmistakes.github.io/minimal-mistakes/docs/stylesheets/#syntax-highlighting). [#2438](https://github.com/mmistakes/minimal-mistakes/pull/2438)
35
+ - Update links to `HTTPS` and remove Google+ from configuration documentation. [#2432](https://github.com/mmistakes/minimal-mistakes/pull/2432)
36
+ - Use `first_page_path` from jekyll-paginate-v2 if available. [#2431](https://github.com/mmistakes/minimal-mistakes/pull/2431)
37
+ - Update onchange and uglify-js dependencies.
38
+ - Update smooth-scroll.js to `v16.1.2`. [#2430](https://github.com/mmistakes/minimal-mistakes/issues/2430)
39
+
40
+ ### Bug Fixes
41
+
42
+ - Fix author profile links `z-index` order on small screens. [#2440](https://github.com/mmistakes/minimal-mistakes/issues/2440)
43
+
44
+ ## [4.19.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.0)
45
+
46
+ ### Enhancements
47
+
48
+ - Add "click" overlay to close masthead and follow button menus when open. [#1168](https://github.com/mmistakes/minimal-mistakes/issues/1168)
49
+ - Remove deprecated Staticman v1 configurations from `_config.yml`. [#2386](https://github.com/mmistakes/minimal-mistakes/issues/2386)
50
+ - Use `relative_url` and `absolute_url` filters where possible. [#2387](https://github.com/mmistakes/minimal-mistakes/pull/2387)
51
+ - Improve headline hierarchy and add Sass specific variables `$h-size-x`. [#2423](https://github.com/mmistakes/minimal-mistakes/issues/2423)
52
+ - Improve accessibility of `default` skin by increasing color contrast of text and links.
53
+ - Hide posts with `hidden: true` YAML front matter from appearing in listings. [#2345](https://github.com/mmistakes/minimal-mistakes/pull/2345)
54
+ - Add Irish (Gaeilge) localized UI text strings. [#2422](https://github.com/mmistakes/minimal-mistakes/pull/2422)
55
+ - Remove `box-shadow` on radio and checkbox inputs. [#2398](https://github.com/mmistakes/minimal-mistakes/pull/2398)
56
+ - Bump Jekyll gem dependency to `v3.7`.
57
+
58
+ ### Bug Fixes
59
+
60
+ - Fix documentation around using `bundle info` command. [#2425](https://github.com/mmistakes/minimal-mistakes/pull/2425)
61
+ - Fix rake vulnerability in `.gemspec` file.
62
+ - Fix Staticman v2 comment submission. [#2402](https://github.com/mmistakes/minimal-mistakes/pull/2402)
63
+ - Fix repeated site base path for masthead logo. [#2385](https://github.com/mmistakes/minimal-mistakes/pull/2385)
64
+
65
+ ## [4.18.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.18.1)
66
+
67
+ ### Bug Fixes
68
+
69
+ - Fix compatibility issue with jekyll-paginate-v2. [#2381](https://github.com/mmistakes/minimal-mistakes/pull/2381)
70
+
1
71
  ## [4.18.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.18.0)
2
72
 
3
73
  ### Enhancements
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # [Minimal Mistakes Jekyll theme](https://mmistakes.github.io/minimal-mistakes/)
2
2
 
3
3
  [![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/mmistakes/minimal-mistakes/master/LICENSE)
4
- [![Jekyll](https://img.shields.io/badge/jekyll-%3E%3D%203.6-blue.svg)](https://jekyllrb.com/)
4
+ [![Jekyll](https://img.shields.io/badge/jekyll-%3E%3D%203.7-blue.svg)](https://jekyllrb.com/)
5
5
  [![Ruby gem](https://img.shields.io/gem/v/minimal-mistakes-jekyll.svg)](https://rubygems.org/gems/minimal-mistakes-jekyll)
6
6
  [![Tip Me via PayPal](https://img.shields.io/badge/PayPal-tip%20me-green.svg?logo=paypal)](https://www.paypal.me/mmistakes)
7
7
 
@@ -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, 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.18.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
129
+ 4. Add `remote_theme: "mmistakes/minimal-mistakes@4.19.3"` 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,156 @@ ca: &DEFAULT_CA
1607
1607
  back_to_top : "Torna a dalt"
1608
1608
  ca-ES:
1609
1609
  <<: *DEFAULT_CA
1610
-
1610
+
1611
+ # Irish (Gaeilge)
1612
+ # --------------
1613
+ ga: &DEFAULT_GA
1614
+ skip_links : "Léim naisc"
1615
+ skip_primary_nav : "Léim chuig príomh naiscleanúint"
1616
+ skip_content : "Léim chuig inneachar"
1617
+ skip_footer : "Léim chuig buntásc"
1618
+ page : "Leathanach"
1619
+ pagination_previous : "Leathanach roimhe sin"
1620
+ pagination_next : "Céad leathanach eile"
1621
+ breadcrumb_home_label : "Baile"
1622
+ breadcrumb_separator : "/"
1623
+ menu_label : "Scorán roghchlár"
1624
+ search_label : "Scorán cuardach"
1625
+ toc_label : "Ar an leathanach seo"
1626
+ ext_link_label : "Nasc díreach"
1627
+ less_than : "níos lú na"
1628
+ minute_read : "a léamh"
1629
+ share_on_label : "Roinn ar"
1630
+ meta_label :
1631
+ tags_label : "Clibeanna:"
1632
+ categories_label : "Catagoírí:"
1633
+ date_label : "Nuashonraíodh:"
1634
+ comments_label : "Fág trácht"
1635
+ comments_title : "Tráchtanna"
1636
+ more_label : "Foghlaim níos mó"
1637
+ follow_label : "Lean:"
1638
+ feed_label : "Feed"
1639
+ powered_by : "Ag fáil cumhacht as"
1640
+ website_label : "Suíomh gréasáin"
1641
+ email_label : "R-phost"
1642
+ recent_posts : "Postálacha le deanaí"
1643
+ comment_form_comment_label : "Trácht"
1644
+ comment_form_name_label : "Ainm"
1645
+ comment_form_email_label : "Ríomhsheoladh"
1646
+ comment_form_website_label : "Suíomh gréasáin (roghnach)"
1647
+ comment_btn_submit : "Cuir isteach trácht"
1648
+ comment_btn_submitted : "Curtha isteach"
1649
+ loading_label : "Lódáil..."
1650
+ search_label_text : "Cuir do chuardach isteach..."
1651
+ search_placeholder_text : "Cuir do chuardach isteach..."
1652
+ results_found : "Torthaí aimsithe"
1653
+ back_to_top : "Ar ais go barr"
1654
+ ga-IE:
1655
+ <<: *DEFAULT_GA
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
+
1611
1760
  # Another locale
1612
1761
  # --------------
1613
1762
  #
@@ -14,13 +14,7 @@
14
14
  <article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
15
15
  {% if include.type == "grid" and teaser %}
16
16
  <div class="archive__item-teaser">
17
- <img src=
18
- {% if teaser contains "://" %}
19
- "{{ teaser }}"
20
- {% else %}
21
- "{{ teaser | relative_url }}"
22
- {% endif %}
23
- alt="">
17
+ <img src="{{ teaser | relative_url }}" alt="">
24
18
  </div>
25
19
  {% endif %}
26
20
  <h2 class="archive__item-title" itemprop="headline">
@@ -5,23 +5,12 @@
5
5
 
6
6
  {% if author.avatar %}
7
7
  <div class="author__avatar">
8
- {% if author.avatar contains "://" %}
9
- {% assign author_src = author.avatar %}
10
- {% else %}
11
- {% assign author_src = author.avatar | relative_url %}
12
- {% endif %}
13
-
14
8
  {% if author.home %}
15
- {% if author.home contains "://" %}
16
- {% assign author_link = author.home %}
17
- {% else %}
18
- {% assign author_link = author.home | relative_url %}
19
- {% endif %}
20
- <a href="{{ author_link }}">
21
- <img src="{{ author_src }}" alt="{{ author.name }}" itemprop="image">
9
+ <a href="{{ author.home | relative_url }}">
10
+ <img src="{{ author.avatar | relative_url }}" alt="{{ author.name }}" itemprop="image">
22
11
  </a>
23
12
  {% else %}
24
- <img src="{{ author_src }}" alt="{{ author.name }}" itemprop="image">
13
+ <img src="{{ author.avatar | relative_url }}" alt="{{ author.name }}" itemprop="image">
25
14
  {% endif %}
26
15
  </div>
27
16
  {% endif %}
@@ -51,7 +40,7 @@
51
40
  {% if author.links %}
52
41
  {% for link in author.links %}
53
42
  {% if link.label and link.url %}
54
- <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>
55
44
  {% endif %}
56
45
  {% endfor %}
57
46
  {% endif %}
@@ -59,7 +48,7 @@
59
48
  {% if author.uri %}
60
49
  <li>
61
50
  <a href="{{ author.uri }}" itemprop="url">
62
- <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>
63
52
  </a>
64
53
  </li>
65
54
  {% endif %}
@@ -68,7 +57,7 @@
68
57
  <li>
69
58
  <a href="mailto:{{ author.email }}">
70
59
  <meta itemprop="email" content="{{ author.email }}" />
71
- <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>
72
61
  </a>
73
62
  </li>
74
63
  {% endif %}
@@ -76,7 +65,7 @@
76
65
  {% if author.keybase %}
77
66
  <li>
78
67
  <a href="https://keybase.io/{{ author.keybase }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
79
- <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>
80
69
  </a>
81
70
  </li>
82
71
  {% endif %}
@@ -84,7 +73,7 @@
84
73
  {% if author.twitter %}
85
74
  <li>
86
75
  <a href="https://twitter.com/{{ author.twitter }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
87
- <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>
88
77
  </a>
89
78
  </li>
90
79
  {% endif %}
@@ -92,7 +81,7 @@
92
81
  {% if author.facebook %}
93
82
  <li>
94
83
  <a href="https://www.facebook.com/{{ author.facebook }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
95
- <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>
96
85
  </a>
97
86
  </li>
98
87
  {% endif %}
@@ -100,7 +89,7 @@
100
89
  {% if author.linkedin %}
101
90
  <li>
102
91
  <a href="https://www.linkedin.com/in/{{ author.linkedin }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
103
- <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>
104
93
  </a>
105
94
  </li>
106
95
  {% endif %}
@@ -108,7 +97,7 @@
108
97
  {% if author.xing %}
109
98
  <li>
110
99
  <a href="https://www.xing.com/profile/{{ author.xing }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
111
- <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>
112
101
  </a>
113
102
  </li>
114
103
  {% endif %}
@@ -116,7 +105,7 @@
116
105
  {% if author.instagram %}
117
106
  <li>
118
107
  <a href="https://instagram.com/{{ author.instagram }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
119
- <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>
120
109
  </a>
121
110
  </li>
122
111
  {% endif %}
@@ -124,7 +113,7 @@
124
113
  {% if author.tumblr %}
125
114
  <li>
126
115
  <a href="https://{{ author.tumblr }}.tumblr.com" itemprop="sameAs" rel="nofollow noopener noreferrer">
127
- <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>
128
117
  </a>
129
118
  </li>
130
119
  {% endif %}
@@ -132,7 +121,7 @@
132
121
  {% if author.bitbucket %}
133
122
  <li>
134
123
  <a href="https://bitbucket.org/{{ author.bitbucket }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
135
- <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>
136
125
  </a>
137
126
  </li>
138
127
  {% endif %}
@@ -140,7 +129,7 @@
140
129
  {% if author.github %}
141
130
  <li>
142
131
  <a href="https://github.com/{{ author.github }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
143
- <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>
144
133
  </a>
145
134
  </li>
146
135
  {% endif %}
@@ -148,7 +137,7 @@
148
137
  {% if author.gitlab %}
149
138
  <li>
150
139
  <a href="https://gitlab.com/{{ author.gitlab }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
151
- <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>
152
141
  </a>
153
142
  </li>
154
143
  {% endif %}
@@ -156,7 +145,7 @@
156
145
  {% if author.stackoverflow %}
157
146
  <li>
158
147
  <a href="https://stackoverflow.com/users/{{ author.stackoverflow }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
159
- <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>
160
149
  </a>
161
150
  </li>
162
151
  {% endif %}
@@ -164,7 +153,7 @@
164
153
  {% if author.lastfm %}
165
154
  <li>
166
155
  <a href="https://last.fm/user/{{ author.lastfm }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
167
- <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>
168
157
  </a>
169
158
  </li>
170
159
  {% endif %}
@@ -172,7 +161,7 @@
172
161
  {% if author.dribbble %}
173
162
  <li>
174
163
  <a href="https://dribbble.com/{{ author.dribbble }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
175
- <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>
176
165
  </a>
177
166
  </li>
178
167
  {% endif %}
@@ -180,7 +169,7 @@
180
169
  {% if author.pinterest %}
181
170
  <li>
182
171
  <a href="https://www.pinterest.com/{{ author.pinterest }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
183
- <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>
184
173
  </a>
185
174
  </li>
186
175
  {% endif %}
@@ -188,7 +177,7 @@
188
177
  {% if author.foursquare %}
189
178
  <li>
190
179
  <a href="https://foursquare.com/{{ author.foursquare }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
191
- <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>
192
181
  </a>
193
182
  </li>
194
183
  {% endif %}
@@ -196,7 +185,7 @@
196
185
  {% if author.steam %}
197
186
  <li>
198
187
  <a href="https://steamcommunity.com/id/{{ author.steam }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
199
- <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>
200
189
  </a>
201
190
  </li>
202
191
  {% endif %}
@@ -205,13 +194,13 @@
205
194
  {% if author.youtube contains "://" %}
206
195
  <li>
207
196
  <a href="{{ author.youtube }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
208
- <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>
209
198
  </a>
210
199
  </li>
211
- {% else author.youtube %}
200
+ {% elsif author.youtube %}
212
201
  <li>
213
202
  <a href="https://www.youtube.com/user/{{ author.youtube }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
214
- <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>
215
204
  </a>
216
205
  </li>
217
206
  {% endif %}
@@ -220,7 +209,7 @@
220
209
  {% if author.soundcloud %}
221
210
  <li>
222
211
  <a href="https://soundcloud.com/{{ author.soundcloud }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
223
- <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>
224
213
  </a>
225
214
  </li>
226
215
  {% endif %}
@@ -228,7 +217,7 @@
228
217
  {% if author.weibo %}
229
218
  <li>
230
219
  <a href="https://www.weibo.com/{{ author.weibo }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
231
- <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>
232
221
  </a>
233
222
  </li>
234
223
  {% endif %}
@@ -236,7 +225,7 @@
236
225
  {% if author.flickr %}
237
226
  <li>
238
227
  <a href="https://www.flickr.com/{{ author.flickr }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
239
- <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>
240
229
  </a>
241
230
  </li>
242
231
  {% endif %}
@@ -244,7 +233,7 @@
244
233
  {% if author.codepen %}
245
234
  <li>
246
235
  <a href="https://codepen.io/{{ author.codepen }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
247
- <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>
248
237
  </a>
249
238
  </li>
250
239
  {% endif %}
@@ -252,7 +241,7 @@
252
241
  {% if author.vine %}
253
242
  <li>
254
243
  <a href="https://vine.co/u/{{ author.vine }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
255
- <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>
256
245
  </a>
257
246
  </li>
258
247
  {% endif %}