jekyll-theme-chirpy-customized-upe 0.0.3 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-chirpy-customized-upe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jo Cruise
@@ -117,32 +117,13 @@ extra_rdoc_files: []
117
117
  files:
118
118
  - LICENSE
119
119
  - README.md
120
- - _data/locales/ar.yml
121
- - _data/locales/bg-BG.yml
122
- - _data/locales/cs-CZ.yml
123
- - _data/locales/de-DE.yml
124
- - _data/locales/el-GR.yml
125
120
  - _data/locales/en.yml
126
- - _data/locales/es-ES.yml
127
- - _data/locales/fi-FI.yml
128
- - _data/locales/fr-FR.yml
129
- - _data/locales/hu-HU.yml
130
- - _data/locales/id-ID.yml
131
- - _data/locales/it-IT.yml
132
121
  - _data/locales/ko-KR.yml
133
- - _data/locales/my-MM.yml
134
- - _data/locales/pt-BR.yml
135
- - _data/locales/ru-RU.yml
136
- - _data/locales/sl-SI.yml
137
- - _data/locales/sv-SE.yml
138
- - _data/locales/th.yml
139
- - _data/locales/tr-TR.yml
140
- - _data/locales/uk-UA.yml
141
- - _data/locales/vi-VN.yml
142
122
  - _data/locales/zh-CN.yml
143
123
  - _data/locales/zh-TW.yml
144
124
  - _data/origin/basic.yml
145
125
  - _data/origin/cors.yml
126
+ - _includes/assets-origin.html
146
127
  - _includes/comments.html
147
128
  - _includes/comments/disqus.html
148
129
  - _includes/comments/giscus.html
@@ -161,6 +142,9 @@ files:
161
142
  - _includes/jsdelivr-combine.html
162
143
  - _includes/lang.html
163
144
  - _includes/language-alias.html
145
+ - _includes/loader.html
146
+ - _includes/login-check.html
147
+ - _includes/mathjax_support.html
164
148
  - _includes/mermaid.html
165
149
  - _includes/metadata-hook.html
166
150
  - _includes/mode-toggle.html
@@ -180,17 +164,21 @@ files:
180
164
  - _includes/topbar.html
181
165
  - _includes/trending-tags.html
182
166
  - _includes/update-list.html
167
+ - _includes/valine.html
183
168
  - _layouts/archives.html
184
169
  - _layouts/categories.html
185
170
  - _layouts/category.html
186
171
  - _layouts/compress.html
187
172
  - _layouts/default.html
173
+ - _layouts/forgot.html
188
174
  - _layouts/home.html
175
+ - _layouts/login.html
189
176
  - _layouts/page.html
190
177
  - _layouts/post.html
191
178
  - _layouts/tag.html
192
179
  - _layouts/tags.html
193
180
  - _sass/addon/commons.scss
181
+ - _sass/addon/loader.scss
194
182
  - _sass/addon/module.scss
195
183
  - _sass/addon/syntax.scss
196
184
  - _sass/addon/variables.scss
@@ -201,13 +189,14 @@ files:
201
189
  - _sass/layout/archives.scss
202
190
  - _sass/layout/categories.scss
203
191
  - _sass/layout/category-tag.scss
192
+ - _sass/layout/gallery.scss
204
193
  - _sass/layout/home.scss
205
194
  - _sass/layout/post.scss
206
195
  - _sass/layout/tags.scss
207
196
  - _sass/main.scss
208
197
  - _sass/variables-hook.scss
209
198
  - assets/404.html
210
- - assets/css/jekyll-theme-chirpy.scss
199
+ - assets/css/jekyll-theme-chirpy-customized-upe.scss
211
200
  - assets/feed.xml
212
201
  - assets/img/favicons/android-chrome-192x192.png
213
202
  - assets/img/favicons/android-chrome-512x512.png
