custom-chirpy 5.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. data/README.md +97 -0
  4. data/_data/assets/cross_origin.yml +62 -0
  5. data/_data/assets/self_host.yml +51 -0
  6. data/_data/authors.yml +17 -0
  7. data/_data/contact.yml +29 -0
  8. data/_data/locales/ar.yml +93 -0
  9. data/_data/locales/bg-BG.yml +83 -0
  10. data/_data/locales/cs-CZ.yml +91 -0
  11. data/_data/locales/de-DE.yml +82 -0
  12. data/_data/locales/el-GR.yml +93 -0
  13. data/_data/locales/en.yml +93 -0
  14. data/_data/locales/es-ES.yml +79 -0
  15. data/_data/locales/fi-FI.yml +92 -0
  16. data/_data/locales/fr-FR.yml +79 -0
  17. data/_data/locales/hu-HU.yml +81 -0
  18. data/_data/locales/id-ID.yml +79 -0
  19. data/_data/locales/it-IT.yml +93 -0
  20. data/_data/locales/ko-KR.yml +86 -0
  21. data/_data/locales/my-MM.yml +79 -0
  22. data/_data/locales/pt-BR.yml +79 -0
  23. data/_data/locales/ru-RU.yml +79 -0
  24. data/_data/locales/tr-TR.yml +79 -0
  25. data/_data/locales/uk-UA.yml +79 -0
  26. data/_data/locales/vi-VN.yml +77 -0
  27. data/_data/locales/zh-CN.yml +85 -0
  28. data/_data/share.yml +25 -0
  29. data/_includes/assets-origin.html +12 -0
  30. data/_includes/comments/disqus.html +54 -0
  31. data/_includes/comments/giscus.html +56 -0
  32. data/_includes/comments/utterances.html +51 -0
  33. data/_includes/comments.html +5 -0
  34. data/_includes/datetime.html +15 -0
  35. data/_includes/embed/twitch.html +4 -0
  36. data/_includes/embed/youtube.html +6 -0
  37. data/_includes/favicons.html +17 -0
  38. data/_includes/footer.html +36 -0
  39. data/_includes/google-analytics.html +14 -0
  40. data/_includes/head.html +115 -0
  41. data/_includes/js-selector.html +99 -0
  42. data/_includes/jsdelivr-combine.html +32 -0
  43. data/_includes/language-alias.html +70 -0
  44. data/_includes/mermaid.html +59 -0
  45. data/_includes/mode-toggle.html +129 -0
  46. data/_includes/no-linenos.html +10 -0
  47. data/_includes/post-nav.html +30 -0
  48. data/_includes/post-paginator.html +88 -0
  49. data/_includes/post-sharing.html +27 -0
  50. data/_includes/read-time.html +30 -0
  51. data/_includes/refactor-content.html +282 -0
  52. data/_includes/related-posts.html +103 -0
  53. data/_includes/search-loader.html +46 -0
  54. data/_includes/search-results.html +11 -0
  55. data/_includes/sidebar.html +106 -0
  56. data/_includes/toc.html +16 -0
  57. data/_includes/topbar.html +70 -0
  58. data/_includes/trending-tags.html +50 -0
  59. data/_includes/update-list.html +40 -0
  60. data/_layouts/archives.html +34 -0
  61. data/_layouts/categories.html +118 -0
  62. data/_layouts/category.html +22 -0
  63. data/_layouts/compress.html +10 -0
  64. data/_layouts/default.html +71 -0
  65. data/_layouts/home.html +94 -0
  66. data/_layouts/page.html +63 -0
  67. data/_layouts/post.html +141 -0
  68. data/_layouts/tag.html +21 -0
  69. data/_layouts/tags.html +23 -0
  70. data/_sass/addon/commons.scss +1731 -0
  71. data/_sass/addon/module.scss +163 -0
  72. data/_sass/addon/syntax.scss +275 -0
  73. data/_sass/addon/variables.scss +30 -0
  74. data/_sass/colors/dark-syntax.scss +87 -0
  75. data/_sass/colors/dark-typography.scss +170 -0
  76. data/_sass/colors/light-syntax.scss +83 -0
  77. data/_sass/colors/light-typography.scss +104 -0
  78. data/_sass/jekyll-theme-chirpy.scss +24 -0
  79. data/_sass/layout/archives.scss +136 -0
  80. data/_sass/layout/categories.scss +66 -0
  81. data/_sass/layout/category-tag.scss +73 -0
  82. data/_sass/layout/home.scss +178 -0
  83. data/_sass/layout/post.scss +378 -0
  84. data/_sass/layout/tags.scss +19 -0
  85. data/_sass/variables-hook.scss +3 -0
  86. data/assets/404.html +14 -0
  87. data/assets/css/style.scss +12 -0
  88. data/assets/feed.xml +61 -0
  89. data/assets/img/favicons/android-chrome-192x192.png +0 -0
  90. data/assets/img/favicons/android-chrome-512x512.png +0 -0
  91. data/assets/img/favicons/apple-touch-icon.png +0 -0
  92. data/assets/img/favicons/browserconfig.xml +13 -0
  93. data/assets/img/favicons/favicon-16x16.png +0 -0
  94. data/assets/img/favicons/favicon-32x32.png +0 -0
  95. data/assets/img/favicons/favicon.ico +0 -0
  96. data/assets/img/favicons/mstile-150x150.png +0 -0
  97. data/assets/img/favicons/site.webmanifest +26 -0
  98. data/assets/js/data/search.json +20 -0
  99. data/assets/js/data/swcache.js +54 -0
  100. data/assets/js/dist/categories.min.js +6 -0
  101. data/assets/js/dist/commons.min.js +6 -0
  102. data/assets/js/dist/home.min.js +6 -0
  103. data/assets/js/dist/misc.min.js +6 -0
  104. data/assets/js/dist/page.min.js +6 -0
  105. data/assets/js/dist/post.min.js +6 -0
  106. data/assets/js/dist/pvreport.min.js +6 -0
  107. data/assets/js/pwa/app.js +47 -0
  108. data/assets/js/pwa/sw.js +90 -0
  109. data/assets/js/pwa/unregister.js +12 -0
  110. data/assets/robots.txt +10 -0
  111. metadata +236 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a4c6c67ba9b80dcf78d8746a80672619999a1cb8d0cf54ecb0aed76773487f9c
