jekyll-theme-resuchirp 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. data/README.md +94 -0
  4. data/_data/authors.yml +17 -0
  5. data/_data/contact.yml +28 -0
  6. data/_data/locales/ar.yml +91 -0
  7. data/_data/locales/bg-BG.yml +81 -0
  8. data/_data/locales/cs-CZ.yml +89 -0
  9. data/_data/locales/de-DE.yml +80 -0
  10. data/_data/locales/el-GR.yml +91 -0
  11. data/_data/locales/en.yml +91 -0
  12. data/_data/locales/es-ES.yml +77 -0
  13. data/_data/locales/fi-FI.yml +90 -0
  14. data/_data/locales/fr-FR.yml +77 -0
  15. data/_data/locales/hu-HU.yml +79 -0
  16. data/_data/locales/id-ID.yml +77 -0
  17. data/_data/locales/it-IT.yml +90 -0
  18. data/_data/locales/ko-KR.yml +84 -0
  19. data/_data/locales/my-MM.yml +77 -0
  20. data/_data/locales/pt-BR.yml +77 -0
  21. data/_data/locales/ru-RU.yml +77 -0
  22. data/_data/locales/sl-SI.yml +91 -0
  23. data/_data/locales/sv-SE.yml +91 -0
  24. data/_data/locales/th.yml +91 -0
  25. data/_data/locales/tr-TR.yml +77 -0
  26. data/_data/locales/uk-UA.yml +77 -0
  27. data/_data/locales/vi-VN.yml +76 -0
  28. data/_data/locales/zh-CN.yml +83 -0
  29. data/_data/locales/zh-TW.yml +83 -0
  30. data/_data/origin/basic.yml +48 -0
  31. data/_data/origin/cors.yml +59 -0
  32. data/_data/share.yml +25 -0
  33. data/_includes/comments/disqus.html +49 -0
  34. data/_includes/comments/giscus.html +64 -0
  35. data/_includes/comments/utterances.html +51 -0
  36. data/_includes/comments.html +5 -0
  37. data/_includes/datetime.html +19 -0
  38. data/_includes/embed/twitch.html +4 -0
  39. data/_includes/embed/youtube.html +6 -0
  40. data/_includes/favicons.html +17 -0
  41. data/_includes/footer.html +34 -0
  42. data/_includes/google-analytics.html +14 -0
  43. data/_includes/head.html +95 -0
  44. data/_includes/js-selector.html +106 -0
  45. data/_includes/jsdelivr-combine.html +26 -0
  46. data/_includes/lang.html +8 -0
  47. data/_includes/language-alias.html +70 -0
  48. data/_includes/mermaid.html +58 -0
  49. data/_includes/metadata-hook.html +1 -0
  50. data/_includes/mode-toggle.html +143 -0
  51. data/_includes/no-linenos.html +10 -0
  52. data/_includes/origin-type.html +13 -0
  53. data/_includes/post-nav.html +37 -0
  54. data/_includes/post-paginator.html +89 -0
  55. data/_includes/post-sharing.html +37 -0
  56. data/_includes/read-time.html +37 -0
  57. data/_includes/refactor-content.html +286 -0
  58. data/_includes/related-posts.html +97 -0
  59. data/_includes/search-loader.html +45 -0
  60. data/_includes/search-results.html +10 -0
  61. data/_includes/sidebar.html +104 -0
  62. data/_includes/toc.html +13 -0
  63. data/_includes/topbar.html +70 -0
  64. data/_includes/trending-tags.html +46 -0
  65. data/_includes/update-list.html +39 -0
  66. data/_layouts/archives.html +36 -0
  67. data/_layouts/categories.html +138 -0
  68. data/_layouts/category.html +24 -0
  69. data/_layouts/compress.html +10 -0
  70. data/_layouts/default.html +76 -0
  71. data/_layouts/home.html +110 -0
  72. data/_layouts/page.html +68 -0
  73. data/_layouts/post.html +133 -0
  74. data/_layouts/tag.html +23 -0
  75. data/_layouts/tags.html +22 -0
  76. data/_sass/addon/commons.scss +1578 -0
  77. data/_sass/addon/module.scss +178 -0
  78. data/_sass/addon/syntax.scss +271 -0
  79. data/_sass/addon/variables.scss +27 -0
  80. data/_sass/colors/dark-syntax.scss +87 -0
  81. data/_sass/colors/dark-typography.scss +151 -0
  82. data/_sass/colors/light-syntax.scss +84 -0
  83. data/_sass/colors/light-typography.scss +109 -0
  84. data/_sass/jekyll-theme-chirpy.scss +19 -0
  85. data/_sass/layout/archives.scss +144 -0
  86. data/_sass/layout/categories.scss +83 -0
  87. data/_sass/layout/category-tag.scss +77 -0
  88. data/_sass/layout/home.scss +219 -0
  89. data/_sass/layout/post.scss +414 -0
  90. data/_sass/layout/tags.scss +19 -0
  91. data/_sass/variables-hook.scss +3 -0
  92. data/assets/404.html +16 -0
  93. data/assets/css/style.scss +6 -0
  94. data/assets/feed.xml +61 -0
  95. data/assets/img/favicons/android-chrome-192x192.png +0 -0
  96. data/assets/img/favicons/android-chrome-512x512.png +0 -0
  97. data/assets/img/favicons/apple-touch-icon.png +0 -0
  98. data/assets/img/favicons/browserconfig.xml +13 -0
  99. data/assets/img/favicons/favicon-16x16.png +0 -0
  100. data/assets/img/favicons/favicon-32x32.png +0 -0
  101. data/assets/img/favicons/favicon.ico +0 -0
  102. data/assets/img/favicons/mstile-150x150.png +0 -0
  103. data/assets/img/favicons/site.webmanifest +26 -0
  104. data/assets/js/data/search.json +20 -0
  105. data/assets/js/data/swcache.js +50 -0
  106. data/assets/js/pwa/app.js +47 -0
  107. data/assets/js/pwa/sw.js +90 -0
  108. data/assets/js/pwa/unregister.js +12 -0
  109. data/assets/robots.txt +10 -0
  110. metadata +255 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 002f0024d5fe2172fa36df368215c0d27f64a7d2b800812e83f799431c6f7f76