data/_data/locales/ar.yml DELETED
@@ -1,91 +0,0 @@
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: منشورات
@@ -1,81 +0,0 @@
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: публикации
@@ -1,89 +0,0 @@
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
@@ -1,87 +0,0 @@
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: Lesezeit
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
- # Date time format.
74
- # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
75
- df:
76
- post:
77
- strftime: "%d.%m.%Y"
78
- dayjs: "DD.MM.YYYY"
79
-
80
- # categories page
81
- categories:
82
- category_measure:
83
- singular: Kategorie
84
- plural: Kategorien
85
- post_measure:
86
- singular: Eintrag
87
- plural: Einträge
@@ -1,91 +0,0 @@
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: Δημοσιεύσεις
@@ -1,77 +0,0 @@
1
- # The layout text of site
2
-
3
- # ----- Commons label -----
4
-
5
- layout:
6
- post: Entrada
7
- category: Categoría
8
- tag: Etiqueta
9
-
10
- # The tabs of sidebar
11
- tabs:
12
- # format: <filename_without_extension>: <value>
13
- home: Inicio
14
- categories: Categorías
15
- tags: Etiquetas
16
- archives: Archivo
17
- about: Acerca de
18
-
19
- # the text displayed in the search bar & search results
20
- search:
21
- hint: Buscar
22
- cancel: Cancelar
23
- no_results: ¡Oops! No se encuentran resultados.
24
-
25
- panel:
26
- lastmod: Actualizado recientemente
27
- trending_tags: Etiquetas populares
28
- toc: Contenido
29
-
30
- copyright:
31
- # Shown at the bottom of the post
32
- license:
33
- template: Esta entrada está licenciada bajo :LICENSE_NAME por el autor.
34
- name: CC BY 4.0
35
- link: https://creativecommons.org/licenses/by/4.0/
36
-
37
- # Displayed in the footer
38
- brief: Algunos derechos reservados.
39
- verbose: >-
40
- Salvo que se indique explícitamente, las entradas de este blog están licenciadas
41
- bajo la Creative Commons Attribution 4.0 International (CC BY 4.0) License por el autor.
42
-
43
- meta: Hecho con :PLATFORM usando el tema :THEME
44
-
45
- not_found:
46
- statment: Lo sentimos, hemos perdido esa URL o apunta a algo que no existe.
47
-
48
- notification:
49
- update_found: Hay una nueva versión de contenido disponible.
50
- update: Actualizar
51
-
52
- # ----- Posts related labels -----
53
-
54
- post:
55
- written_by: Por
56
- posted: Publicado
57
- updated: Actualizado
58
- words: palabras
59
- pageview_measure: visitas
60
- read_time:
61
- unit: min
62
- prompt: " de lectura"
63
- relate_posts: Lecturas adicionales
64
- share: Compartir
65
- button:
66
- next: Nuevo
67
- previous: Anterior
68
- copy_code:
69
- succeed: ¡Copiado!
70
- share_link:
71
- title: Copiar enlace
72
- succeed: ¡Enlace copiado!
73
-
74
- # categories page
75
- categories:
76
- category_measure: categorias
77
- post_measure: entradas
@@ -1,90 +0,0 @@
1
- # The layout text of site
2
-
3
- # ----- Commons label -----
4
-
5
- layout:
6
- post: Julkaisu
7
- category: Kateogoria
8
- tag: Tagi
9
-
10
- # The tabs of sidebar
11
- tabs:
12
- # format: <filename_without_extension>: <value>
13
- home: Koti
14
- categories: Kateogoriat
15
- tags: Tagit
16
- archives: Arkistot
17
- about: Minusta
18
-
19
- # the text displayed in the search bar & search results
20
- search:
21
- hint: etsi
22
- cancel: Peruuta
23
- no_results: Hups! Ei tuloksia.
24
-
25
- panel:
26
- lastmod: Viimeksi päivitetty
27
- trending_tags: Trendaavat tagit
28
- toc: Sisältö
29
-
30
- copyright:
31
- # Shown at the bottom of the post
32
- license:
33
- template: Tämä julkaisu on lisenssoitu :LICENSE_NAME julkaisijan toimesta.
34
- name: CC BY 4.0
35
- link: https://creativecommons.org/licenses/by/4.0/
36
-
37
- # Displayed in the footer
38
- brief: Jotkut oikeudet pidätetään.
39
- verbose: >-
40
- Paitsi jos erikseen mainitaan on kaikki sisältö Creative Commons Attribution 4.0 International (CC BY 4.0) Lisensoitu kirjoittajan toimesta.
41
-
42
- meta: Käytetään :PLATFORM iä Teema :THEME
43
-
44
- not_found:
45
- statment: Valitettavasti tällä URL-osoitteella ei ole saatavilla sisältöä.
46
-
47
- notification:
48
- update_found: Uusi versio sisällöstä on saatavilla.
49
- update: Päivitä
50
-
51
- # ----- Posts related labels -----
52
-
53
- post:
54
- written_by: Kirjoittaja
55
- posted: Julkaistu
56
- updated: Päivitetty
57
- words: sanaa
58
- pageview_measure: katselukertoja
59
- read_time:
60
- unit: minuuttia
61
- prompt: lukea
62
- relate_posts: Jatka lukemista
63
- share: Jaa
64
- button:
65
- next: Uudempi
66
- previous: Vanhempi
67
- copy_code:
68
- succeed: Kopiotu!
69
- share_link:
70
- title: Kopioi linkki
71
- succeed: Linkki kopioitu onnistuneesti!
72
-
73
- # Date time format.
74
- # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
75
- df:
76
- post:
77
- strftime: "%b %e, %Y"
78
- dayjs: "ll"
79
- archives:
80
- strftime: "%b"
81
- dayjs: "MMM"
82
-
83
- # categories page
84
- categories:
85
- category_measure:
86
- singular: kategoria
87
- plural: kategoriat
88
- post_measure:
89
- singular: julkaisu
90
- plural: julkaisut