4
+ data.tar.gz: 82fdf765f9d6c70e6b02e8c6d6eeb3b7f61dd7b03eb8d77a298e7bbb99e7a2b6
5
+ SHA512:
6
+ metadata.gz: f4ac892f2a5f76cba81c3d65cb32a429a5a71c1a8ee9dd22ee46f5e9f6c2a10a26621148b48febf427234e2ccd0d370258a9c021a925eae22adea1bf45c75050
7
+ data.tar.gz: 6355b7049020d94e8bb19c9b2080d7cdfd47e719292359aeac0efcf5348d857a91ef1b0760b8e54d1c9fbdd874b65484f7c66a9067c7c822fedd27e6bf58277c
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 Cotes Chung
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,97 @@
1
+ <div align="center">
2
+
3
+ # Chirpy Jekyll Theme
4
+
5
+ A minimal, responsive and feature-rich Jekyll theme for technical writing.
6
+
7
+ [![Gem Version](https://img.shields.io/gem/v/jekyll-theme-chirpy?color=brightgreen)](https://rubygems.org/gems/jekyll-theme-chirpy)
8
+ [![CI](https://github.com/cotes2020/jekyll-theme-chirpy/actions/workflows/ci.yml/badge.svg)](https://github.com/cotes2020/jekyll-theme-chirpy/actions/workflows/ci.yml)
9
+ [![Codacy Badge](https://app.codacy.com/project/badge/Grade/4e556876a3c54d5e8f2d2857c4f43894)](https://www.codacy.com/gh/cotes2020/jekyll-theme-chirpy/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=cotes2020/jekyll-theme-chirpy&amp;utm_campaign=Badge_Grade)
10
+ [![GitHub license](https://img.shields.io/github/license/cotes2020/jekyll-theme-chirpy.svg)](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/LICENSE)
11
+ [![996.icu](https://img.shields.io/badge/link-996.icu-%23FF4D5B.svg)](https://996.icu)
12
+
13
+ [**Live Demo →**][demo]
14
+
15
+ [![Devices Mockup](https://chirpy-img.netlify.app/commons/devices-mockup.png)][demo]
16
+
17
+ </div>
18
+
19
+ ## Features
20
+
21
+ <details>
22
+ <summary>
23
+ <i>Click to check out the features</i>
24
+ </summary>
25
+ <p>
26
+
27
+ - Dark/Light Theme Mode
28
+ - Localized UI language
29
+ - Pinned Posts
30
+ - Hierarchical Categories
31
+ - Trending Tags
32
+ - Table of Contents
33
+ - Last Modified Date of Posts
34
+ - Syntax Highlighting
35
+ - Mathematical Expressions
36
+ - Mermaid Diagram & Flowchart
37
+ - Dark/Light Mode Images
38
+ - Embed Videos
39
+ - Disqus/Utterances/Giscus Comments
40
+ - Search
41
+ - Atom Feeds
42
+ - Google Analytics
43
+ - Page Views Reporting
44
+ - SEO & Performance Optimization
45
+
46
+ </p>
47
+ </details>
48
+
49
+ ## Documentation
50
+
51
+ To explore usage, development, and upgrade guide of the project, please refer to
52
+ the [Wiki][wiki].
53
+
54
+ ## Contributing
55
+
56
+ Welcome to report bugs, help improve the code or submit new features.
57
+ For more information, please see the ["Contributing Guidelines"][contribute-guide].
58
+
59
+ ## Credits
60
+
61
+ This theme is mainly built with [Jekyll][jekyllrb] ecosystem,
62
+ [Bootstrap][bootstrap], [Font Awesome][icons] and some other [wonderful tools][lib].
63
+ The avatar and favicon design come from [Clipart Max][image].
64
+
65
+ Thanks to all the [contributors][contributors]. Also, folks who submitted issues
66
+ or unmerged PRs should not be forgotten. Because they reported bugs, shared ideas,
67
+ or inspired me to write more readable documentation.
68
+
69
+ Last but not least, thanks to [JetBrains][jetbrains] for providing the
70
+ _Open Source Development_ license.
71
+
72
+ ## Sponsoring
73
+
74
+ If you would like to sponsor this project, the following options are available.
75
+
76
+ [![Ko-fi](https://img.shields.io/badge/-Buy%20Me%20a%20Coffee-ff5f5f?logo=ko-fi&logoColor=white)](https://ko-fi.com/coteschung)
77
+ [![Wechat Pay](https://img.shields.io/badge/-Tip%20Me%20on%20WeChat-brightgreen?logo=wechat&logoColor=white)][donation]
78
+ [![Alipay](https://img.shields.io/badge/-Tip%20Me%20on%20Alipay-blue?logo=alipay&logoColor=white)][donation]
79
+
80
+ ## License
81
+
82
+ This work is published under [MIT][mit] License.
83
+
84
+ <!-- ReadMe links -->
85
+
86
+ [jekyllrb]: https://jekyllrb.com/
87
+ [bootstrap]: https://getbootstrap.com/
88
+ [icons]: https://fontawesome.com/
89
+ [image]: https://www.clipartmax.com/middle/m2i8b1m2K9Z5m2K9_ant-clipart-childrens-ant-cute/
90
+ [demo]: https://cotes2020.github.io/chirpy-demo/
91
+ [wiki]: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
92
+ [contribute-guide]: https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/.github/CONTRIBUTING.md
93
+ [contributors]: https://github.com/cotes2020/jekyll-theme-chirpy/graphs/contributors
94
+ [lib]: https://github.com/cotes2020/chirpy-static-assets
95
+ [jetbrains]: https://www.jetbrains.com/?from=jekyll-theme-chirpy
96
+ [donation]: https://sponsor.cotes.page/
97
+ [mit]: https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/LICENSE
@@ -0,0 +1,62 @@
1
+ # CDNs
2
+
3
+ cdns:
4
+ # Google Fonts
5
+ - url: https://fonts.googleapis.com
6
+ - url: https://fonts.gstatic.com
7
+ args: crossorigin
8
+ - url: https://fonts.googleapis.com
9
+ # jsDelivr CDN
10
+ - url: https://cdn.jsdelivr.net
11
+
12
+ # fonts
13
+
14
+ webfonts: https://fonts.googleapis.com/css2?family=Lato&family=Source+Sans+Pro:wght@400;600;700;900&display=swap
15
+
16
+ # Libraries
17
+
18
+ jquery:
19
+ js: https://cdn.jsdelivr.net/npm/jquery@3.6.1/dist/jquery.min.js
20
+
21
+ bootstrap:
22
+ css: https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css
23
+ js: https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js
24
+
25
+ bootstrap-toc:
26
+ css: https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc@1.0.1/dist/bootstrap-toc.min.css
27
+ js: https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc@1.0.1/dist/bootstrap-toc.min.js
28
+
29
+ fontawesome:
30
+ css: https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.1/css/all.min.css
31
+
32
+ search:
33
+ js: https://cdn.jsdelivr.net/npm/simple-jekyll-search@1.10.0/dest/simple-jekyll-search.min.js
34
+
35
+ mermaid:
36
+ js: https://cdn.jsdelivr.net/npm/mermaid@9.2.2/dist/mermaid.min.js
37
+
38
+ dayjs:
39
+ js:
40
+ common: https://cdn.jsdelivr.net/npm/dayjs@1.11.6/dayjs.min.js
41
+ locale: https://cdn.jsdelivr.net/npm/dayjs@1.11.6/locale/:LOCALE.min.js
42
+ relativeTime: https://cdn.jsdelivr.net/npm/dayjs@1.11.6/plugin/relativeTime.min.js
43
+ localizedFormat: https://cdn.jsdelivr.net/npm/dayjs@1.11.6/plugin/localizedFormat.min.js
44
+
45
+ countup:
46
+ js: https://cdn.jsdelivr.net/npm/countup.js@1.9.3/dist/countUp.min.js
47
+
48
+ magnific-popup:
49
+ css: https://cdn.jsdelivr.net/npm/magnific-popup@1.1.0/dist/magnific-popup.min.css
50
+ js: https://cdn.jsdelivr.net/npm/magnific-popup@1.1.0/dist/jquery.magnific-popup.min.js
51
+
52
+ lazysizes:
53
+ js: https://cdn.jsdelivr.net/npm/lazysizes@5.3.2/lazysizes.min.js
54
+
55
+ clipboard:
56
+ js: https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js
57
+
58
+ polyfill:
59
+ js: https://polyfill.io/v3/polyfill.min.js?features=es6
60
+
61
+ mathjax:
62
+ js: https://cdn.jsdelivr.net/npm/mathjax@3.2.2/es5/tex-chtml.js
@@ -0,0 +1,51 @@
1
+ # fonts
2
+
3
+ webfonts: /assets/lib/fonts/main.css
4
+
5
+ # Libraries
6
+
7
+ jquery:
8
+ js: /assets/lib/jquery-3.6.0/jquery.min.js
9
+
10
+ bootstrap:
11
+ css: /assets/lib/bootstrap-4.6.1/bootstrap.min.css
12
+ js: /assets/lib/bootstrap-4.6.1/bootstrap.bundle.min.js
13
+
14
+ bootstrap-toc:
15
+ css: /assets/lib/bootstrap-toc-1.0.1/bootstrap-toc.min.css
16
+ js: /assets/lib/bootstrap-toc-1.0.1/bootstrap-toc.min.js
17
+
18
+ fontawesome:
19
+ css: /assets/lib/fontawesome-free-6.2.1/css/all.min.css
20
+
21
+ search:
22
+ js: /assets/lib/simple-jekyll-search-1.10.0/simple-jekyll-search.min.js
23
+
24
+ mermaid:
25
+ js: /assets/lib/mermaid-9.1.7/mermaid.min.js
26
+
27
+ dayjs:
28
+ js:
29
+ common: /assets/lib/dayjs-1.10.7/dayjs.min.js
30
+ locale: /assets/lib/dayjs-1.10.7/locale/en.min.js
31
+ relativeTime: /assets/lib/dayjs-1.10.7/plugin/relativeTime.min.js
32
+ localizedFormat: /assets/lib/dayjs-1.10.7/plugin/localizedFormat.min.js
33
+
34
+ countup:
35
+ js: /assets/lib/countup.js-1.9.3/countUp.min.js
36
+
37
+ magnific-popup:
38
+ css: /assets/lib/magnific-popup-1.1.0/magnific-popup.css
39
+ js: /assets/lib/magnific-popup-1.1.0/jquery.magnific-popup.min.js
40
+
41
+ lazysizes:
42
+ js: /assets/lib/lazysizes-5.3.2/lazysizes.min.js
43
+
44
+ clipboard:
45
+ js: /assets/lib/clipboard-2.0.9/clipboard.min.js
46
+
47
+ polyfill:
48
+ js: /assets/lib/polyfill-v3-es6/polyfill.min.js
49
+
50
+ mathjax:
51
+ js: /assets/lib/mathjax-3.2.0/tex-chtml.js
data/_data/authors.yml ADDED
@@ -0,0 +1,17 @@
1
+ ## Template › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/advanced-usage.md#setting-author-url
2
+ # -------------------------------------
3
+ # {author_id}:
4
+ # name: {full name}
5
+ # twitter: {twitter_of_author}
6
+ # url: {homepage_of_author}
7
+ # -------------------------------------
8
+
9
+ cotes:
10
+ name: Cotes Chung
11
+ twitter: cotes2020
12
+ url: https://github.com/cotes2020/
13
+
14
+ sille_bille:
15
+ name: Dinesh Prasanth Moluguwan Krishnamoorthy
16
+ twitter: dinesh_MKD
17
+ url: https://github.com/SilleBille/
data/_data/contact.yml ADDED
@@ -0,0 +1,29 @@
1
+ # The contact options.
2
+
3
+ - type: github
4
+ icon: 'fab fa-github'
5
+
6
+ - type: twitter
7
+ icon: 'fab fa-twitter'
8
+
9
+ - type: email
10
+ icon: 'fas fa-envelope'
11
+ noblank: true # open link in current tab
12
+
13
+ - type: rss
14
+ icon: 'fas fa-rss'
15
+ noblank: true
16
+
17
+ # Uncomment and complete the url below to enable more contact options
18
+ #
19
+ # - type: mastodon
20
+ # icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
21
+ # url: '' # Fill with your Mastodon account page, rel="me" will be applied for verification
22
+ #
23
+ # - type: linkedin
24
+ # icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
25
+ # url: '' # Fill with your Linkedin homepage
26
+ #
27
+ # - type: stack-overflow
28
+ # icon: 'fab fa-stack-overflow'
29
+ # url: '' # Fill with your stackoverflow homepage
@@ -0,0 +1,93 @@
1
+ # The layout text of site
2
+
3
+ # ----- Commons label -----
4
+
5
+ layout:
6
+ post: منشور
7
+ category: فئة
8
+ tag: وسم
9
+
10
+ # The tabs of sidebar
11
+ tabs:
12
+ # format: <filename_without_extension>: <value>
13
+ home: الرئيسية
14
+ categories: الفئات
15
+ tags: الوسوم
16
+ archives: الأرشيف
17
+ about: حول
18
+
19
+ # the text displayed in the search bar & search results
20
+ search:
21
+ hint: بحث
22
+ cancel: إلغاء
23
+ no_results: نأسف! لا يوجد نتائج.
24
+
25
+ panel:
26
+ lastmod: المحدثة مؤخرا
27
+ trending_tags: الوسوم الشائعة
28
+ toc: محتويات
29
+
30
+ copyright:
31
+ # Shown at the bottom of the post
32
+ license:
33
+ template: هذا المنشور تحت ترخيص :LICENSE_NAME بواسطة المؤلف.
34
+ name: CC BY 4.0
35
+ link: https://creativecommons.org/licenses/by/4.0/
36
+
37
+ # Displayed in the footer
38
+ brief: بعض الحقوق محفوظة.
39
+ verbose: >-
40
+ ما لم يذكر خلاف ذلك ، يتم ترخيص منشورات المدونة على هذا الموقع
41
+ بموجب ترخيص Creative Commons Attribution 4.0 International (CC BY 4.0) من قبل المؤلف.
42
+
43
+ meta: باستخدام :PLATFORM السمة :THEME.
44
+
45
+ not_found:
46
+ statment: عذرا, الرابط التالي غير صالح أو انه يشير إلى صفحة غير موجودة.
47
+
48
+ notification:
49
+ update_found: يتوفر اصدار جديد للمحتوى.
50
+ update: تحديث
51
+
52
+ # ----- Posts related labels -----
53
+
54
+ post:
55
+ written_by: بواسطة
56
+ posted: نشّر
57
+ updated: حدّث
58
+ words: كلمات
59
+ pageview_measure: مشاهدات
60
+ read_time:
61
+ unit: دقيقة
62
+ prompt: قراءة
63
+ relate_posts: إقرأ المزيد
64
+ share: شارك
65
+ button:
66
+ next: الأجدد
67
+ previous: الأقدم
68
+ copy_code:
69
+ succeed: تم النسخ!
70
+ share_link:
71
+ title: أنسخ الرابط
72
+ succeed: تم نسخ الرابط بنجاح!
73
+ # pinned prompt of posts list on homepage
74
+ pin_prompt: مثبت
75
+
76
+ # Date time format.
77
+ # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
78
+ df:
79
+ post:
80
+ strftime: '%b %e, %Y'
81
+ dayjs: 'll'
82
+ archives:
83
+ strftime: '%b'
84
+ dayjs: 'MMM'
85
+
86
+ # categories page
87
+ categories:
88
+ category_measure:
89
+ singular: فئة
90
+ plural: فئات
91
+ post_measure:
92
+ singular: منشور
93
+ plural: منشورات
@@ -0,0 +1,83 @@
1
+ # The layout text of site
2
+
3
+ # ----- Commons label -----
4
+
5
+ layout:
6
+ post: Публикация
7
+ category: Категория
8
+ tag: Таг
9
+
10
+ # The tabs of sidebar
11
+ tabs:
12
+ # format: <filename_without_extension>: <value>
13
+ home: Начало
14
+ categories: Категории
15
+ tags: Тагове
16
+ archives: Архив
17
+ about: За мен
18
+
19
+ # the text displayed in the search bar & search results
20
+ search:
21
+ hint: търси
22
+ cancel: Отмени
23
+ no_results: Упс! Не са намерени резултати.
24
+
25
+ panel:
26
+ lastmod: Наскоро обновени
27
+ trending_tags: Популярни тагове
28
+ toc: Съдържание
29
+
30
+ copyright:
31
+ # Shown at the bottom of the post
32
+ license:
33
+ template: Тази публикация е лицензирана под :LICENSE_NAME от автора.
34
+ name: CC BY 4.0
35
+ link: https://creativecommons.org/licenses/by/4.0/
36
+
37
+ # Displayed in the footer
38
+ brief: Някои права запазени.
39
+ verbose: >-
40
+ Освен ако не е посочено друго, публикациите в блога на този сайт са лицензирани
41
+ под лиценза Creative Commons Attribution 4.0 (CC BY 4.0) от автора.
42
+
43
+ meta: Създадено чрез :PLATFORM и :THEME тема.
44
+
45
+ not_found:
46
+ statment: Съжалявам, но на този URL адрес няма налично съдържание.
47
+
48
+ notification:
49
+ update_found: Налична е нова версия на съдържанието.
50
+ update: Обнови
51
+
52
+ # ----- Posts related labels -----
53
+
54
+ post:
55
+ written_by: Автор
56
+ posted: Публикувана
57
+ updated: Обновена
58
+ words: думи
59
+ pageview_measure: преглеждания
60
+ read_time:
61
+ unit: мин
62
+ prompt: четиво
63
+ relate_posts: Още за четене
64
+ share: Споделете
65
+ button:
66
+ next: По-нови
67
+ previous: По-стари
68
+ copy_code:
69
+ succeed: Копирано!
70
+ share_link:
71
+ title: Копирай линк
72
+ succeed: Линкът е копиран успешно!
73
+ # pinned prompt of posts list on homepage
74
+ pin_prompt: Прикрепенa
75
+
76
+ # categories page
77
+ categories:
78
+ category_measure:
79
+ singular: категория
80
+ plural: категории
81
+ post_measure:
82
+ singular: публикация
83
+ plural: публикации
@@ -0,0 +1,91 @@
1
+ # The layout text of site
2
+
3
+ # ----- Commons label -----
4
+
5
+ layout:
6
+ post: Příspěvek
7
+ category: Kategorie
8
+ tag: Štítek
9
+
10
+ # The tabs of sidebar
11
+ tabs:
12
+ # format: <filename_without_extension>: <value>
13
+ home: Domů
14
+ categories: Kategorie
15
+ tags: Štítky
16
+ archives: Archivy
17
+ about: O mně
18
+
19
+ # the text displayed in the search bar & search results
20
+ search:
21
+ hint: hledat
22
+ cancel: Zrušit
23
+ no_results: Ups! Žádný výsledek nenalezen.
24
+
25
+ panel:
26
+ lastmod: Nedávno aktualizováno
27
+ trending_tags: Trendy štítky
28
+ toc: Obsah
29
+
30
+ copyright:
31
+ # Shown at the bottom of the post
32
+ license:
33
+ template: Tento příspěvek je licencován pod :LICENSE_NAME autorem.
34
+ name: CC BY 4.0
35
+ link: https://creativecommons.org/licenses/by/4.0/
36
+
37
+ # Displayed in the footer
38
+ brief: Některá práva vyhrazena.
39
+ verbose: >-
40
+ Pokud není uvedeno jinak, jsou příspěvky na tomto webu licencovány
41
+ pod licencí Creative Commons Attribution 4.0 International (CC BY 4.0) Licence autora.
42
+
43
+ meta: Použití :PLATFORM s motivem :THEME.
44
+
45
+ not_found:
46
+ statment: Omlouváme se, adresu URL jsme špatně umístili nebo odkazuje na něco, co neexistuje.
47
+
48
+ notification:
49
+ update_found: Je k dispozici nová verze obsahu.
50
+ update: Aktualizace
51
+
52
+ # ----- Posts related labels -----
53
+
54
+ post:
55
+ written_by: Od
56
+ posted: Zveřejněno
57
+ updated: Aktualizováno
58
+ words: slova
59
+ pageview_measure: zhlednutí
60
+ read_time:
61
+ unit: minut
62
+ prompt: čtení
63
+ relate_posts: Další čtení
64
+ share: Sdílet
65
+ button:
66
+ next: Novější
67
+ previous: Starší
68
+ copy_code:
69
+ succeed: Zkopírováno!
70
+ share_link:
71
+ title: Kopírovat odkaz
72
+ succeed: Zkopírováno!
73
+ # pinned prompt of posts list on homepage
74
+ pin_prompt: Připnuto
75
+
76
+ # Date time format.
77
+ # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
78
+ df:
79
+ post:
80
+ strftime: '%b %e, %Y'
81
+ dayjs: 'll'
82
+ archives:
83
+ strftime: '%b'
84
+ dayjs: 'MMM'
85
+
86
+ # categories page
87
+ categories:
88
+ category_measure: kategorie
89
+ post_measure:
90
+ singular: příspěvěk
91
+ plural: příspěvky
@@ -0,0 +1,82 @@
1
+ # The layout text of site
2
+
3
+ # ----- Commons label -----
4
+
5
+ layout:
6
+ post: Eintrag
7
+ category: Kategorie
8
+ tag: Tag
9
+
10
+ # The tabs of sidebar
11
+ tabs:
12
+ # format: <filename_without_extension>: <value>
13
+ home: Startseite
14
+ categories: Kategorien
15
+ tags: Tags
16
+ archives: Archiv
17
+ about: Über
18
+
19
+ # the text displayed in the search bar & search results
20
+ search:
21
+ hint: Suche
22
+ cancel: Abbrechen
23
+ no_results: Ups! Keine Einträge gefunden.
24
+
25
+ panel:
26
+ lastmod: Kürzlich aktualisiert
27
+ trending_tags: Beliebte Tags
28
+ toc: Inhalt
29
+
30
+ copyright:
31
+ # Shown at the bottom of the post
32
+ license:
33
+ template: Dieser Eintrag ist vom Autor unter :LICENSE_NAME lizensiert.
34
+ name: CC BY 4.0
35
+ link: https://creativecommons.org/licenses/by/4.0/
36
+
37
+ # Displayed in the footer
38
+ brief: Einige Rechte vorbehalten.
39
+ verbose: >-
40
+ Alle Einträge auf dieser Seite stehen, soweit nicht anders angegeben, unter der Lizenz Creative Commons Attribution 4.0 (CC BY 4.0).
41
+
42
+ meta: Powered by :PLATFORM with :THEME theme.
43
+
44
+ not_found:
45
+ statment: Entschuldigung, dieser Link verweist auf keine vorhandene Ressource.
46
+
47
+ notification:
48
+ update_found: Eine neue Version ist verfügbar.
49
+ update: Neue Version
50
+
51
+ # ----- Posts related labels -----
52
+
53
+ post:
54
+ written_by: Von
55
+ posted: Veröffentlicht
56
+ updated: Aktualisiert
57
+ words: Wörter
58
+ pageview_measure: Aufrufe
59
+ read_time:
60
+ unit: Minuten
61
+ prompt: lesen
62
+ relate_posts: Weiterlesen
63
+ share: Teilen
64
+ button:
65
+ next: Nächster Eintrag
66
+ previous: Eintrag vorher
67
+ copy_code:
68
+ succeed: Kopiert!
69
+ share_link:
70
+ title: Link kopieren
71
+ succeed: Link erfolgreich kopiert!
72
+ # pinned prompt of posts list on homepage
73
+ pin_prompt: Angepinnt
74
+
75
+ # categories page
76
+ categories:
77
+ category_measure:
78
+ singular: Kategorie
79
+ plural: Kategorien
80
+ post_measure:
81
+ singular: Eintrag
82
+ plural: Einträge