minimal-mistakes-jekyll 4.20.1 → 4.24.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +91 -1
  3. data/README.md +11 -10
  4. data/_data/ui-text.yml +194 -24
  5. data/_includes/archive-single.html +2 -2
  6. data/_includes/category-list.html +2 -9
  7. data/_includes/comments-providers/giscus.html +24 -0
  8. data/_includes/comments-providers/scripts.html +2 -0
  9. data/_includes/comments.html +4 -1
  10. data/_includes/documents-collection.html +6 -12
  11. data/_includes/figure +2 -2
  12. data/_includes/footer.html +3 -1
  13. data/_includes/head.html +5 -17
  14. data/_includes/masthead.html +2 -4
  15. data/_includes/page__date.html +3 -2
  16. data/_includes/page__hero.html +7 -3
  17. data/_includes/page__meta.html +31 -0
  18. data/_includes/seo.html +6 -0
  19. data/_includes/skip-links.html +0 -1
  20. data/_includes/tag-list.html +2 -9
  21. data/_includes/toc.html +128 -42
  22. data/_layouts/categories.html +3 -2
  23. data/_layouts/category.html +3 -2
  24. data/_layouts/collection.html +3 -2
  25. data/_layouts/default.html +2 -2
  26. data/_layouts/posts.html +3 -2
  27. data/_layouts/search.html +2 -2
  28. data/_layouts/single.html +2 -2
  29. data/_layouts/tag.html +3 -2
  30. data/_layouts/tags.html +3 -2
  31. data/_sass/minimal-mistakes.scss +2 -2
  32. data/_sass/minimal-mistakes/_archive.scss +8 -0
  33. data/_sass/minimal-mistakes/_footer.scss +0 -1
  34. data/_sass/minimal-mistakes/_forms.scss +0 -34
  35. data/_sass/minimal-mistakes/_navigation.scss +7 -0
  36. data/_sass/minimal-mistakes/_notices.scss +5 -5
  37. data/_sass/minimal-mistakes/_page.scss +1 -1
  38. data/_sass/minimal-mistakes/_sidebar.scss +0 -1
  39. data/_sass/minimal-mistakes/_variables.scss +4 -0
  40. data/_sass/minimal-mistakes/skins/_aqua.scss +5 -1
  41. data/_sass/minimal-mistakes/skins/_contrast.scss +2 -1
  42. data/_sass/minimal-mistakes/skins/_dark.scss +4 -2
  43. data/_sass/minimal-mistakes/skins/_mint.scss +1 -0
  44. data/_sass/minimal-mistakes/skins/_neon.scss +7 -1
  45. data/_sass/minimal-mistakes/skins/_plum.scss +7 -1
  46. data/_sass/minimal-mistakes/skins/_sunrise.scss +7 -2
  47. data/assets/js/_main.js +2 -2
  48. data/assets/js/lunr/lunr-store.js +2 -2
  49. data/assets/js/lunr/lunr.js +67 -76
  50. data/assets/js/lunr/lunr.min.js +6 -1
  51. data/assets/js/main.min.js +3 -6
  52. data/assets/js/plugins/jquery.greedy-navigation.js +67 -14
  53. data/assets/js/vendor/jquery/{jquery-3.4.1.js → jquery-3.5.1.js} +756 -482
  54. metadata +5 -4
  55. data/_includes/post__meta.html +0 -35
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a87f268a92ee3a2c43df5f30c4bdc8fc1aae40926e09747c4b9cd4d7fdf0b5a
4
- data.tar.gz: 25e4896b2c56abc1d6688f5ce259b2ffe0542ea7f45cb6e5851cd2b228378db7
3
+ metadata.gz: '0039e789808d39d6e0f773f9868fe92214c2ac5cbc30170fa5fb5b20daf265a9'
4
+ data.tar.gz: c3c13da75f32bcc53d3667226da5372825e069d04e1325916e26f90c08386903
5
5
  SHA512:
