Skip to content

Commit 05790fd

Browse files
committed
Squashed commit of the following:
commit 53770e4 Author: semantic-release-bot <[email protected]> Date: Sun May 18 13:17:30 2025 +0000 chore(release): 7.3.0 ## [7.3.0](cotes2020/jekyll-theme-chirpy@v7.2.4...v7.3.0) (2025-05-18) ### Features * **i18n:** add Catalan Spanish locale translation ([cotes2020#2349](cotes2020#2349)) ([167c98c](cotes2020@167c98c)) * **i18n:** add Dutch locale ([cotes2020#2076](cotes2020#2076)) ([981ddba](cotes2020@981ddba)) * **i18n:** add Japanese locale ([cotes2020#2295](cotes2020#2295)) ([571c90f](cotes2020@571c90f)) * **i18n:** add persian language ([cotes2020#2238](cotes2020#2238)) ([7d4d35c](cotes2020@7d4d35c)) ### Bug Fixes * avoid `mathjax` loading failure on page refresh ([cotes2020#2389](cotes2020#2389)) ([401e2af](cotes2020@401e2af)) * improve accuracy of moving `img` element classes ([cotes2020#2399](cotes2020#2399)) ([d0f8f95](cotes2020@d0f8f95)) * prevent the search bar from moving when focused ([cotes2020#2336](cotes2020#2336)) ([f744929](cotes2020@f744929)) * recognize global theme mode ([cotes2020#2357](cotes2020#2357)) ([7708adb](cotes2020@7708adb)) * **search:** avoid missing spaces between paragraphs in search results ([cotes2020#2199](cotes2020#2199)) ([0eb7efa](cotes2020@0eb7efa)) * **ui:** fix incomplete border color on hover for tags ([cotes2020#2359](cotes2020#2359)) ([c626447](cotes2020@c626447)) ### Improvements * **seo:** improve accessibility and aligns with best practices ([cotes2020#2289](cotes2020#2289)) ([54d4d59](cotes2020@54d4d59)) commit d84b727 Merge: 5e41d87 519e4f1 Author: Cotes Chung <[email protected]> Date: Sun May 18 21:16:09 2025 +0800 Merge branch 'master' into production commit 519e4f1 Author: Cotes Chung <[email protected]> Date: Sun May 18 21:14:56 2025 +0800 chore: upgrade dependencies to the latest version (cotes2020#2409) commit d0f8f95 Author: Cotes Chung <[email protected]> Date: Sun May 11 22:19:18 2025 +0800 fix: improve accuracy of moving `img` element classes (cotes2020#2399) commit 401e2af Author: Cotes Chung <[email protected]> Date: Mon May 5 11:55:48 2025 +0800 fix: avoid `mathjax` loading failure on page refresh (cotes2020#2389) commit ada38aa Author: Cotes Chung <[email protected]> Date: Mon May 5 11:15:08 2025 +0800 chore: avoid auto-formatting liquid and sass mixed code commit 61ae6cc Author: Cotes Chung <[email protected]> Date: Mon May 5 11:14:07 2025 +0800 chore(dev-deps): add eslint config file commit 9f38a2d Author: Cotes Chung <[email protected]> Date: Sat May 3 16:18:52 2025 +0800 refactor: move the path of `theme.js` commit 23d953c Author: Cotes Chung <[email protected]> Date: Sat May 3 16:14:50 2025 +0800 chore(deps): remove plugin `jekyll-redirect-from` Discussed in cotes2020#2313 commit b48ea68 Author: iSpeakNerd <[email protected]> Date: Thu Apr 24 05:25:46 2025 -0700 chore: update `linkedin` sharing url (cotes2020#2307) commit c626447 Author: László Várady <[email protected]> Date: Thu Apr 24 14:23:43 2025 +0200 fix(ui): fix incomplete border color on hover for tags (cotes2020#2359) commit 7708adb Author: Cotes Chung <[email protected]> Date: Wed Apr 16 18:08:43 2025 +0800 fix: recognize global theme mode (cotes2020#2357) commit 167c98c Author: Delyn Choong <[email protected]> Date: Sun Apr 13 22:16:47 2025 +0800 feat(i18n): add Catalan Spanish locale translation (cotes2020#2349) commit f744929 Author: László Várady <[email protected]> Date: Mon Apr 7 13:36:32 2025 +0200 fix: prevent the search bar from moving when focused (cotes2020#2336) commit db40db6 Author: Alejandro <[email protected]> Date: Sat Apr 5 01:28:29 2025 +0200 chore: add parameter in `search-results.html` (cotes2020#2330) commit 571c90f Author: nakamura <[email protected]> Date: Sat Mar 29 04:54:54 2025 +0900 feat(i18n): add Japanese locale (cotes2020#2295) commit 54d4d59 Author: Türkalp Burak KAYRANCIOĞLU <[email protected]> Date: Sat Mar 8 17:24:47 2025 +0300 perf(seo): improve accessibility and aligns with best practices (cotes2020#2289) commit e315864 Author: Corey Goldberg <[email protected]> Date: Tue Mar 4 16:06:37 2025 -0500 docs: fix typo in `2019-08-08-write-a-new-post.md` (cotes2020#2281) Signed-off-by: Corey Goldberg <[email protected]> commit 7d4d35c Author: MasihGhaznavi <[email protected]> Date: Sun Feb 9 09:58:39 2025 +0330 feat(i18n): add persian language (cotes2020#2238) commit 231956d Author: algorithmic-parallels <[email protected]> Date: Thu Feb 6 00:27:54 2025 -0500 docs: using long form Jekyll subcommand (cotes2020#2231) Signed-off-by: datta0 <[email protected]>
1 parent 9ea92b9 commit 05790fd

