+df:
+ post:
+ strftime: "%b %e, %Y"
+ dayjs: "ll"
+ archives:
+ strftime: "%b"
+ dayjs: "MMM"
+
+categories:
+ category_measure:
+ singular: زمرہ
+ plural: زمروں
+ post_measure:
+ singular: تحریر
+ plural: تحریریں
diff --git a/_data/locales/vi-VN.yml b/_data/locales/vi-VN.yml
index 617431a0..ef6321fa 100644
--- a/_data/locales/vi-VN.yml
+++ b/_data/locales/vi-VN.yml
@@ -42,12 +42,17 @@ copyright:
meta: Trang web này được tạo bởi :PLATFORM với chủ đề :THEME
not_found:
- statment: Xin lỗi, chúng tôi đã đặt nhầm URL hoặc đường dẫn trỏ đến một trang nào đó không tồn tại.
+ statement: Xin lỗi, chúng tôi đã đặt nhầm URL hoặc đường dẫn trỏ đến một trang nào đó không tồn tại.
notification:
- update_found: Đã có phiên bản mới của nội dung.
+ update_found: Đã tìm thấy nội dung mới
update: Cập nhật
+theme:
+ light: Sáng
+ dark: Tối
+ system: Hệ thống
+
# ----- Posts related labels -----
post:
@@ -59,6 +64,7 @@ post:
read_time:
unit: phút
prompt: đọc
+ edit: Chỉnh sửa bài viết này
relate_posts: Bài viết liên quan
share: Chia sẻ
button:
diff --git a/_data/locales/zh-CN.yml b/_data/locales/zh-CN.yml
index f8281346..c082bd1b 100644
--- a/_data/locales/zh-CN.yml
+++ b/_data/locales/zh-CN.yml
@@ -42,12 +42,17 @@ copyright:
meta: 本站采用 :PLATFORM 主题 :THEME
not_found:
- statment: 抱歉,我们放错了该 URL,或者它指向了不存在的内容。
+ statement: 抱歉,我们放错了该 URL,或者它指向了不存在的内容。
notification:
- update_found: 发现新版本的内容。
+ update_found: 发现新内容
update: 更新
+theme:
+ light: 浅色
+ dark: 深色
+ system: 跟随系统
+
# ----- Posts related labels -----
post:
@@ -59,6 +64,7 @@ post:
read_time:
unit: 分钟
prompt: 阅读
+ edit: 编辑此文
relate_posts: 相关文章
share: 分享
button:
diff --git a/_data/locales/zh-TW.yml b/_data/locales/zh-TW.yml
index 911253b6..883062fe 100644
--- a/_data/locales/zh-TW.yml
+++ b/_data/locales/zh-TW.yml
@@ -42,12 +42,17 @@ copyright:
meta: 本網站使用 :PLATFORM 產生,採用 :THEME 主題
not_found:
- statment: 抱歉,您可能正在存取一個已被移動的 URL,或者它從未存在。
+ statement: 抱歉,您可能正在存取一個已被移動的 URL,或者它從未存在。
notification:
- update_found: 發現新版本更新。
+ update_found: 發現新內容
update: 更新
+theme:
+ light: 淺色
+ dark: 深色
+ system: 跟隨系統
+
# ----- Posts related labels -----
post:
@@ -59,6 +64,7 @@ post:
read_time:
unit: 分鐘
prompt: 閱讀
+ edit: 編輯此文
relate_posts: 相關文章
share: 分享
button:
diff --git a/_data/origin/basic.yml b/_data/origin/basic.yml
index 9027e6e4..2d529822 100644
--- a/_data/origin/basic.yml
+++ b/_data/origin/basic.yml
@@ -20,9 +20,9 @@ mermaid:
dayjs:
js:
common: /assets/lib/dayjs/dayjs.min.js
- locale: /assets/lib/dayjs/locale/en.min.js
- relativeTime: /assets/lib/dayjs/plugin/relativeTime.min.js
- localizedFormat: /assets/lib/dayjs/plugin/localizedFormat.min.js
+ locale: /assets/lib/dayjs/locale/en.js
+ relativeTime: /assets/lib/dayjs/plugin/relativeTime.js
+ localizedFormat: /assets/lib/dayjs/plugin/localizedFormat.js
glightbox:
css: /assets/lib/glightbox/glightbox.min.css
diff --git a/_data/origin/cors.yml b/_data/origin/cors.yml
index abedb6c6..719d8fbe 100644
--- a/_data/origin/cors.yml
+++ b/_data/origin/cors.yml
@@ -19,36 +19,39 @@ webfonts: https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Sour
# Libraries
+bootstrap:
+ css: https://cdn.jsdelivr.net/npm/bootstrap@5/dist/css/bootstrap.min.css
+
toc:
- css: https://cdn.jsdelivr.net/npm/tocbot@4.25.0/dist/tocbot.min.css
- js: https://cdn.jsdelivr.net/npm/tocbot@4.25.0/dist/tocbot.min.js
+ css: https://cdn.jsdelivr.net/npm/tocbot@4/dist/tocbot.min.css
+ js: https://cdn.jsdelivr.net/npm/tocbot@4/dist/tocbot.min.js
fontawesome:
- css: https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.1/css/all.min.css
+ css: https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7/css/all.min.css
search:
- js: https://cdn.jsdelivr.net/npm/simple-jekyll-search@1.10.0/dest/simple-jekyll-search.min.js
+ js: https://cdn.jsdelivr.net/npm/simple-jekyll-search@1/dest/simple-jekyll-search.min.js
mermaid:
- js: https://cdn.jsdelivr.net/npm/mermaid@10.8.0/dist/mermaid.min.js
+ js: https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.min.js
dayjs:
js:
- common: https://cdn.jsdelivr.net/npm/dayjs@1.11.10/dayjs.min.js
- locale: https://cdn.jsdelivr.net/npm/dayjs@1.11.10/locale/:LOCALE.min.js
- relativeTime: https://cdn.jsdelivr.net/npm/dayjs@1.11.10/plugin/relativeTime.min.js
- localizedFormat: https://cdn.jsdelivr.net/npm/dayjs@1.11.10/plugin/localizedFormat.min.js
+ common: https://cdn.jsdelivr.net/npm/dayjs@1/dayjs.min.js
+ locale: https://cdn.jsdelivr.net/npm/dayjs@1/locale/:LOCALE.js
+ relativeTime: https://cdn.jsdelivr.net/npm/dayjs@1/plugin/relativeTime.js
+ localizedFormat: https://cdn.jsdelivr.net/npm/dayjs@1/plugin/localizedFormat.js
glightbox:
- css: https://cdn.jsdelivr.net/npm/glightbox@3.3.0/dist/css/glightbox.min.css
- js: https://cdn.jsdelivr.net/npm/glightbox@3.3.0/dist/js/glightbox.min.js
+ css: https://cdn.jsdelivr.net/npm/glightbox@3/dist/css/glightbox.min.css
+ js: https://cdn.jsdelivr.net/npm/glightbox@3/dist/js/glightbox.min.js
lazy-polyfill:
- css: https://cdn.jsdelivr.net/npm/loading-attribute-polyfill@2.1.1/dist/loading-attribute-polyfill.min.css
- js: https://cdn.jsdelivr.net/npm/loading-attribute-polyfill@2.1.1/dist/loading-attribute-polyfill.umd.min.js
+ css: https://cdn.jsdelivr.net/npm/loading-attribute-polyfill@2/dist/loading-attribute-polyfill.min.css
+ js: https://cdn.jsdelivr.net/npm/loading-attribute-polyfill@2/dist/loading-attribute-polyfill.umd.min.js
clipboard:
- js: https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js
+ js: https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js
mathjax:
- js: https://cdn.jsdelivr.net/npm/mathjax@3.2.2/es5/tex-chtml.js
+ js: https://cdn.jsdelivr.net/npm/mathjax@4/tex-mml-chtml.js
diff --git a/_data/share.yml b/_data/share.yml
index b1d077dc..edbc02b2 100644
--- a/_data/share.yml
+++ b/_data/share.yml
@@ -18,7 +18,7 @@ platforms:
#
# - type: Linkedin
# icon: "fab fa-linkedin"
- # link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
+ # link: "https://www.linkedin.com/feed/?shareActive=true&shareUrl=URL"
#
# - type: Weibo
# icon: "fab fa-weibo"
@@ -36,3 +36,15 @@ platforms:
# link: "https://fosstodon.org/"
# - label: photog.social
# link: "https://photog.social/"
+ #
+ # - type: Bluesky
+ # icon: "fa-brands fa-bluesky"
+ # link: "https://bsky.app/intent/compose?text=TITLE%20URL"
+ #
+ # - type: Reddit
+ # icon: "fa-brands fa-square-reddit"
+ # link: "https://www.reddit.com/submit?url=URL&title=TITLE"
+ #
+ # - type: Threads
+ # icon: "fa-brands fa-square-threads"
+ # link: "https://www.threads.net/intent/post?text=TITLE%20URL"
diff --git a/_includes/analytics/cloudflare.html b/_includes/analytics/cloudflare.html
index 1eeb1a92..9faa11ee 100644
--- a/_includes/analytics/cloudflare.html
+++ b/_includes/analytics/cloudflare.html
@@ -4,4 +4,3 @@
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "{{ site.analytics.cloudflare.id }}"}'
>
-
diff --git a/_includes/analytics/fathom.html b/_includes/analytics/fathom.html
new file mode 100644
index 00000000..216bb140
--- /dev/null
+++ b/_includes/analytics/fathom.html
@@ -0,0 +1,6 @@
+
+
diff --git a/_includes/analytics/google.html b/_includes/analytics/google.html
index d0aac651..dfe4828c 100644
--- a/_includes/analytics/google.html
+++ b/_includes/analytics/google.html
@@ -1,7 +1,7 @@
-
diff --git a/_includes/comments.html b/_includes/comment.html
similarity index 100%
rename from _includes/comments.html
rename to _includes/comment.html
diff --git a/_includes/comments/disqus.html b/_includes/comments/disqus.html
index 2b889a4e..0fb67660 100644
--- a/_includes/comments/disqus.html
+++ b/_includes/comments/disqus.html
@@ -1,38 +1,25 @@
-
-
-
-
-
diff --git a/_includes/comments/giscus.html b/_includes/comments/giscus.html
index c8d48e67..ddaf6470 100644
--- a/_includes/comments/giscus.html
+++ b/_includes/comments/giscus.html
@@ -1,20 +1,13 @@
-
-
-
diff --git a/_includes/datetime.html b/_includes/datetime.html
index 9f954b69..b07b132a 100644
--- a/_includes/datetime.html
+++ b/_includes/datetime.html
@@ -1,6 +1,6 @@
{% assign df_strftime = site.data.locales[include.lang].df.post.strftime | default: '%d/%m/%Y' %}
diff --git a/_includes/embed/audio.html b/_includes/embed/audio.html
index e2b89790..bb20688e 100644
--- a/_includes/embed/audio.html
+++ b/_includes/embed/audio.html
@@ -4,12 +4,12 @@
{% unless src contains '://' %}
{%- capture src -%}
- {% include media-url.html src=src %}
+ {% include media-url.html src=src subpath=page.media_subpath %}
{%- endcapture -%}
{% endunless %}
-
Comments powered by Disqus.
-