4
+ data.tar.gz: 96bf60eaffc08dca4d3daff9458676a813b6c9c3c372b4a70633dd682486b4f8
5
+ SHA512:
6
+ metadata.gz: af4ff248a5e7a546ec8308fff2e66dbca197adc69e8a6af57d1a50fcbd85ee2cc98cdfe6b4ebf6943058605db91a6a5ad342c38cca98915b6b3ca04faca2f120
7
+ data.tar.gz: 28b616e43a6807c110453c20eaa13cabbbe7bd52b22100064ec9006684d37cdba0e1f66a4d679dafc6a929326cce434f5fe1e17778104578e89f326c55038ff4
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,94 @@
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-resuchirp?color=brightgreen)](https://rubygems.org/gems/jekyll-theme-resuchirp)
8
+ [![CI](https://github.com/lilacnight/jekyll-theme-resuchirp/actions/workflows/ci.yml/badge.svg)](https://github.com/lilacnight/jekyll-theme-resuchirp/actions/workflows/ci.yml)
9
+ [![Codacy Badge](https://app.codacy.com/project/badge/Grade/4e556876a3c54d5e8f2d2857c4f43894)](https://www.codacy.com/gh/lilacnight/jekyll-theme-resuchirp/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=lilacnight/jekyll-theme-resuchirp&amp;utm_campaign=Badge_Grade)
10
+ [![GitHub license](https://img.shields.io/github/license/lilacnight/jekyll-theme-resuchirp.svg)](https://github.com/lilacnight/jekyll-theme-resuchirp/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 view 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
+ - SEO & Performance Optimization
44
+
45
+ </p>
46
+ </details>
47
+
48
+ ## Documentation
49
+
50
+ To explore usage, development, and upgrade guide of the project, please refer to
51
+ the [Wiki][wiki].
52
+
53
+ ## Contributing
54
+
55
+ Welcome to report bugs, help improve the code or submit new features.
56
+ For more information, please see the ["Contributing Guidelines"][contribute-guide].
57
+
58
+ ## Credits
59
+
60
+ This theme is mainly built with [Jekyll][jekyllrb] ecosystem,
61
+ [Bootstrap][bootstrap], [Font Awesome][icons] and some other [wonderful tools][lib].
62
+ The avatar and favicon design come from [Clipart Max][image].
63
+
64
+ Thanks to all the [contributors][contributors]. Also, folks who submitted issues
65
+ or unmerged PRs should not be forgotten. Because they reported bugs, shared ideas,
66
+ or inspired me to write more readable documentation.
67
+
68
+ Last but not least, thanks to [JetBrains][jetbrains] for providing the
69
+ _Open Source Development_ license.
70
+
71
+ ## Sponsoring
72
+
73
+ If you'd like to sponsor this project, the following options are available.
74
+
75
+ [![Ko-fi](https://img.shields.io/badge/-Buy%20Me%20a%20Coffee-ff5f5f?logo=ko-fi&logoColor=white)](https://ko-fi.com/coteschung)
76
+ [![Wechat Pay](https://img.shields.io/badge/-Tip%20Me%20on%20WeChat-brightgreen?logo=wechat&logoColor=white)][donation]
77
+ [![Alipay](https://img.shields.io/badge/-Tip%20Me%20on%20Alipay-blue?logo=alipay&logoColor=white)][donation]
78
+
79
+ ## License
80
+
81
+ This work is published under [MIT][mit] License.
82
+
83
+ [jekyllrb]: https://jekyllrb.com/
84
+ [bootstrap]: https://getbootstrap.com/
85
+ [icons]: https://fontawesome.com/
86
+ [image]: https://www.clipartmax.com/middle/m2i8b1m2K9Z5m2K9_ant-clipart-childrens-ant-cute/
87
+ [demo]: https://lilacnight.github.io/chirpy-demo/
88
+ [wiki]: https://github.com/lilacnight/jekyll-theme-resuchirp/wiki
89
+ [contribute-guide]: https://github.com/lilacnight/jekyll-theme-resuchirp/blob/master/.github/CONTRIBUTING.md
90
+ [contributors]: https://github.com/lilacnight/jekyll-theme-resuchirp/graphs/contributors
91
+ [lib]: https://github.com/lilacnight/chirpy-static-assets
92
+ [jetbrains]: https://www.jetbrains.com/?from=jekyll-theme-resuchirp
93
+ [donation]: https://sponsor.cotes.page/
94
+ [mit]: https://github.com/lilacnight/jekyll-theme-resuchirp/blob/master/LICENSE
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: lilacnight
12
+ url: https://github.com/lilacnight/
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,28 @@
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
+ # Uncomment and complete the url below to enable more contact options
17
+ #
18
+ # - type: mastodon
19
+ # icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
20
+ # url: '' # Fill with your Mastodon account page, rel="me" will be applied for verification
21
+ #
22
+ # - type: linkedin
23
+ # icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
24
+ # url: '' # Fill with your Linkedin homepage
25
+ #
26
+ # - type: stack-overflow
27
+ # icon: 'fab fa-stack-overflow'
28
+ # url: '' # Fill with your stackoverflow homepage
@@ -0,0 +1,91 @@
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
+
74
+ # Date time format.
75
+ # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
76
+ df:
77
+ post:
78
+ strftime: "%b %e, %Y"
79
+ dayjs: "ll"
80
+ archives:
81
+ strftime: "%b"
82
+ dayjs: "MMM"
83
+
84
+ # categories page
85
+ categories:
86
+ category_measure:
87
+ singular: فئة
88
+ plural: فئات
89
+ post_measure:
90
+ singular: منشور
91
+ plural: منشورات
@@ -0,0 +1,81 @@
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
+
74
+ # categories page
75
+ categories:
76
+ category_measure:
77
+ singular: категория
78
+ plural: категории
79
+ post_measure:
80
+ singular: публикация
81
+ plural: публикации
@@ -0,0 +1,89 @@
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
+
74
+ # Date time format.
75
+ # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
76
+ df:
77
+ post:
78
+ strftime: "%b %e, %Y"
79
+ dayjs: "ll"
80
+ archives:
81
+ strftime: "%b"
82
+ dayjs: "MMM"
83
+
84
+ # categories page
85
+ categories:
86
+ category_measure: kategorie
87
+ post_measure:
88
+ singular: příspěvěk
89
+ plural: příspěvky
@@ -0,0 +1,80 @@
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
+
73
+ # categories page
74
+ categories:
75
+ category_measure:
76
+ singular: Kategorie
77
+ plural: Kategorien
78
+ post_measure:
79
+ singular: Eintrag
80
+ plural: Einträge
@@ -0,0 +1,91 @@
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: 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: Oops! Κανένα αποτέλεσμα δεν βρέθηκε.
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 Greekforce1821.
34
+ name: CC BY 4.0
35
+ link: https://creativecommons.org/licenses/by/4.0/
36
+
37
+ # Displayed in the footer
38
+ brief: Ορισμένα δικαιώματα reserved.
39
+ verbose: >-
40
+ Εκτός αλλού ή οπουδήποτε αλλού, τα blog posts σε αυτήν την σελίδα βρίσκονται υπο την άδεια
41
+ Creative Commons Attribution 4.0 International (CC BY 4.0) του δημιουργού.
42
+
43
+ meta: Αξιοποιώντας την :PLATFORM theme :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
+
74
+ # Date time format.
75
+ # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
76
+ df:
77
+ post:
78
+ strftime: "%b %e, %Y"
79
+ dayjs: "ll"
80
+ archives:
81
+ strftime: "%b"
82
+ dayjs: "MMM"
83
+
84
+ # categories page
85
+ categories:
86
+ category_measure:
87
+ singular: Κατηγορία
88
+ plural: Κατηγορίες
89
+ post_measure:
90
+ singular: Δημοσίευση
91
+ plural: Δημοσιεύσεις
@@ -0,0 +1,91 @@
1
+ # The layout text of site
2
+
3
+ # ----- Commons label -----
4
+
5
+ layout:
6
+ post: Post
7
+ category: Category
8
+ tag: Tag
9
+
10
+ # The tabs of sidebar
11
+ tabs:
12
+ # format: <filename_without_extension>: <value>
13
+ home: Home
14
+ categories: Categories
15
+ tags: Tags
16
+ archives: Archives
17
+ about: About
18
+
19
+ # the text displayed in the search bar & search results
20
+ search:
21
+ hint: search
22
+ cancel: Cancel
23
+ no_results: Oops! No results found.
24
+
25
+ panel:
26
+ lastmod: Recently Updated
27
+ trending_tags: Trending Tags
28
+ toc: Contents
29
+
30
+ copyright:
31
+ # Shown at the bottom of the post
32
+ license:
33
+ template: This post is licensed under :LICENSE_NAME by the author.
34
+ name: CC BY 4.0
35
+ link: https://creativecommons.org/licenses/by/4.0/
36
+
37
+ # Displayed in the footer
38
+ brief: Some rights reserved.
39
+ verbose: >-
40
+ Except where otherwise noted, the blog posts on this site are licensed
41
+ under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author.
42
+
43
+ meta: Using the :PLATFORM theme :THEME
44
+
45
+ not_found:
46
+ statment: Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
47
+
48
+ notification:
49
+ update_found: A new version of content is available.
50
+ update: Update
51
+
52
+ # ----- Posts related labels -----
53
+
54
+ post:
55
+ written_by: By
56
+ posted: Posted
57
+ updated: Updated
58
+ words: words
59
+ pageview_measure: views
60
+ read_time:
61
+ unit: min
62
+ prompt: read
63
+ relate_posts: Further Reading
64
+ share: Share
65
+ button:
66
+ next: Newer
67
+ previous: Older
68
+ copy_code:
69
+ succeed: Copied!
70
+ share_link:
71
+ title: Copy link
72
+ succeed: Link copied successfully!
73
+
74
+ # Date time format.
75
+ # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
76
+ df:
77
+ post:
78
+ strftime: "%b %e, %Y"
79
+ dayjs: "ll"
80
+ archives:
81
+ strftime: "%b"
82
+ dayjs: "MMM"
83
+
84
+ # categories page
85
+ categories:
86
+ category_measure:
87
+ singular: category
88
+ plural: categories
89
+ post_measure:
90
+ singular: post
91
+ plural: posts