21 files changed

+397
-41
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ exclude:
159159
- gulpfile.js
160160
- node_modules
161161
- purgecss.js
162-
- rollup.config.js
162+
- "*.config.js"
163163
- "package*.json"
164164

165165
jekyll-archives:

_data/locales/ca-ES.yml

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
# The layout text of site
2+
3+
# ----- Commons label -----
4+
5+
layout:
6+
post: Entrada
7+
category: Categoria
8+
tag: Etiqueta
9+
10+
# The tabs of sidebar
11+
tabs:
12+
# format: <filename_without_extension>: <value>
13+
home: Inici
14+
categories: Categories
15+
tags: Etiquetes
16+
archives: Arxiu
17+
about: Sobre
18+
19+
# the text displayed in the search bar & search results
20+
search:
21+
hint: Cercar
22+
cancel: Cancel·lar
23+
no_results: Ups! No s'han trobat resultats.
24+
25+
panel:
26+
lastmod: Actualitzat recentment
27+
trending_tags: Etiquetes populars
28+
toc: Taula de continguts
29+
30+
copyright:
31+
# Shown at the bottom of the post
32+
license:
33+
template: Aquesta entrada està llicenciada sota :LICENSE_NAME per l'autor.
34+
name: CC BY 4.0
35+
link: https://creativecommons.org/licenses/by/4.0/
36+
37+
# Displayed in the footer
38+
brief: Alguns drets reservats.
39+
verbose: >-
40+
Excepte que s'indiqui explícitament, les entrades d'aquest blog estan llicenciades
41+
sota la llicència Creative Commons Attribution 4.0 International (CC BY 4.0) per l'autor.
42+
43+
meta: Fet amb :PLATFORM utilitzant el tema :THEME
44+
45+
not_found:
46+
statement: Ho sentim, hem perdut aquesta URL o apunta a alguna cosa que no existeix.
47+
48+
notification:
49+
update_found: Hi ha una nova versió de contingut disponible.
50+
update: Actualitzar
51+
52+
# ----- Posts related labels -----
53+
54+
post:
55+
written_by: Per
56+
posted: Publicat
57+
updated: Actualitzat
58+
words: paraules
59+
pageview_measure: visites
60+
read_time:
61+
unit: min
62+
prompt: " de lectura"
63+
relate_posts: Entrades relacionades
64+
share: Compartir
65+
button:
66+
next: Següent
67+
previous: Anterior
68+
copy_code:
69+
succeed: Copiat!
70+
share_link:
71+
title: Copiar enllaç
72+
succeed: Enllaç copiat!
73+
74+
# Date time format.
75+
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
76+
df:
77+
post:
78+
strftime: "%Y/%m/%d"
79+
dayjs: "YYYY/MM/DD"
80+
81+
# categories page
82+
categories:
83+
category_measure: categories
84+
post_measure: entrades

