jekyll-theme-chirpy 5.0.2 → 6.2.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.
- checksums.yaml +4 -4
- data/README.md +64 -74
- data/_data/locales/ar.yml +91 -0
- data/_data/locales/bg-BG.yml +81 -0
- data/_data/locales/cs-CZ.yml +89 -0
- data/_data/locales/de-DE.yml +80 -0
- data/_data/locales/el-GR.yml +91 -0
- data/_data/locales/en.yml +23 -23
- data/_data/locales/es-ES.yml +77 -0
- data/_data/locales/fi-FI.yml +90 -0
- data/_data/locales/fr-FR.yml +77 -0
- data/_data/locales/hu-HU.yml +79 -0
- data/_data/locales/id-ID.yml +5 -19
- data/_data/locales/it-IT.yml +90 -0
- data/_data/locales/ko-KR.yml +12 -19
- data/_data/locales/my-MM.yml +77 -0
- data/_data/locales/pt-BR.yml +77 -0
- data/_data/locales/ru-RU.yml +77 -0
- data/_data/locales/sl-SI.yml +91 -0
- data/_data/locales/sv-SE.yml +91 -0
- data/_data/locales/th.yml +91 -0
- data/_data/locales/tr-TR.yml +77 -0
- data/_data/locales/uk-UA.yml +77 -0
- data/_data/locales/vi-VN.yml +76 -0
- data/_data/locales/zh-CN.yml +13 -20
- data/_data/locales/zh-TW.yml +83 -0
- data/_data/origin/basic.yml +48 -0
- data/_data/origin/cors.yml +59 -0
- data/_includes/comments/disqus.html +27 -31
- data/_includes/comments/giscus.html +64 -0
- data/_includes/comments/utterances.html +2 -2
- data/_includes/datetime.html +20 -0
- data/_includes/embed/twitch.html +4 -0
- data/_includes/embed/youtube.html +6 -0
- data/_includes/footer.html +31 -32
- data/_includes/head.html +66 -46
- data/_includes/js-selector.html +83 -45
- data/_includes/jsdelivr-combine.html +26 -0
- data/_includes/lang.html +1 -1
- data/_includes/mermaid.html +30 -29
- data/_includes/metadata-hook.html +1 -0
- data/_includes/mode-toggle.html +66 -51
- data/_includes/notification.html +24 -0
- data/_includes/origin-type.html +13 -0
- data/_includes/post-nav.html +26 -22
- data/_includes/post-paginator.html +79 -76
- data/_includes/post-sharing.html +27 -16
- data/_includes/read-time.html +17 -10
- data/_includes/refactor-content.html +129 -73
- data/_includes/related-posts.html +48 -58
- data/_includes/search-loader.html +32 -31
- data/_includes/search-results.html +4 -5
- data/_includes/sidebar.html +79 -67
- data/_includes/toc.html +4 -7
- data/_includes/topbar.html +62 -56
- data/_includes/trending-tags.html +15 -19
- data/_includes/update-list.html +14 -15
- data/_layouts/archives.html +25 -29
- data/_layouts/categories.html +97 -58
- data/_layouts/category.html +8 -10
- data/_layouts/default.html +67 -31
- data/_layouts/home.html +67 -56
- data/_layouts/page.html +20 -58
- data/_layouts/post.html +85 -94
- data/_layouts/tag.html +8 -10
- data/_layouts/tags.html +6 -5
- data/_sass/addon/commons.scss +679 -878
- data/_sass/addon/module.scss +70 -23
- data/_sass/addon/syntax.scss +127 -110
- data/_sass/addon/variables.scss +16 -18
- data/_sass/colors/syntax-dark.scss +138 -0
- data/_sass/colors/syntax-light.scss +179 -0
- data/_sass/colors/{dark-typography.scss → typography-dark.scss} +58 -56
- data/_sass/colors/typography-light.scss +110 -0
- data/_sass/layout/archives.scss +86 -89
- data/_sass/layout/categories.scss +29 -13
- data/_sass/layout/category-tag.scss +9 -10
- data/_sass/layout/home.scss +132 -114
- data/_sass/layout/post.scss +213 -173
- data/_sass/layout/tags.scss +1 -1
- data/_sass/main.scss +13 -0
- data/assets/404.html +1 -20
- data/assets/css/jekyll-theme-chirpy.scss +6 -0
- data/assets/feed.xml +2 -2
- data/assets/js/data/search.json +8 -5
- data/assets/js/data/swcache.js +14 -29
- data/assets/js/dist/categories.min.js +2 -4
- data/assets/js/dist/commons.min.js +2 -4
- data/assets/js/dist/home.min.js +2 -4
- data/assets/js/dist/misc.min.js +4 -0
- data/assets/js/dist/page.min.js +2 -4
- data/assets/js/dist/post.min.js +2 -4
- data/assets/js/pwa/app.js +42 -4
- data/assets/js/pwa/sw.js +46 -44
- data/assets/js/pwa/unregister.js +12 -0
- metadata +64 -32
- data/_config.yml +0 -175
- data/_data/contact.yml +0 -30
- data/_data/share.yml +0 -27
- data/_includes/css-selector.html +0 -15
- data/_includes/no-zero-date.html +0 -13
- data/_includes/timeago.html +0 -26
- data/_plugins/posts-lastmod-hook.rb +0 -14
- data/_sass/colors/dark-syntax.scss +0 -87
- data/_sass/colors/light-syntax.scss +0 -79
- data/_sass/colors/light-typography.scss +0 -81
- data/_sass/jekyll-theme-chirpy.scss +0 -24
- data/_tabs/about.md +0 -8
- data/_tabs/archives.md +0 -7
- data/_tabs/categories.md +0 -6
- data/_tabs/tags.md +0 -6
- data/assets/css/style.scss +0 -12
- data/assets/js/dist/pvreport.min.js +0 -6
- data/index.html +0 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a8806af7099ca00a5ba6849a1d53797b4bef114de18a1b720b24febed2b21f0
|
|
4
|
+
data.tar.gz: 82253cb28ce717645a3c48523baa119fdf4298baba3a8d52ce7344b9beb5108b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 64d50c3edfdd08fae8cc43e9dad9ef7a1cc61ccbc51e5de9d356dbf13dc7c0ce90c20ec41c4690867e04f14088a77f72ff77b9f1db411a8fd0c0168eb981778d
|
|
7
|
+
data.tar.gz: abbb8b02ca8307dfb148d9ada3a1d9c86658bef21b35b4a16956017511ae0715f51ddda870d5097d08ef349f912eeb1720e1520a08991c3b0e44c89aba006f5a
|
data/README.md
CHANGED
|
@@ -2,104 +2,94 @@
|
|
|
2
2
|
|
|
3
3
|
# Chirpy Jekyll Theme
|
|
4
4
|
|
|
5
|
-
A minimal, responsive
|
|
5
|
+
A minimal, responsive and feature-rich Jekyll theme for technical writing.
|
|
6
6
|
|
|
7
|
-
[]
|
|
8
|
-
[]
|
|
10
|
-
[]
|
|
7
|
+
[][gem]
|
|
8
|
+
[][ci]
|
|
9
|
+
[][codacy]
|
|
10
|
+
[][license]
|
|
11
11
|
[](https://996.icu)
|
|
12
12
|
|
|
13
|
-
[**Live Demo →**]
|
|
13
|
+
[**Live Demo →**][demo]
|
|
14
14
|
|
|
15
|
-
[][demo]
|
|
16
16
|
|
|
17
17
|
</div>
|
|
18
18
|
|
|
19
19
|
## Features
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
Before running for the first time, go to the root directory of your site, and install dependencies as follows:
|
|
50
|
-
|
|
51
|
-
```console
|
|
52
|
-
$ bundle
|
|
53
|
-
```
|
|
54
|
-
|
|
55
|
-
### Step 3. Running Local Server
|
|
56
|
-
|
|
57
|
-
Run the following command in the root directory of the site:
|
|
58
|
-
|
|
59
|
-
```console
|
|
60
|
-
$ bundle exec jekyll s
|
|
61
|
-
```
|
|
62
|
-
|
|
63
|
-
Or run with Docker:
|
|
64
|
-
|
|
65
|
-
```console
|
|
66
|
-
$ docker run -it --rm \
|
|
67
|
-
--volume="$PWD:/srv/jekyll" \
|
|
68
|
-
-p 4000:4000 jekyll/jekyll \
|
|
69
|
-
jekyll serve
|
|
70
|
-
```
|
|
71
|
-
|
|
72
|
-
After a while, the local service will be published at _<http://127.0.0.1:4000>_.
|
|
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 on Home Page
|
|
30
|
+
- Hierarchical Categories
|
|
31
|
+
- Trending Tags
|
|
32
|
+
- Table of Contents
|
|
33
|
+
- Last Modified Date
|
|
34
|
+
- Syntax Highlighting
|
|
35
|
+
- Mathematical Expressions
|
|
36
|
+
- Mermaid Diagrams & Flowcharts
|
|
37
|
+
- Dark / Light Mode Images
|
|
38
|
+
- Embed Videos
|
|
39
|
+
- Disqus / Utterances / Giscus Comments
|
|
40
|
+
- Built-in Search
|
|
41
|
+
- Atom Feeds
|
|
42
|
+
- PWA
|
|
43
|
+
- Google Analytics
|
|
44
|
+
- SEO & Performance Optimization
|
|
45
|
+
|
|
46
|
+
</p>
|
|
47
|
+
</details>
|
|
73
48
|
|
|
74
49
|
## Documentation
|
|
75
50
|
|
|
76
|
-
|
|
51
|
+
To explore usage, development, and upgrade guide of the project, please refer to the [**Wiki**][wiki].
|
|
77
52
|
|
|
78
53
|
## Contributing
|
|
79
54
|
|
|
80
|
-
|
|
55
|
+
Contributions (Issues/PRs/Discussions) are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. For details, see the "[Contributing Guidelines][contribute-guide]".
|
|
81
56
|
|
|
82
57
|
## Credits
|
|
83
58
|
|
|
84
|
-
This theme is mainly built with [Jekyll]
|
|
59
|
+
This theme is mainly built with [Jekyll][jekyllrb] ecosystem,
|
|
60
|
+
[Bootstrap][bootstrap], [Font Awesome][icons] and some other [wonderful tools][lib].
|
|
61
|
+
The avatar and favicon design come from [Clipart Max][image].
|
|
85
62
|
|
|
86
|
-
|
|
63
|
+
Many thanks to the [contributors][contributors] who participated in the development
|
|
64
|
+
and to the folks who reported bugs or shared ideas.
|
|
87
65
|
|
|
88
|
-
Last but not least,
|
|
66
|
+
Last but not least, thanks to [JetBrains][jetbrains] for providing the _Open Source License_.
|
|
89
67
|
|
|
90
68
|
## Sponsoring
|
|
91
69
|
|
|
92
|
-
If you like
|
|
70
|
+
If you'd like to sponsor this project, the following options are available.
|
|
93
71
|
|
|
94
|
-
[][ko-fi]
|
|
73
|
+
[][donation]
|
|
74
|
+
[][donation]
|
|
97
75
|
|
|
98
76
|
## License
|
|
99
77
|
|
|
100
|
-
This work is published under [MIT
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
[
|
|
105
|
-
[
|
|
78
|
+
This work is published under [MIT License][license].
|
|
79
|
+
|
|
80
|
+
[gem]: https://rubygems.org/gems/jekyll-theme-chirpy
|
|
81
|
+
[ci]: https://github.com/cotes2020/jekyll-theme-chirpy/actions/workflows/ci.yml?query=event%3Apush+branch%3Amaster
|
|
82
|
+
[codacy]: https://app.codacy.com/gh/cotes2020/jekyll-theme-chirpy/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
|
|
83
|
+
[license]: https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/LICENSE
|
|
84
|
+
[jekyllrb]: https://jekyllrb.com/
|
|
85
|
+
[bootstrap]: https://getbootstrap.com/
|
|
86
|
+
[icons]: https://fontawesome.com/
|
|
87
|
+
[image]: https://www.clipartmax.com/middle/m2i8b1m2K9Z5m2K9_ant-clipart-childrens-ant-cute/
|
|
88
|
+
[demo]: https://cotes2020.github.io/chirpy-demo/
|
|
89
|
+
[wiki]: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
|
|
90
|
+
[contribute-guide]: https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md
|
|
91
|
+
[contributors]: https://github.com/cotes2020/jekyll-theme-chirpy/graphs/contributors
|
|
92
|
+
[lib]: https://github.com/cotes2020/chirpy-static-assets
|
|
93
|
+
[jetbrains]: https://www.jetbrains.com/?from=jekyll-theme-chirpy
|
|
94
|
+
[ko-fi]: https://ko-fi.com/coteschung/
|
|
95
|
+
[donation]: https://sponsor.cotes.page/
|
|
@@ -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: Δημοσιεύσεις
|