jekyll-theme-chirpy 5.4.0 → 5.5.0
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/_data/locales/ar.yml +93 -0
- data/_data/locales/cs-CZ.yml +91 -0
- data/_data/locales/fi-FI.yml +92 -0
- data/_data/locales/it-IT.yml +93 -0
- data/_includes/post-sharing.html +1 -0
- data/_includes/refactor-content.html +0 -48
- data/_sass/addon/commons.scss +11 -14
- data/_sass/addon/syntax.scss +7 -7
- data/_sass/jekyll-theme-chirpy.scss +1 -1
- data/assets/js/dist/categories.min.js +1 -1
- data/assets/js/dist/commons.min.js +1 -1
- data/assets/js/dist/home.min.js +1 -1
- data/assets/js/dist/misc.min.js +1 -1
- data/assets/js/dist/page.min.js +1 -1
- data/assets/js/dist/post.min.js +1 -1
- data/assets/js/dist/pvreport.min.js +1 -1
- metadata +8 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb770479ed84cfb6f3c07b0cdbbf511addaff67161566bef2d7df658e8dbefe5
|
|
4
|
+
data.tar.gz: 923363ffebc883a7a4d58b80dbee685d92ebfbff2108b9503739c699f5c3e91c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93cd13278790fee0aad9be2f9b3f309d1d00f9c0283a35151ea0cb46df583d3ba8cb888a5bba0b03278963c2217b4bb7ba5dba4c6eda4fabba804a51f14af2e2
|
|
7
|
+
data.tar.gz: 915ad95175325d10c8dc3bdc509a018f7a7247c309b6b56d301d574586678019abc39208cc7d96041c38e4c7aeda428730088778fd5a184b5131c65b2c425356
|
|
@@ -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,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,92 @@
|
|
|
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
|
+
# pinned prompt of posts list on homepage
|
|
73
|
+
pin_prompt: Kiinnitetty
|
|
74
|
+
|
|
75
|
+
# Date time format.
|
|
76
|
+
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
|
|
77
|
+
df:
|
|
78
|
+
post:
|
|
79
|
+
strftime: '%b %e, %Y'
|
|
80
|
+
dayjs: 'll'
|
|
81
|
+
archives:
|
|
82
|
+
strftime: '%b'
|
|
83
|
+
dayjs: 'MMM'
|
|
84
|
+
|
|
85
|
+
# categories page
|
|
86
|
+
categories:
|
|
87
|
+
category_measure:
|
|
88
|
+
singular: kategoria
|
|
89
|
+
plural: kategoriat
|
|
90
|
+
post_measure:
|
|
91
|
+
singular: julkaisu
|
|
92
|
+
plural: julkaisut
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
# The layout text of site
|
|
2
|
+
|
|
3
|
+
# ----- Commons label -----
|
|
4
|
+
|
|
5
|
+
layout:
|
|
6
|
+
post: Post
|
|
7
|
+
category: Categoria
|
|
8
|
+
tag: Tag
|
|
9
|
+
|
|
10
|
+
# The tabs of sidebar
|
|
11
|
+
tabs:
|
|
12
|
+
# format: <filename_without_extension>: <value>
|
|
13
|
+
home: Pagina principale
|
|
14
|
+
categories: Categorie
|
|
15
|
+
tags: Tags
|
|
16
|
+
archives: Archivio
|
|
17
|
+
about: Informazioni
|
|
18
|
+
|
|
19
|
+
# the text displayed in the search bar & search results
|
|
20
|
+
search:
|
|
21
|
+
hint: ricerca
|
|
22
|
+
cancel: Cancella
|
|
23
|
+
no_results: Oops! La ricerca non ha fornito risultati.
|
|
24
|
+
|
|
25
|
+
panel:
|
|
26
|
+
lastmod: Aggiornati recentemente
|
|
27
|
+
trending_tags: Tags più cliccati
|
|
28
|
+
toc: Contenuti
|
|
29
|
+
|
|
30
|
+
copyright:
|
|
31
|
+
# Shown at the bottom of the post
|
|
32
|
+
license:
|
|
33
|
+
template: Questo post è sotto licenza :LICENSE_NAME a nome dell'autore.
|
|
34
|
+
name: CC BY 4.0
|
|
35
|
+
link: https://creativecommons.org/licenses/by/4.0/
|
|
36
|
+
|
|
37
|
+
# Displayed in the footer
|
|
38
|
+
brief: Alcuni diritti riservati.
|
|
39
|
+
verbose: >-
|
|
40
|
+
Eccetto quando esplicitamente menzionato, i post di questo blog sono da ritenersi sotto
|
|
41
|
+
i termini di licenza Creative Commons Attribution 4.0 International (CC BY 4.0).
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
meta: Servizio offerto da :PLATFORM con tema :THEME.
|
|
45
|
+
not_found:
|
|
46
|
+
statment: Ci scusiamo, non è stato possibile trovare l'URL in questione. Potrebbe puntare ad una pagina non esistente.
|
|
47
|
+
|
|
48
|
+
notification:
|
|
49
|
+
update_found: Nuova versione del contenuto disponibile.
|
|
50
|
+
update: Aggiornamento
|
|
51
|
+
|
|
52
|
+
# ----- Posts related labels -----
|
|
53
|
+
|
|
54
|
+
post:
|
|
55
|
+
written_by: Da
|
|
56
|
+
posted: Postato
|
|
57
|
+
updated: Aggiornato
|
|
58
|
+
words: parole
|
|
59
|
+
pageview_measure: visioni
|
|
60
|
+
read_time:
|
|
61
|
+
unit: min
|
|
62
|
+
prompt: lettura
|
|
63
|
+
relate_posts: Continua a leggere
|
|
64
|
+
share: Condividi
|
|
65
|
+
button:
|
|
66
|
+
next: Più recenti
|
|
67
|
+
previous: Meno recenti
|
|
68
|
+
copy_code:
|
|
69
|
+
succeed: Copiato!
|
|
70
|
+
share_link:
|
|
71
|
+
title: Copia link
|
|
72
|
+
succeed: Link copiato con successo!
|
|
73
|
+
# pinned prompt of posts list on homepage
|
|
74
|
+
pin_prompt: In alto
|
|
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: categoria
|
|
90
|
+
plural: categorie
|
|
91
|
+
post_measure:
|
|
92
|
+
singular: post
|
|
93
|
+
plural: posts
|
data/_includes/post-sharing.html
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
<span class="share-label text-muted mr-1">{{ site.data.locales[site.lang].post.share }}</span>
|
|
7
7
|
<span class="share-icons">
|
|
8
8
|
{% capture title %}{{ page.title }} - {{ site.title }}{% endcapture %}
|
|
9
|
+
{% assign title = title | uri_escape %}
|
|
9
10
|
{% assign url = page.url | absolute_url | url_encode %}
|
|
10
11
|
|
|
11
12
|
{% for share in site.data.share.platforms %}
|
|
@@ -277,54 +277,6 @@
|
|
|
277
277
|
|
|
278
278
|
{% assign _content = _heading_content %}
|
|
279
279
|
|
|
280
|
-
<!-- Wrap prompt element of blockquote with the <div> tag -->
|
|
281
|
-
|
|
282
|
-
{% assign blockquote_start = '<blockquote class=' %}
|
|
283
|
-
{% assign blockquote_end = '</blockquote>' %}
|
|
284
|
-
{% assign cls_prefix = 'prompt-' %}
|
|
285
|
-
|
|
286
|
-
{% if _content contains blockquote_start %}
|
|
287
|
-
|
|
288
|
-
{% assign _prompt_content = nil %}
|
|
289
|
-
{% assign _prompt_snippets = _content | split: blockquote_start %}
|
|
290
|
-
|
|
291
|
-
{% for _snippet in _prompt_snippets %}
|
|
292
|
-
|
|
293
|
-
{% if forloop.first %}
|
|
294
|
-
{% assign _prompt_content = _snippet %}
|
|
295
|
-
{% continue %}
|
|
296
|
-
{% endif %}
|
|
297
|
-
|
|
298
|
-
{% assign left = _snippet | split: blockquote_end | first %}
|
|
299
|
-
{% assign right = _snippet | slice: left.size, _snippet.size %}
|
|
300
|
-
|
|
301
|
-
{% assign cls_str = left | split: '>' | first %}
|
|
302
|
-
{% assign cls_array = cls_str | remove: '"' | split: ' ' %}
|
|
303
|
-
{% assign is_prompt = false %}
|
|
304
|
-
|
|
305
|
-
{% for cls in cls_array %}
|
|
306
|
-
{% if cls contains cls_prefix %}
|
|
307
|
-
{% assign is_prompt = true %}
|
|
308
|
-
{% break %}
|
|
309
|
-
{% endif %}
|
|
310
|
-
{% endfor %}
|
|
311
|
-
|
|
312
|
-
{% unless is_prompt %}
|
|
313
|
-
{% assign _prompt_content = _prompt_content | append: blockquote_start | append: _snippet %}
|
|
314
|
-
{% continue %}
|
|
315
|
-
{% endunless %}
|
|
316
|
-
|
|
317
|
-
{% assign left = left | slice: cls_str.size, left.size %}
|
|
318
|
-
{% assign left = cls_str | append: '><div' | append: left | append: '</div>' %}
|
|
319
|
-
|
|
320
|
-
{% assign _prompt_content = _prompt_content | append: blockquote_start | append: left | append: right %}
|
|
321
|
-
|
|
322
|
-
{% endfor %}
|
|
323
|
-
|
|
324
|
-
{% assign _content = _prompt_content %}
|
|
325
|
-
|
|
326
|
-
{% endif %}
|
|
327
|
-
|
|
328
280
|
<!-- return -->
|
|
329
281
|
|
|
330
282
|
{{ _content }}
|
data/_sass/addon/commons.scss
CHANGED
|
@@ -86,7 +86,6 @@ img {
|
|
|
86
86
|
|
|
87
87
|
&[data-src] {
|
|
88
88
|
&.lazyloaded {
|
|
89
|
-
z-index: 1;
|
|
90
89
|
-webkit-animation: fade-in 0.4s ease-in;
|
|
91
90
|
animation: fade-in 0.4s ease-in;
|
|
92
91
|
}
|
|
@@ -132,9 +131,8 @@ blockquote {
|
|
|
132
131
|
color: var(--blockquote-text-color);
|
|
133
132
|
|
|
134
133
|
&[class^="prompt-"] {
|
|
135
|
-
display: flex;
|
|
136
134
|
border-left: 0;
|
|
137
|
-
padding: 1rem;
|
|
135
|
+
padding: 1rem 1rem 1rem 3rem;
|
|
138
136
|
color: var(--prompt-text-color);
|
|
139
137
|
|
|
140
138
|
@extend %rounded;
|
|
@@ -142,19 +140,15 @@ blockquote {
|
|
|
142
140
|
&::before {
|
|
143
141
|
text-align: center;
|
|
144
142
|
width: 1.25rem;
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
top: 0.4rem;
|
|
143
|
+
position: absolute;
|
|
144
|
+
left: 2.5rem;
|
|
145
|
+
margin-top: 0.4rem;
|
|
148
146
|
text-rendering: auto;
|
|
149
147
|
-webkit-font-smoothing: antialiased;
|
|
150
148
|
}
|
|
151
149
|
|
|
152
|
-
>
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
> :last-child {
|
|
156
|
-
margin-bottom: 0;
|
|
157
|
-
}
|
|
150
|
+
> p:last-child {
|
|
151
|
+
margin-bottom: 0;
|
|
158
152
|
}
|
|
159
153
|
}
|
|
160
154
|
|
|
@@ -842,7 +836,7 @@ $sidebar-display: "sidebar-display";
|
|
|
842
836
|
|
|
843
837
|
@for $i from 1 through $tab-count {
|
|
844
838
|
$offset: $tab-count - $i;
|
|
845
|
-
$top: -$offset * $tab-height +
|
|
839
|
+
$top: (-$offset * $tab-height) + (($tab-height - $tab-cursor-height) * 0.5);
|
|
846
840
|
|
|
847
841
|
@if $i < $tab-count {
|
|
848
842
|
> li.active:nth-child(#{$i}),
|
|
@@ -1280,11 +1274,14 @@ $sidebar-display: "sidebar-display";
|
|
|
1280
1274
|
|
|
1281
1275
|
.post-content {
|
|
1282
1276
|
> blockquote[class^="prompt-"] {
|
|
1283
|
-
@include pl-pr(1.25rem);
|
|
1284
1277
|
@include ml-mr(-1.25rem);
|
|
1285
1278
|
|
|
1286
1279
|
border-radius: 0;
|
|
1287
1280
|
max-width: none;
|
|
1281
|
+
|
|
1282
|
+
&::before {
|
|
1283
|
+
left: 1rem;
|
|
1284
|
+
}
|
|
1288
1285
|
}
|
|
1289
1286
|
}
|
|
1290
1287
|
}
|
data/_sass/addon/syntax.scss
CHANGED
|
@@ -66,6 +66,13 @@ html {
|
|
|
66
66
|
font-size: $code-font-size;
|
|
67
67
|
line-height: 1.4rem;
|
|
68
68
|
word-wrap: normal; /* Fixed Safari overflow-x */
|
|
69
|
+
|
|
70
|
+
/* set the dollar sign to non-selectable */
|
|
71
|
+
>.gp:first-child {
|
|
72
|
+
-webkit-user-select: none;
|
|
73
|
+
-moz-user-select: none;
|
|
74
|
+
user-select: none;
|
|
75
|
+
}
|
|
69
76
|
}
|
|
70
77
|
|
|
71
78
|
table {
|
|
@@ -85,13 +92,6 @@ html {
|
|
|
85
92
|
-o-user-select: none;
|
|
86
93
|
user-select: none;
|
|
87
94
|
}
|
|
88
|
-
|
|
89
|
-
/* set the dollar sign to non-selectable */
|
|
90
|
-
.gp {
|
|
91
|
-
-webkit-user-select: none;
|
|
92
|
-
-moz-user-select: none;
|
|
93
|
-
user-select: none;
|
|
94
|
-
}
|
|
95
95
|
} /* .highlight */
|
|
96
96
|
|
|
97
97
|
code {
|
data/assets/js/dist/home.min.js
CHANGED
data/assets/js/dist/misc.min.js
CHANGED
data/assets/js/dist/page.min.js
CHANGED
data/assets/js/dist/post.min.js
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-chirpy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cotes Chung
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-01-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -107,13 +107,17 @@ files:
|
|
|
107
107
|
- _data/assets/self_host.yml
|
|
108
108
|
- _data/authors.yml
|
|
109
109
|
- _data/contact.yml
|
|
110
|
+
- _data/locales/ar.yml
|
|
110
111
|
- _data/locales/bg-BG.yml
|
|
112
|
+
- _data/locales/cs-CZ.yml
|
|
111
113
|
- _data/locales/de-DE.yml
|
|
112
114
|
- _data/locales/en.yml
|
|
113
115
|
- _data/locales/es-ES.yml
|
|
116
|
+
- _data/locales/fi-FI.yml
|
|
114
117
|
- _data/locales/fr-FR.yml
|
|
115
118
|
- _data/locales/hu-HU.yml
|
|
116
119
|
- _data/locales/id-ID.yml
|
|
120
|
+
- _data/locales/it-IT.yml
|
|
117
121
|
- _data/locales/ko-KR.yml
|
|
118
122
|
- _data/locales/my-MM.yml
|
|
119
123
|
- _data/locales/pt-BR.yml
|
|
@@ -223,17 +227,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
223
227
|
requirements:
|
|
224
228
|
- - ">="
|
|
225
229
|
- !ruby/object:Gem::Version
|
|
226
|
-
version: '2.
|
|
227
|
-
- - "<"
|
|
228
|
-
- !ruby/object:Gem::Version
|
|
229
|
-
version: '3.2'
|
|
230
|
+
version: '2.6'
|
|
230
231
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
231
232
|
requirements:
|
|
232
233
|
- - ">="
|
|
233
234
|
- !ruby/object:Gem::Version
|
|
234
235
|
version: '0'
|
|
235
236
|
requirements: []
|
|
236
|
-
rubygems_version: 3.
|
|
237
|
+
rubygems_version: 3.4.1
|
|
237
238
|
signing_key:
|
|
238
239
|
specification_version: 4
|
|
239
240
|
summary: Chirpy is a minimal, sidebar, responsive web design Jekyll theme that focuses
|