6
- metadata.gz: bc05437e8e5253b05cf8a6d01eb1d0484ca6f595621f5f4f1c2f817dfb98f7d6d25c81acfc44866789e89cc01dd0a0905b95ffe81fcb9765676b51d19186e0c2
7
- data.tar.gz: 07d685c3724d313b25d589e5bc4a0408c2cddf0b75f2a2ddccad1543121891f82204b8d65313ea8715e83c0b8f901498a336d3bb85bb234a7056b6c3a247372a
6
+ metadata.gz: 32549e685d544bef7d10ea35e8c529abad31015f59af3c08700e29c6fb546dd9940518c382a3a0278708f872781a811d9439262eeb5d3cf3349e95ffa40c8a2f
7
+ data.tar.gz: f454c3810a44598424e5966a267e06b3ebfa02a465d55b31cc604973d1d2b23ee3c673f66f5f0a0582b3038aa0ac2633f264a102a2e0bda2778e2582f783f7b9
data/CHANGELOG.md CHANGED
@@ -1,8 +1,98 @@
1
+ ## [4.24.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.24.0)
2
+
3
+ ### Bug Fixes
4
+
5
+ - Fix README text for Gumshoejs license. [#3024](https://github.com/mmistakes/minimal-mistakes/pull/3024)
6
+ - Remove `tabindex="-1"` from `input` elements in `search.html` layout to allow them to be accessible by keyboard. [#2982](https://github.com/mmistakes/minimal-mistakes/issues/2982)
7
+ - Fix broken sidebar image in sample post. [#3013](https://github.com/mmistakes/minimal-mistakes/issues/3013)
8
+ - Fix broken links in Upgrading documentation. [#3004](https://github.com/mmistakes/minimal-mistakes/issues/3004)
9
+
10
+ ### Enhancements
11
+
12
+ - Remove IE9 flexbox fallback. [#3042](https://github.com/mmistakes/minimal-mistakes/pull/3042)
13
+ - Remove `h2` from skip links navigation as it is not important for site structure. [#3012](https://github.com/mmistakes/minimal-mistakes/pull/3012)
14
+ - Loads Font Awesome asynchronously. [#2967](https://github.com/mmistakes/minimal-mistakes/pull/2967)
15
+ - Replace custom search icon SVG with Font Awesome icon. [#2774](https://github.com/mmistakes/minimal-mistakes/pull/2774)
16
+ - Adds support for giscus comments. [#3022](https://github.com/mmistakes/minimal-mistakes/pull/3022)
17
+
18
+ ## [4.23.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.23.0)
19
+
20
+ ### Enhancements
21
+
22
+ - Add Arabic (عربي) localized UI text strings. [#2936](https://github.com/mmistakes/minimal-mistakes/pull/2936)
23
+ - Update onchange and uglify-js dependencies.
24
+ - Document head and footer `custom.html` includes. [#2815](https://github.com/mmistakes/minimal-mistakes/pull/2815)
25
+ - Color notices based on skin colors instead of fixed values. [#2887](https://github.com/mmistakes/minimal-mistakes/pull/2887)
26
+ - Add configurable datetime format. [#2844](https://github.com/mmistakes/minimal-mistakes/pull/2844)
27
+ - Add Baidu site verification [#2830](https://github.com/mmistakes/minimal-mistakes/pull/2830)
28
+ - Add `alt` attribute to site logo. [#2529](https://github.com/mmistakes/minimal-mistakes/issues/2529) [#2824](https://github.com/mmistakes/minimal-mistakes/issues/2824)
29
+
30
+ ### Bug Fixes
31
+
32
+ - Fix menu toggle to properly show close icon when open.
33
+ - Fix Jekyll environment note in configuration documentation. [#2912](https://github.com/mmistakes/minimal-mistakes/issues/2912)
34
+ - Fix typo in Helpers documentation. [#2940](https://github.com/mmistakes/minimal-mistakes/pull/2940)
35
+ - Remove all references to official public Staticman API instance. [#2818](https://github.com/mmistakes/minimal-mistakes/issues/2818) [#2831](https://github.com/mmistakes/minimal-mistakes/pull/2831)
36
+ - Remove Google Search CSS. [#2852](https://github.com/mmistakes/minimal-mistakes/issues/2852) [#2855](https://github.com/mmistakes/minimal-mistakes/pull/2855)
37
+
38
+ ## [4.22.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.22.0)
39
+
40
+ ### Bug Fixes
41
+
42
+ - Remove Google Search script from `404.md`. [#2597](https://github.com/mmistakes/minimal-mistakes/issues/2597) [#2737](https://github.com/mmistakes/minimal-mistakes/pull/2737) [#2789](https://github.com/mmistakes/minimal-mistakes/pull/2789)
43
+ - Fix Font Awesome icon color in `contrast`, `dark`, `mint`, `neon`, `plum`, and `sunrise` skins. [#2724](https://github.com/mmistakes/minimal-mistakes/issues/2724)
44
+
45
+ ### Enhancements
46
+
47
+ - Allow custom sorting for collections. [#2723](https://github.com/mmistakes/minimal-mistakes/pull/2723)
48
+ - Use `sort_natural` instead of custom Liquid logic to sort tags and categories. [#2756](https://github.com/mmistakes/minimal-mistakes/pull/2756)
49
+ - Add configuration option to toggle off RSS feed link in `<head>` and site footer. [#2787](https://github.com/mmistakes/minimal-mistakes/pull/2787)
50
+ - Upgrade Lunrjs to 2.3.9 and switch to `relative_url`. [#2805](https://github.com/mmistakes/minimal-mistakes/pull/2805)
51
+ - Adds `.webp` to list of supported image extensions for the image popup lightbox. [#2788](https://github.com/mmistakes/minimal-mistakes/pull/2788)
52
+ - Add Hebrew localized UI text strings. [#2760](https://github.com/mmistakes/minimal-mistakes/pull/2760)
53
+ - Update documentation to include `toc_sticky` parameter's description. [#2741](https://github.com/mmistakes/minimal-mistakes/pull/2741)
54
+ - Update Indonesian localized UI text strings. [#2731](https://github.com/mmistakes/minimal-mistakes/pull/2731)
55
+ - Update remote theme documentation. [#2734](https://github.com/mmistakes/minimal-mistakes/pull/2734)
56
+ - Update allejo/jekyll-toc to v1.1.0, skip headings without an ID. [#2752](https://github.com/mmistakes/minimal-mistakes/pull/2752)
57
+ - Allow custom gradient for page header overlay. [#2806](https://github.com/mmistakes/minimal-mistakes/pull/2806)
58
+
59
+ ## [4.21.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.21.0)
60
+
61
+ ### Bug Fixes
62
+
63
+ - Fix greedy navigation by improving reliability of remaining space for visible links. [#2664](https://github.com/mmistakes/minimal-mistakes/issues/2664)
64
+ - Collapse white-space in `figure` helper to fix issues when used in Markdown ordered and unordered lists. [#2697](https://github.com/mmistakes/minimal-mistakes/pull/2697)
65
+ - Fix dead link to CI services in documentation. [#2635](https://github.com/mmistakes/minimal-mistakes/issues/2635) [#2692](https://github.com/mmistakes/minimal-mistakes/pull/2692)
66
+ - Fix a small typo in documentation. [#2718](https://github.com/mmistakes/minimal-mistakes/pull/2718)
67
+
68
+ ### Enhancements
69
+
70
+ - Update jQuery to 3.5.1. [#2713](https://github.com/mmistakes/minimal-mistakes/pull/2713)
71
+ - Add Indonesian localized UI text strings. [#2725](https://github.com/mmistakes/minimal-mistakes/pull/2725)
72
+ - Update Vietnamese localized UI text strings. [#2722](https://github.com/mmistakes/minimal-mistakes/pull/2722)
73
+ - Add Norwegian (Norsk) localized UI text strings. [#2702](https://github.com/mmistakes/minimal-mistakes/pull/2702)
74
+ - Update allejo/jekyll-toc to v1.0.14 [#2700](https://github.com/mmistakes/minimal-mistakes/pull/2700)
75
+
76
+ ## [4.20.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.20.2)
77
+
78
+ ### Bug Fixes
79
+
80
+ - Fix broken link in documentation. [#2677](https://github.com/mmistakes/minimal-mistakes/issues/2677)
81
+ - Fix typo in documentation. [#2678](https://github.com/mmistakes/minimal-mistakes/issues/2678)
82
+ - Remove duplicate CSS definitions. [#2666](https://github.com/mmistakes/minimal-mistakes/pull/2666)
83
+ - Fix `entries_layout: grid` in various layouts. [#2639](https://github.com/mmistakes/minimal-mistakes/issues/2639)
84
+ - Change `fa` to `fas` for Font Awesome 5. [#2649](https://github.com/mmistakes/minimal-mistakes/pull/2649)
85
+
86
+ ### Enhancements
87
+
88
+ - Refactor page meta include. [#2641](https://github.com/mmistakes/minimal-mistakes/pull/2641)
89
+ - Add `article:author` Open Graph markup. [#2670](https://github.com/mmistakes/minimal-mistakes/pull/2670)
90
+
1
91
  ## [4.20.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.20.1)
2
92
 
3
93
  ### Bug Fixes
4
94
 
5
- - Fix grid `entries_layout` in home.html. [#2616](https://github.com/mmistakes/minimal-mistakes/pull/2616)
95
+ - Fix `entries_layout: grid` in `home.html` layout. [#2616](https://github.com/mmistakes/minimal-mistakes/pull/2616)
6
96
 
7
97
  ## [4.20.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.20.0)
8
98
 
data/README.md CHANGED
@@ -4,14 +4,16 @@
4
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
+ [![Donate to this project using Buy Me A Coffee](https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg)](https://www.buymeacoffee.com/mmistakes)
7
8
 
8
9
  Minimal Mistakes is a flexible two-column Jekyll theme, perfect for building personal sites, blogs, and portfolios. As the name implies, styling is purposely minimalistic to be enhanced and customized by you :smile:.
9
10
 
10
11
  :sparkles: See what's new in the [CHANGELOG](CHANGELOG.md).
11
12
 
12
- **If you enjoy this theme, please consider [supporting me](https://www.paypal.me/mmistakes) to continue developing and maintaining it.**
13
+ **If you enjoy this theme, please consider sponsoring:**
13
14
 
14
- [![Support via PayPal](https://cdn.jsdelivr.net/gh/twolfson/paypal-github-button@1.0.0/dist/button.svg)](https://www.paypal.me/mmistakes)
15
+ [!["Buy Me A Coffee"](https://user-images.githubusercontent.com/1376749/120938564-50c59780-c6e1-11eb-814f-22a0399623c5.png)](https://www.buymeacoffee.com/mmistakes)
16
+ [![Support via PayPal](https://cdn.jsdelivr.net/gh/twolfson/paypal-github-button@1.0.0/dist/button.svg)](https://www.paypal.me/mmistakes)
15
17
 
16
18
  **Note:** The theme uses the [jekyll-include-cache](https://github.com/benbalter/jekyll-include-cache) plugin which will need to be installed in your `Gemfile` and added to the `plugins` array of `_config.yml`. Otherwise you'll encounter `Unknown tag 'include_cached'` errors at build.
17
19
 
@@ -31,9 +33,9 @@ Minimal Mistakes is a flexible two-column Jekyll theme, perfect for building per
31
33
  - Several responsive layout options (single, archive index, search, splash, and paginated home page).
32
34
  - Optimized for search engines with support for [Twitter Cards](https://dev.twitter.com/cards/overview) and [Open Graph](http://ogp.me/) data.
33
35
  - 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
- - 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/)).
36
+ - 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/), [utterances](https://utteranc.es/), and [giscus](https://giscus.app/)).
35
37
  - [Google Analytics](https://www.google.com/analytics/) support.
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.
38
+ - UI localized text in English (default), Arabic (عربي), Brazilian Portuguese (Português brasileiro), Catalan, Chinese, Danish, Dutch, Finnish, French (Français), German (Deutsch), Greek, Hebrew, Hindi (हिंदी), Hungarian, Indonesian, Irish (Gaeilge), Italian (Italiano), Japanese, Korean, Malayalam, Myanmar (Burmese), Nepali (Nepalese), Norwegian (Norsk), Persian (فارسی), Polish, Punjabi (ਪੰਜਾਬੀ), Romanian, Russian, Slovak, Spanish (Español), Swedish, Thai, Turkish (Türkçe), and Vietnamese.
37
39
 
38
40
  ## Skins (color variations)
39
41
 
@@ -116,6 +118,7 @@ To install:
116
118
  source "https://rubygems.org"
117
119
 
118
120
  gem "github-pages", group: :jekyll_plugins
121
+ gem "jekyll-include-cache", group: :jekyll_plugins
119
122
  ```
120
123
 
121
124
  2. Add `jekyll-include-cache` to the `plugins` array of your `_config.yml`.
@@ -126,7 +129,7 @@ To install:
126
129
  bundle
127
130
  ```
128
131
 
129
- 4. Add `remote_theme: "mmistakes/minimal-mistakes@4.20.1"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
132
+ 4. Add `remote_theme: "mmistakes/minimal-mistakes@4.24.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
130
133
 
131
134
  **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
135
 
@@ -138,11 +141,9 @@ For detailed instructions on how to configure, customize, add/migrate content, a
138
141
 
139
142
  ## Contributing
140
143
 
141
- Having trouble working with the theme? Found a typo in the documentation? Interested in adding a feature or [fixing a bug](https://github.com/mmistakes/minimal-mistakes/issues)? Then by all means [submit an issue](https://github.com/mmistakes/minimal-mistakes/issues/new) or [pull request](https://help.github.com/articles/using-pull-requests/). If this is your first pull request, it may be helpful to read up on the [GitHub Flow](https://guides.github.com/introduction/flow/) first.
144
+ Found a typo in the documentation or interested in [fixing a bug](https://github.com/mmistakes/minimal-mistakes/issues)? Then by all means [submit an issue](https://github.com/mmistakes/minimal-mistakes/issues/new) or [pull request](https://help.github.com/articles/using-pull-requests/). If this is your first pull request, it may be helpful to read up on the [GitHub Flow](https://guides.github.com/introduction/flow/) first.
142
145
 
143
- Minimal Mistakes has been designed as a base for you to customize and fit your site's unique needs. Please keep this in mind when requesting features and/or submitting pull requests. If it's not something that most people will use, I probably won't consider it. When in doubt ask.
144
-
145
- This goes for author sidebar links and "share button" additions -- I have no intention of merging in every possibly option, the essentials are there to get you started :smile:.
146
+ For help with using the theme or general Jekyll support questions, please use the [Jekyll Talk forums](https://talk.jekyllrb.com/).
146
147
 
147
148
  ### Pull Requests
148
149
 
@@ -250,7 +251,7 @@ Smooth Scroll is distributed under the terms of the [MIT License](http://opensou
250
251
 
251
252
  Minimal Mistakes incorporates [Gumshoejs](http://github.com/cferdinandi/gumshoe),
252
253
  Copyright (c) 2019 Chris Ferdinandi.
253
- Smooth Scroll is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
254
+ Gumshoejs is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
254
255
 
255
256
  Minimal Mistakes incorporates [jQuery throttle / debounce](http://benalman.com/projects/jquery-throttle-debounce-plugin/),
256
257
  Copyright (c) 2010 "Cowboy" Ben Alman.
data/_data/ui-text.yml CHANGED
@@ -912,49 +912,52 @@ nl-NL:
912
912
  # ----------
913
913
  id: &DEFAULT_ID
914
914
  skip_links :
915
- skip_primary_nav :
916
- skip_content :
917
- skip_footer :
915
+ skip_primary_nav : "Loncat ke navigasi"
916
+ skip_content : "Loncat ke konten"
917
+ skip_footer : "Loncat ke footer"
918
918
  page : "Halaman"
919
- pagination_previous : "Kembali"
920
- pagination_next : "Maju"
921
- breadcrumb_home_label : "Home"
919
+ pagination_previous : "Sebelumnya"
920
+ pagination_next : "Selanjutnya"
921
+ breadcrumb_home_label : "Beranda"
922
922
  breadcrumb_separator : "/"
923
- menu_label : "Menu Toggle"
924
- search_label :
923
+ menu_label : "Menu"
924
+ search_label : "Pencarian"
925
925
  toc_label : "Pada Halaman Ini"
926
926
  ext_link_label : "Link langsung"
927
927
  less_than : "Kurang dari"
928
- minute_read : "Waktu baca"
929
- share_on_label : "Berbagi di"
928
+ minute_read : "menit baca"
929
+ share_on_label : "Bagikan di"
930
930
  meta_label :
931
- tags_label : "Golongan:"
931
+ tags_label : "Label:"
932
932
  categories_label : "Kategori:"
933
933
  date_label : "Diupdate:"
934
934
  comments_label : "Tinggalkan komentar"
935
935
  comments_title : "Komentar"
936
936
  more_label : "Pelajari lagi"
937
- related_label : "Anda juga akan suka"
937
+ related_label : "Anda mungkin suka"
938
938
  follow_label : "Ikuti:"
939
939
  feed_label : "Feed"
940
940
  powered_by : "Didukung oleh"
941
941
  website_label : "Website"
942
942
  email_label : "Email"
943
- recent_posts : "Posting terbaru"
943
+ recent_posts : "Post terbaru"
944
944
  undefined_wpm : "Parameter terdeskripsi words_per_minute di _config.yml"
945
- comment_form_info : "Email Anda tidak akan dipublish. Kolom yang diperlukan ditandai"
945
+ comment_form_info : "Email Anda tidak akan dipublish. Kolom yang diperlukan ditandai dengan tanda "
946
946
  comment_form_comment_label : "Komentar"
947
- comment_form_md_info : "Markdown disupport."
947
+ comment_form_md_info : "Markdown didukung."
948
948
  comment_form_name_label : "Nama"
949
949
  comment_form_email_label : "Alamat email"
950
950
  comment_form_website_label : "Website (opsional)"
951
- comment_btn_submit : "Submit Komentar"
952
- comment_btn_submitted : "Telah disubmit"
953
- comment_success_msg : "Terimakasih atas komentar Anda! Komentar ini akan tampil setelah disetujui."
954
- comment_error_msg : "Maaf, ada kesalahan pada submisi Anda. Pastikan seluruh kolom sudah dilengkapi dan coba kembali."
955
- loading_label : "Sedang meload..."
956
- search_label_text :
957
- search_algolia_no_results :
951
+ comment_btn_submit : "Kirim Komentar"
952
+ comment_btn_submitted : "Telah dikirim"
953
+ comment_success_msg : "Terimakasih atas komentar Anda! Komentar akan tampil setelah disetujui."
954
+ comment_error_msg : "Maaf, ada kesalahan pada komentar Anda. Pastikan seluruh kolom sudah dilengkapi dan coba kembali."
955
+ loading_label : "Sedang memuat..."
956
+ search_label_text : "Masukkan kata kunci pencarian..."
957
+ search_placeholder_text : "Masukkan kata kunci pencarian..."
958
+ search_algolia_no_results : "Tidak ada hasil"
959
+ results_found : "Hasil pencarian ditemukan"
960
+ back_to_top : "Kembali ke awal"
958
961
  id-ID:
959
962
  <<: *DEFAULT_ID
960
963
 
@@ -972,7 +975,7 @@ vi: &DEFAULT_VI
972
975
  breadcrumb_separator : "/"
973
976
  menu_label : "Menu"
974
977
  search_label : "Tìm kiếm"
975
- toc_label : "Tại trang này"
978
+ toc_label : "Mục lục"
976
979
  ext_link_label : "Đường dẫn trực tiếp"
977
980
  less_than : "chỉ cần"
978
981
  minute_read : "phút để đọc"
@@ -1005,7 +1008,7 @@ vi: &DEFAULT_VI
1005
1008
  loading_label : "Đang tải..."
1006
1009
  search_label_text : "Nhập từ khóa cần tìm..."
1007
1010
  search_placeholder_text : "Nhập từ khóa cần tìm..."
1008
- search_algolia_no_results :
1011
+ search_algolia_no_results : "Không tìm thấy kết quả nào"
1009
1012
  results_found : "Kết quả tìm được"
1010
1013
  back_to_top : "Lên đầu trang"
1011
1014
  vi-VN:
@@ -1794,6 +1797,173 @@ my: &DEFAULT_MY
1794
1797
  my-MM:
1795
1798
  <<: *DEFAULT_MY
1796
1799
 
1800
+ # Norwegian
1801
+ # -------
1802
+ no: &DEFAULT_NO
1803
+ skip_links : "Hopp over lenker"
1804
+ skip_primary_nav : "Gå til primærnavigasjon"
1805
+ skip_content : "Gå til innhold"
1806
+ skip_footer : "Gå til fotnote"
1807
+ page : "Side"
1808
+ pagination_previous : "Forrige"
1809
+ pagination_next : "Neste"
1810
+ breadcrumb_home_label : "Hjem"
1811
+ breadcrumb_separator : "/"
1812
+ menu_label : "Vis/skjul meny"
1813
+ search_label : "Vis/skjul søk"
1814
+ toc_label : "På denne siden"
1815
+ ext_link_label : "Direkte lenke"
1816
+ less_than : "mindre enn"
1817
+ minute_read : "minutters lesing"
1818
+ share_on_label : "Del på"
1819
+ meta_label :
1820
+ tags_label : "Nøkkelord:"
1821
+ categories_label : "Kategorier:"
1822
+ date_label : "Oppdatert:"
1823
+ comments_label : "Skriv en kommentar"
1824
+ comments_title : "Kommentarer"
1825
+ more_label : "Lær mer"
1826
+ related_label : "Du vil kanskje også lese:"
1827
+ follow_label : "Følg:"
1828
+ feed_label : "Feed"
1829
+ powered_by : "Lagd med"
1830
+ website_label : "Nettside"
1831
+ email_label : "E-post"
1832
+ recent_posts : "Nyeste innlegg"
1833
+ undefined_wpm : "Parameteret words_per_minute er ikke definert i _config.yml"
1834
+ comment_form_info : "Din e-postadresse vil ikke bli publisert. Obligatoriske felt er markert"
1835
+ comment_form_comment_label : "Kommentar"
1836
+ comment_form_md_info : "Markdown er støttet"
1837
+ comment_form_name_label : "Navn"
1838
+ comment_form_email_label : "E-postadresse"
1839
+ comment_form_website_label : "Nettside (frivillig)"
1840
+ comment_btn_submit : "Send kommentar"
1841
+ comment_btn_submitted : "Sendt"
1842
+ comment_success_msg : "Takk for din kommentar! Den blir vist på siden så fort den er godkjent"
1843
+ comment_error_msg : "Beklager, noe gikk galt. Sjekk at alle obligatoriska felt er utfylt og prøv igjen"
1844
+ loading_label : "Laster..."
1845
+ search_label_text : "Skriv inn søkeord"
1846
+ search_placeholder_text : "Skriv inn søkeord"
1847
+ search_algolia_no_results : "Ingen treff"
1848
+ results_found : "Treff funnet"
1849
+ back_to_top : "Tillbake til toppen"
1850
+ no-NB:
1851
+ <<: *DEFAULT_NO
1852
+ no-NN:
1853
+ <<: *DEFAULT_NO
1854
+
1855
+ # Hebrew
1856
+ # -------
1857
+ he: &DEFAULT_HE
1858
+ skip_links : "דלגו על קישור"
1859
+ skip_primary_nav : "דלגו לראשי"
1860
+ skip_content : "דלגו לתוכן"
1861
+ skip_footer : "דלגו לתחתית"
1862
+ page : "דף"
1863
+ pagination_previous : "קודם"
1864
+ pagination_next : "הבא"
1865
+ breadcrumb_home_label : "בית"
1866
+ breadcrumb_separator : "/"
1867
+ menu_label : "סגירה/פתיחה של תפריט"
1868
+ search_label : "סגירה/פתיחה של חיפוש"
1869
+ toc_label : "בדף זה"
1870
+ ext_link_label : "קישור ישיר"
1871
+ less_than : "פחות מ"
1872
+ minute_read : "דקת קריאה"
1873
+ share_on_label : "שתפו ב"
1874
+ meta_label :
1875
+ tags_label : "תגיות:"
1876
+ categories_label : "קטגוריות:"
1877
+ date_label : "מעודכן:"
1878
+ comments_label : "השאירו הערה"
1879
+ comments_title : "הערות"
1880
+ more_label : "קראו עוד"
1881
+ related_label : "אולי יעניין אותך גם"
1882
+ follow_label : "עקבו אחרי"
1883
+ feed_label : "פיד"
1884
+ powered_by : "Powered by"
1885
+ website_label : "אתר"
1886
+ email_label : "אימייל"
1887
+ recent_posts : "פוסטים אחרונים"
1888
+ undefined_wpm : "Undefined parameter words_per_minute at _config.yml"
1889
+ comment_form_info : "האימייל שלך נשמר חסוי. שדות חובה מסומנים"
1890
+ comment_form_comment_label : "הערה"
1891
+ comment_form_md_info : "Markdown is supported."
1892
+ comment_form_name_label : "שם"
1893
+ comment_form_email_label : "כתובת אימייל"
1894
+ comment_form_website_label : "אתר (אפשרות)"
1895
+ comment_btn_submit : "שלחו הערה"
1896
+ comment_btn_submitted : "נשלח"
1897
+ comment_success_msg : "תודה על ההערה שלך! היא תופיע באתר ברגע שתאושר."
1898
+ comment_error_msg : "סליחה, קרתה תקלה בשליחה. אנא וודאו שכל השדות מלאים ונסו שנית."
1899
+ loading_label : "טוען..."
1900
+ search_label_text : "מילות חיפוש..."
1901
+ search_placeholder_text : "מילות חיפוש..."
1902
+ search_algolia_no_results : "אין תוצאות"
1903
+ results_found : "תוצאות נמצאו"
1904
+ back_to_top : "חזרה להתחלה"
1905
+ he-IL:
1906
+ <<: *DEFAULT_HE
1907
+
1908
+ # Arabic (عربي)
1909
+ # --------------
1910
+ ar: &DEFAULT_AR
1911
+ skip_links : "تخطي الروابط"
1912
+ skip_primary_nav : "تخطى الى شريط التنقل"
1913
+ skip_content : "الانتقال الى المحتوى"
1914
+ skip_footer : "الانتقال الى ذيل الصفحة"
1915
+ page : "صفحه"
1916
+ pagination_previous : "قبل"
1917
+ pagination_next : "بعد"
1918
+ breadcrumb_home_label : "الرئيس"
1919
+ breadcrumb_separator : "/"
1920
+ menu_label : "الخيارات"
1921
+ search_label : "البحث"
1922
+ toc_label : "على هذه الصفحة"
1923
+ ext_link_label : "رابط مباشر"
1924
+ less_than : "اقل من"
1925
+ minute_read : "دقيقة قرائية"
1926
+ share_on_label : "مشاركة"
1927
+ meta_label :
1928
+ tags_label : "العلامات الوصفية:"
1929
+ categories_label : "الفئات:"
1930
+ date_label : "تم التحديث:"
1931
+ comments_label : "اترك تعليق"
1932
+ comments_title : "التعليقات"
1933
+ more_label : "اقرأ المزيد"
1934
+ related_label : "قد يعجبك أيضا"
1935
+ follow_label : "تابع:"
1936
+ feed_label : "الاخبار - RSS"
1937
+ powered_by : "تم تطوير بواسطة"
1938
+ website_label : "موقع"
1939
+ email_label : "ايميل"
1940
+ recent_posts : "المشاركات الأخيرة"
1941
+ undefined_wpm : "معامل غير معرف في words_per_minute (كلمة في الدقيقة) في ملف _config.yml"
1942
+ comment_form_info : "لن يتم نشر عنوان بريدك الإلكتروني. الحقول المطلوبة إلزامية"
1943
+ comment_form_comment_label : "تعليق"
1944
+ comment_form_md_info : "لغة ال Markdown مدعومة."
1945
+ comment_form_name_label : "الاسم"
1946
+ comment_form_email_label : "البريد الالكتروني"
1947
+ comment_form_website_label : "الموقع (اختياري)"
1948
+ comment_btn_submit : "أضف تعليق"
1949
+ comment_btn_submitted : "تم الإرسال"
1950
+ comment_success_msg : "شكراً على التعليق! سيتم اظهاره عندما يتم موافقة عليه."
1951
+ comment_error_msg : "للأسف, هناك خطأ في المحاولة. الرجاء الحرص على تعبئة جميع الخانات و محاولة مجدداً."
1952
+ loading_label : "جاري التحميل..."
1953
+ search_label_text : "اكتب مصطلح للبحث..."
1954
+ search_placeholder_text : "اكتب مصطلح للبحث..."
1955
+ search_algolia_no_results : "لا توجد نتائج"
1956
+ results_found : "تم إيجاد نتيجة"
1957
+ back_to_top : "الانتقال الى الأعلى"
1958
+ ar-SD:
1959
+ <<: *DEFAULT_AR
1960
+ ar-SA:
1961
+ <<: *DEFAULT_AR
1962
+ ar-AE:
1963
+ <<: *DEFAULT_AR
1964
+ ar-EG:
1965
+ <<: *DEFAULT_AR
1966
+
1797
1967
  # Another locale
1798
1968
  # --------------
1799
1969
  #
@@ -10,7 +10,7 @@
10
10
  {% assign title = post.title %}
11
11
  {% endif %}
12
12
 
13
- <div class="{{ include.type | default: "list" }}__item">
13
+ <div class="{{ include.type | default: 'list' }}__item">
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">
@@ -24,7 +24,7 @@
24
24
  <a href="{{ post.url | relative_url }}" rel="permalink">{{ title }}</a>
25
25
  {% endif %}
26
26
  </h2>
27
- {% include post__meta.html type=include.type %}
27
+ {% include page__meta.html type=include.type %}
28
28
  {% if post.excerpt %}<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify | strip_html | truncate: 160 }}</p>{% endif %}
29
29
  </article>
30
30
  </div>