_data/locales/fa-IR.yaml

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
statement: متأسفیم، لینک زیر معتبر نیست یا به صفحه‌ای که وجود ندارد اشاره می‌کند.
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: پست‌ها

_data/locales/ja-JP.yml

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
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: 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: :PLATFORM 用の :THEME を使用しています。
44+
45+
not_found:
46+
statement: この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: "%Y/%m/%d"
79+
dayjs: "YYYY/MM/DD"
80+
81+
# categories page
82+
categories:
83+
category_measure: カテゴリー
84+
post_measure: 投稿

_data/share.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,42 @@ platforms:
99
- type: Linkedin
1010
icon: "fab fa-linkedin"
1111
link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
12+
13+
- type: Telegram
14+
icon: "fab fa-telegram"
15+
link: "https://t.me/share/url?url=URL&text=TITLE"
16+
17+
# Uncomment below if you need to.
18+
#
19+
# - type: Linkedin
20+
# icon: "fab fa-linkedin"
21+
# link: "https://www.linkedin.com/feed/?shareActive=true&shareUrl=URL"
22+
#
23+
# - type: Weibo
24+
# icon: "fab fa-weibo"
25+
# link: "https://service.weibo.com/share/share.php?title=TITLE&url=URL"
26+
#
27+
# - type: Mastodon
28+
# icon: "fa-brands fa-mastodon"
29+
# # See: https://github.com/justinribeiro/share-to-mastodon#properties
30+
# instances:
31+
# - label: mastodon.social
32+
# link: "https://mastodon.social/"
33+
# - label: mastodon.online
34+
# link: "https://mastodon.online/"
35+
# - label: fosstodon.org
36+
# link: "https://fosstodon.org/"
37+
# - label: photog.social
38+
# link: "https://photog.social/"
39+
#
40+
# - type: Bluesky
41+
# icon: "fa-brands fa-bluesky"
42+
# link: "https://bsky.app/intent/compose?text=TITLE%20URL"
43+
#
44+
- type: Reddit
45+
icon: "fa-brands fa-square-reddit"
46+
link: "https://www.reddit.com/submit?url=URL&title=TITLE"
47+
#
48+
# - type: Threads
49+
# icon: "fa-brands fa-square-threads"
50+
# link: "https://www.threads.net/intent/post?text=TITLE%20URL"

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
<!-- Bootstrap -->
7272
{% unless jekyll.environment == 'production' %}
73-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].3/dist/css/bootstrap.min.css">
73+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].6/dist/css/bootstrap.min.css">
7474
{% endunless %}
7575

7676
<!-- Theme style -->

_includes/js-selector.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
{% if page.math %}
6868
<!-- MathJax -->
69-
<script async src="{{ '/assets/js/data/mathjax.js' | relative_url }}"></script>
69+
<script src="{{ '/assets/js/data/mathjax.js' | relative_url }}"></script>
7070
<script async src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6"></script>
7171
<script id="MathJax-script" async src="{{ site.data.origin[type].mathjax.js | relative_url }}"></script>
7272
{% endif %}

0 commit comments

Comments
 (0)