diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index c69cfb3..cdfb095 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -5,11 +5,11 @@ about: Create a report to help us improve
**NOTE:** Before you start, the following should be completed.
-- Read [tutorial][tutorial] to understand the usage and the correct effect of functional design.
+- Read [Wiki][wiki] to understand the usage and the correct effect of functional design.
- Make sure no [similar issue(including closed ones)][issues] exists.
- Make sure the bug is found in the latest code of the `master` branch.
-[tutorial]: https://cotes2020.github.io/chirpy-demo/categories/tutorial/
+[wiki]: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
[issues]: https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue
## Describe the bug
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 0b8cb58..089503f 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -6,11 +6,11 @@ labels: enhancement
**NOTE:** Before you start, the following should be completed.
-- Read [tutorial][tutorial] to understand the usage and the correct effect of functional design.
+- Read [Wiki][wiki] to understand the usage and the correct effect of functional design.
- Make sure no [similar issue(including closed ones)][issues] exists.
- Make sure the request is based on the latest code in the `master` branch.
-[tutorial]: https://cotes2020.github.io/chirpy-demo/categories/tutorial/
+[wiki]: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
[issues]: https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue
## Is your feature request related to a problem? Please describe
diff --git a/.github/ISSUE_TEMPLATE/help_wanted.md b/.github/ISSUE_TEMPLATE/help_wanted.md
index 180240e..1f41040 100644
--- a/.github/ISSUE_TEMPLATE/help_wanted.md
+++ b/.github/ISSUE_TEMPLATE/help_wanted.md
@@ -6,11 +6,11 @@ labels: 'help wanted'
**NOTE:** Before you start, the following should be completed.
-- Read [tutorial][tutorial] to understand the usage and the correct effect of functional design.
+- Read [Wiki][wiki] to understand the usage and the correct effect of functional design.
- Make sure no [similar issue(including closed ones)][issues] exists.
- Try to find the answer on [Jekyll Forum][forum] and [StackOverflow][stack_overflow].
-[tutorial]: https://cotes2020.github.io/chirpy-demo/categories/tutorial/
+[wiki]: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
[issues]: https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue
[forum]: https://talk.jekyllrb.com/
[stack_overflow]: https://stackoverflow.com/questions/tagged/jekyll
diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md
index fb6c1d7..e3cda3f 100644
--- a/.github/ISSUE_TEMPLATE/question.md
+++ b/.github/ISSUE_TEMPLATE/question.md
@@ -6,11 +6,11 @@ labels: question
**NOTE:** Before you start, the following should be completed.
-- Read [tutorial][tutorial] to understand the usage and the correct effect of functional design.
+- Read [Wiki][wiki] to understand the usage and the correct effect of functional design.
- Make sure no [similar issue(including closed ones)][issues] exists.
- Try to find the answer on [Jekyll Forum][forum] and [StackOverflow][stack_overflow].
-[tutorial]: https://cotes2020.github.io/chirpy-demo/categories/tutorial/
+[wiki]: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
[issues]: https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue
[forum]: https://talk.jekyllrb.com/
[stack_overflow]: https://stackoverflow.com/questions/tagged/jekyll
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 8e41f4f..ae5da61 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -2,8 +2,6 @@
## Type of change
@@ -13,9 +11,14 @@ Please select the desired item checkbox and change it to "[x]", then delete opti
-->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
+- [ ] Improvement (refactoring and improving code)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
+## Additional context
+
+
+
## How has this been tested
-- Bundler version:
-- Jekyll version:
diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml
index 1e05511..affd492 100644
--- a/.github/workflows/commitlint.yml
+++ b/.github/workflows/commitlint.yml
@@ -5,7 +5,7 @@ jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
fetch-depth: 0
- - uses: wagoid/commitlint-github-action@v4
+ - uses: wagoid/commitlint-github-action@v5
diff --git a/.stylelintrc.json b/.stylelintrc.json
index 09b3c87..e5cfad0 100644
--- a/.stylelintrc.json
+++ b/.stylelintrc.json
@@ -16,6 +16,7 @@
"rule-empty-line-before": [
"always",
{ "ignore": ["after-comment", "first-nested", "inside-block"] }
- ]
+ ],
+ "value-keyword-case": ["lower", { "ignoreProperties": ["/^\\$/"] }]
}
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f667c31..ecba390 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,55 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+## [6.0.0](https://github.com/cotes2020/jekyll-theme-chirpy/compare/v5.6.1...v6.0.0) (2023-05-16)
+
+
+### ⚠ BREAKING CHANGES
+
+* rename assets origin configuration files
+
+### Features
+
+* add a hook to insert custom metadata in `head` tag ([#1015](https://github.com/cotes2020/jekyll-theme-chirpy/issues/1015)) ([fe20341](https://github.com/cotes2020/jekyll-theme-chirpy/commit/fe203417d993508eedf5b9044fe53c4a566e44f9))
+* **i18n:** add sl-SI.yml with slovenian translations ([#989](https://github.com/cotes2020/jekyll-theme-chirpy/issues/989)) ([42a700a](https://github.com/cotes2020/jekyll-theme-chirpy/commit/42a700aa37889faa32d7ec1f6776ce4b9d845dc4))
+* **i18n:** add Traditional Chinese (Taiwan) localization file ([#961](https://github.com/cotes2020/jekyll-theme-chirpy/issues/961)) ([d97f95f](https://github.com/cotes2020/jekyll-theme-chirpy/commit/d97f95fca0bcd450ea50709ffba0217f7e65d339))
+* **i18n:** added Swedish localization file ([#969](https://github.com/cotes2020/jekyll-theme-chirpy/issues/969)) ([fe70479](https://github.com/cotes2020/jekyll-theme-chirpy/commit/fe7047959e3694c6e603e764ded30dacd49e6aa9))
+* support hiding the modification date of a post ([#1020](https://github.com/cotes2020/jekyll-theme-chirpy/issues/1020)) ([8da583d](https://github.com/cotes2020/jekyll-theme-chirpy/commit/8da583d403456f6460ec1a6ebcbb0c2ca8127ff6))
+* **ui:** improve code snippet design ([6d99f5c](https://github.com/cotes2020/jekyll-theme-chirpy/commit/6d99f5cc36a69e5ccff51f81ba448c798d92e12e))
+* **ui:** improve the design for top bar ([83f1c34](https://github.com/cotes2020/jekyll-theme-chirpy/commit/83f1c34f92d85f3953ca9c9818be5399962bf1c9))
+* **ui:** new design footer content layout ([3210c59](https://github.com/cotes2020/jekyll-theme-chirpy/commit/3210c59466150dc04b4e4bdfc1ffd0e38adcff43))
+* **ui:** redesign the sidebar ([83bbe4a](https://github.com/cotes2020/jekyll-theme-chirpy/commit/83bbe4ac939edfd1706e68c080562e3462f83519))
+* **ui:** show preview image in home page ([97b8dfe](https://github.com/cotes2020/jekyll-theme-chirpy/commit/97b8dfeed6ce7677f6472e28dc3b03f3c2968b12))
+
+
+### Bug Fixes
+
+* parameter parsing error in image URL ([#1022](https://github.com/cotes2020/jekyll-theme-chirpy/issues/1022)) ([ee88cec](https://github.com/cotes2020/jekyll-theme-chirpy/commit/ee88cec270ea5938f98913a3edf28a684cfbd6c0))
+* **rss:** double quotes in the post title will break the XML structure ([#965](https://github.com/cotes2020/jekyll-theme-chirpy/issues/965)) ([1719d81](https://github.com/cotes2020/jekyll-theme-chirpy/commit/1719d81d00b32b107c35b3903089be84a9b28a6c))
+
+
+### refactor
+
+* rename assets origin configuration files ([c283e77](https://github.com/cotes2020/jekyll-theme-chirpy/commit/c283e7782fa9562d82d9855fd280a573fd58c75f))
+
+
+### Improvements
+
+* **assets:** reduce HTTP requests to CDN ([9d97120](https://github.com/cotes2020/jekyll-theme-chirpy/commit/9d971201978e993a9af337d9cd5396a1ea225f00))
+* calculate heading font size dynamically ([#983](https://github.com/cotes2020/jekyll-theme-chirpy/issues/983)) ([52f5ee9](https://github.com/cotes2020/jekyll-theme-chirpy/commit/52f5ee9cd3f92a6e8f25eaa203831546cda85db6))
+* **i18n:** set the global default locales to "en" ([#979](https://github.com/cotes2020/jekyll-theme-chirpy/issues/979)) ([61fdbcb](https://github.com/cotes2020/jekyll-theme-chirpy/commit/61fdbcb83a3601ecae62ec230602b94a5eb832e1))
+* **tools:** avoid initialization interruption in single branch forks ([#992](https://github.com/cotes2020/jekyll-theme-chirpy/issues/992)) ([e90461a](https://github.com/cotes2020/jekyll-theme-chirpy/commit/e90461aa3c81633863db6a12c5924ddba33bd08e))
+* **ui:** improve categories color in dark mode ([414dd13](https://github.com/cotes2020/jekyll-theme-chirpy/commit/414dd132aed70f4bd96cb712d00eacc82d2753e9))
+* **ui:** improve hover effect for post preview cards ([7626e4d](https://github.com/cotes2020/jekyll-theme-chirpy/commit/7626e4d00544346a46b6e5ff2f3a99d234defe09))
+* **ui:** improve hover effect of trending tags ([34499f0](https://github.com/cotes2020/jekyll-theme-chirpy/commit/34499f0c927ce8fea3705dc2f0f0e6805cabda43))
+* **ui:** improve inline code in light mode ([e38309f](https://github.com/cotes2020/jekyll-theme-chirpy/commit/e38309f3bd1302ffe60b682136b6efaf96f4d9ae))
+* **ui:** improve related posts design ([2918da9](https://github.com/cotes2020/jekyll-theme-chirpy/commit/2918da9f29465618d557c082ff3a2f23d7519049))
+* **ui:** improve the color of prompts in dark mode ([8cbbcfa](https://github.com/cotes2020/jekyll-theme-chirpy/commit/8cbbcfa26da0addd88affada23a65770250f2404))
+* **ui:** lighten the link color in light-mode ([7c23a4e](https://github.com/cotes2020/jekyll-theme-chirpy/commit/7c23a4ebc53b9e231c214e04f8ac0803cbcdb720))
+* **ui:** mute the marker in lists ([0c80552](https://github.com/cotes2020/jekyll-theme-chirpy/commit/0c80552d772b874e2a161f1270294faa3af18d4a))
+* **ui:** uniform the muted text color ([aadf939](https://github.com/cotes2020/jekyll-theme-chirpy/commit/aadf9393d5c7f7528d453c4e68eba4f5cbb85bd9))
+* **ux:** improve LQIP fade in effect ([003e7b6](https://github.com/cotes2020/jekyll-theme-chirpy/commit/003e7b60c93988a7bfae4c03a8346d4f8a5f0bb6))
+
## [5.6.1](https://github.com/cotes2020/jekyll-theme-chirpy/compare/v5.6.0...v5.6.1) (2023-03-30)
diff --git a/_data/locales/ar.yml b/_data/locales/ar.yml
index 7f1725f..c608298 100644
--- a/_data/locales/ar.yml
+++ b/_data/locales/ar.yml
@@ -40,7 +40,7 @@ copyright:
ما لم يذكر خلاف ذلك ، يتم ترخيص منشورات المدونة على هذا الموقع
بموجب ترخيص Creative Commons Attribution 4.0 International (CC BY 4.0) من قبل المؤلف.
-meta: باستخدام :PLATFORM السمة :THEME.
+meta: باستخدام :PLATFORM السمة :THEME
not_found:
statment: عذرا, الرابط التالي غير صالح أو انه يشير إلى صفحة غير موجودة.
@@ -70,18 +70,16 @@ post:
share_link:
title: أنسخ الرابط
succeed: تم نسخ الرابط بنجاح!
- # pinned prompt of posts list on homepage
- pin_prompt: مثبت
# Date time format.
# See: ,
df:
post:
- strftime: '%b %e, %Y'
- dayjs: 'll'
+ strftime: "%b %e, %Y"
+ dayjs: "ll"
archives:
- strftime: '%b'
- dayjs: 'MMM'
+ strftime: "%b"
+ dayjs: "MMM"
# categories page
categories:
diff --git a/_data/locales/bg-BG.yml b/_data/locales/bg-BG.yml
index 3e4103c..3e04993 100644
--- a/_data/locales/bg-BG.yml
+++ b/_data/locales/bg-BG.yml
@@ -40,7 +40,7 @@ copyright:
Освен ако не е посочено друго, публикациите в блога на този сайт са лицензирани
под лиценза Creative Commons Attribution 4.0 (CC BY 4.0) от автора.
-meta: Създадено чрез :PLATFORM и :THEME тема.
+meta: Създадено чрез :PLATFORM и :THEME тема
not_found:
statment: Съжалявам, но на този URL адрес няма налично съдържание.
@@ -70,8 +70,6 @@ post:
share_link:
title: Копирай линк
succeed: Линкът е копиран успешно!
- # pinned prompt of posts list on homepage
- pin_prompt: Прикрепенa
# categories page
categories:
diff --git a/_data/locales/cs-CZ.yml b/_data/locales/cs-CZ.yml
index 39b585c..e515c08 100644
--- a/_data/locales/cs-CZ.yml
+++ b/_data/locales/cs-CZ.yml
@@ -40,7 +40,7 @@ copyright:
Pokud není uvedeno jinak, jsou příspěvky na tomto webu licencovány
pod licencí Creative Commons Attribution 4.0 International (CC BY 4.0) Licence autora.
-meta: Použití :PLATFORM s motivem :THEME.
+meta: Použití :PLATFORM s motivem :THEME
not_found:
statment: Omlouváme se, adresu URL jsme špatně umístili nebo odkazuje na něco, co neexistuje.
@@ -70,18 +70,16 @@ post:
share_link:
title: Kopírovat odkaz
succeed: Zkopírováno!
- # pinned prompt of posts list on homepage
- pin_prompt: Připnuto
# Date time format.
# See: ,
df:
post:
- strftime: '%b %e, %Y'
- dayjs: 'll'
+ strftime: "%b %e, %Y"
+ dayjs: "ll"
archives:
- strftime: '%b'
- dayjs: 'MMM'
+ strftime: "%b"
+ dayjs: "MMM"
# categories page
categories:
diff --git a/_data/locales/de-DE.yml b/_data/locales/de-DE.yml
index 3088a3c..7ea3956 100644
--- a/_data/locales/de-DE.yml
+++ b/_data/locales/de-DE.yml
@@ -39,7 +39,7 @@ copyright:
verbose: >-
Alle Einträge auf dieser Seite stehen, soweit nicht anders angegeben, unter der Lizenz Creative Commons Attribution 4.0 (CC BY 4.0).
-meta: Powered by :PLATFORM with :THEME theme.
+meta: Powered by :PLATFORM with :THEME theme
not_found:
statment: Entschuldigung, dieser Link verweist auf keine vorhandene Ressource.
@@ -69,8 +69,6 @@ post:
share_link:
title: Link kopieren
succeed: Link erfolgreich kopiert!
- # pinned prompt of posts list on homepage
- pin_prompt: Angepinnt
# categories page
categories:
diff --git a/_data/locales/el-GR.yml b/_data/locales/el-GR.yml
index fbc7c2b..ab5fb0e 100644
--- a/_data/locales/el-GR.yml
+++ b/_data/locales/el-GR.yml
@@ -40,7 +40,7 @@ copyright:
Εκτός αλλού ή οπουδήποτε αλλού, τα blog posts σε αυτήν την σελίδα βρίσκονται υπο την άδεια
Creative Commons Attribution 4.0 International (CC BY 4.0) του δημιουργού.
-meta: Αξιοποιώντας την :PLATFORM theme :THEME.
+meta: Αξιοποιώντας την :PLATFORM theme :THEME
not_found:
statment: Συγνώμη, έχουμε τοποθετήσει λάθος αυτήν την διεύθυνση URL ή υποδεικνύει κάτι που δεν υπάρχει.
@@ -70,18 +70,16 @@ post:
share_link:
title: Αντιγραφή συνδέσμου
succeed: Η διεύθυνση αντιγράφθηκε με επιτυχία!
- # pinned prompt of posts list on homepage
- pin_prompt: Pinned
# Date time format.
# See: ,
df:
post:
- strftime: '%b %e, %Y'
- dayjs: 'll'
+ strftime: "%b %e, %Y"
+ dayjs: "ll"
archives:
- strftime: '%b'
- dayjs: 'MMM'
+ strftime: "%b"
+ dayjs: "MMM"
# categories page
categories:
@@ -90,4 +88,4 @@ categories:
plural: Κατηγορίες
post_measure:
singular: Δημοσίευση
- plural: Δημοσιεύσεις
\ No newline at end of file
+ plural: Δημοσιεύσεις
diff --git a/_data/locales/en.yml b/_data/locales/en.yml
index 975f5f0..2f3f339 100644
--- a/_data/locales/en.yml
+++ b/_data/locales/en.yml
@@ -40,7 +40,7 @@ copyright:
Except where otherwise noted, the blog posts on this site are licensed
under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author.
-meta: Using the :PLATFORM theme :THEME.
+meta: Using the :PLATFORM theme :THEME
not_found:
statment: Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
@@ -70,18 +70,16 @@ post:
share_link:
title: Copy link
succeed: Link copied successfully!
- # pinned prompt of posts list on homepage
- pin_prompt: Pinned
# Date time format.
# See: ,
df:
post:
- strftime: '%b %e, %Y'
- dayjs: 'll'
+ strftime: "%b %e, %Y"
+ dayjs: "ll"
archives:
- strftime: '%b'
- dayjs: 'MMM'
+ strftime: "%b"
+ dayjs: "MMM"
# categories page
categories:
diff --git a/_data/locales/es-ES.yml b/_data/locales/es-ES.yml
index ee3a20f..5529230 100644
--- a/_data/locales/es-ES.yml
+++ b/_data/locales/es-ES.yml
@@ -40,7 +40,7 @@ copyright:
Salvo que se indique explícitamente, las entradas de este blog están licenciadas
bajo la Creative Commons Attribution 4.0 International (CC BY 4.0) License por el autor.
-meta: Hecho con :PLATFORM usando el tema :THEME.
+meta: Hecho con :PLATFORM usando el tema :THEME
not_found:
statment: Lo sentimos, hemos perdido esa URL o apunta a algo que no existe.
@@ -59,7 +59,7 @@ post:
pageview_measure: visitas
read_time:
unit: min
- prompt: ' de lectura'
+ prompt: " de lectura"
relate_posts: Lecturas adicionales
share: Compartir
button:
@@ -70,8 +70,6 @@ post:
share_link:
title: Copiar enlace
succeed: ¡Enlace copiado!
- # pinned prompt of posts list on homepage
- pin_prompt: Fijado
# categories page
categories:
diff --git a/_data/locales/fi-FI.yml b/_data/locales/fi-FI.yml
index 605969f..c817d2b 100644
--- a/_data/locales/fi-FI.yml
+++ b/_data/locales/fi-FI.yml
@@ -39,7 +39,7 @@ copyright:
verbose: >-
Paitsi jos erikseen mainitaan on kaikki sisältö Creative Commons Attribution 4.0 International (CC BY 4.0) Lisensoitu kirjoittajan toimesta.
-meta: Käytetään :PLATFORM iä Teema :THEME.
+meta: Käytetään :PLATFORM iä Teema :THEME
not_found:
statment: Valitettavasti tällä URL-osoitteella ei ole saatavilla sisältöä.
@@ -69,18 +69,16 @@ post:
share_link:
title: Kopioi linkki
succeed: Linkki kopioitu onnistuneesti!
- # pinned prompt of posts list on homepage
- pin_prompt: Kiinnitetty
# Date time format.
# See: ,
df:
post:
- strftime: '%b %e, %Y'
- dayjs: 'll'
+ strftime: "%b %e, %Y"
+ dayjs: "ll"
archives:
- strftime: '%b'
- dayjs: 'MMM'
+ strftime: "%b"
+ dayjs: "MMM"
# categories page
categories:
diff --git a/_data/locales/fr-FR.yml b/_data/locales/fr-FR.yml
index 0d29a87..72b034d 100644
--- a/_data/locales/fr-FR.yml
+++ b/_data/locales/fr-FR.yml
@@ -70,8 +70,6 @@ post:
share_link:
title: Copier le lien
succeed: Lien copié avec succès !
- # pinned prompt of posts list on homepage
- pin_prompt: Épinglé
# categories page
categories:
diff --git a/_data/locales/hu-HU.yml b/_data/locales/hu-HU.yml
index f24b8c5..b09f2cd 100644
--- a/_data/locales/hu-HU.yml
+++ b/_data/locales/hu-HU.yml
@@ -38,11 +38,11 @@ copyright:
# Displayed in the footer
brief: Néhány jog fenntartva.
verbose: >-
- Az oldalon található tartalmak
- Creative Commons Attribution 4.0 International (CC BY 4.0) licenccel rendelkeznek,
- hacsak másképp nincs jelezve.
+ Az oldalon található tartalmak
+ Creative Commons Attribution 4.0 International (CC BY 4.0) licenccel rendelkeznek,
+ hacsak másképp nincs jelezve.
-meta: Készítve :PLATFORM motorral :THEME témával.
+meta: Készítve :PLATFORM motorral :THEME témával
not_found:
statment: Sajnáljuk, az URL-t rosszul helyeztük el, vagy valami nem létezőre mutat.
@@ -72,8 +72,6 @@ post:
share_link:
title: Link másolása
succeed: Link sikeresen másolva!
- # pinned prompt of posts list on homepage
- pin_prompt: Kitűzve
# categories page
categories:
diff --git a/_data/locales/id-ID.yml b/_data/locales/id-ID.yml
index 59ec661..29ad156 100644
--- a/_data/locales/id-ID.yml
+++ b/_data/locales/id-ID.yml
@@ -40,7 +40,7 @@ copyright:
Kecuali jika dinyatakan, Postingan blog di situs ini dilisensikan
di bawah Lisensi Creative Commons Attribution 4.0 International (CC BY 4.0) oleh penulis.
-meta: Didukung oleh :PLATFORM dengan tema :THEME.
+meta: Didukung oleh :PLATFORM dengan tema :THEME
not_found:
statment: Maaf, kami gagal menemukan URL itu atau memang mengarah ke sesuatu yang tidak ada.
@@ -70,8 +70,6 @@ post:
share_link:
title: Salin tautan
succeed: Tautan berhasil disalin!
- # pinned prompt of posts list on homepage
- pin_prompt: Disematkan
# categories page
categories:
diff --git a/_data/locales/it-IT.yml b/_data/locales/it-IT.yml
index 03aa19c..cf7b691 100644
--- a/_data/locales/it-IT.yml
+++ b/_data/locales/it-IT.yml
@@ -40,8 +40,7 @@ copyright:
Eccetto quando esplicitamente menzionato, i post di questo blog sono da ritenersi sotto
i termini di licenza Creative Commons Attribution 4.0 International (CC BY 4.0).
-
-meta: Servizio offerto da :PLATFORM con tema :THEME.
+meta: Servizio offerto da :PLATFORM con tema :THEME
not_found:
statment: Ci scusiamo, non è stato possibile trovare l'URL in questione. Potrebbe puntare ad una pagina non esistente.
@@ -70,18 +69,16 @@ post:
share_link:
title: Copia link
succeed: Link copiato con successo!
- # pinned prompt of posts list on homepage
- pin_prompt: In alto
# Date time format.
# See: ,
df:
post:
- strftime: '%b %e, %Y'
- dayjs: 'll'
+ strftime: "%b %e, %Y"
+ dayjs: "ll"
archives:
- strftime: '%b'
- dayjs: 'MMM'
+ strftime: "%b"
+ dayjs: "MMM"
# categories page
categories:
diff --git a/_data/locales/ko-KR.yml b/_data/locales/ko-KR.yml
index 73e1ded..4dd221b 100644
--- a/_data/locales/ko-KR.yml
+++ b/_data/locales/ko-KR.yml
@@ -40,7 +40,7 @@ copyright:
명시되지 않는 한 이 사이트의 블로그 게시물은 작성자의
Creative Commons Attribution 4.0 International(CC BY 4.0) 라이선스에 따라 사용이 허가되었습니다.
-meta: Powered by :PLATFORM with :THEME theme.
+meta: Powered by :PLATFORM with :THEME theme
not_found:
statment: 해당 URL은 존재하지 않습니다.
@@ -70,15 +70,13 @@ post:
share_link:
title: 링크 복사하기
succeed: 링크가 복사되었습니다!
- # pinned prompt of posts list on homepage
- pin_prompt: 핀
# Date time format.
# See: ,
df:
post:
- strftime: '%Y/%m/%d'
- dayjs: 'YYYY/MM/DD'
+ strftime: "%Y/%m/%d"
+ dayjs: "YYYY/MM/DD"
# categories page
categories:
diff --git a/_data/locales/my-MM.yml b/_data/locales/my-MM.yml
index 9990c76..98848d5 100644
--- a/_data/locales/my-MM.yml
+++ b/_data/locales/my-MM.yml
@@ -40,7 +40,7 @@ copyright:
အခြားမှတ်သားထားချက်များမှလွဲ၍ ဤဆိုက်ရှိ ဘလော့ဂ်ပို့စ်များသည် စာရေးသူ၏
Creative Commons Attribution 4.0 International (CC BY 4.0) အောက်တွင် လိုင်စင်ရထားပါသည်။
-meta: Powered by :PLATFORM with :THEME theme.
+meta: Powered by :PLATFORM with :THEME theme
not_found:
statment: ဝမ်းနည်းပါသည်၊ ကျွန်ုပ်တို့သည် အဆိုပါ URL ကို မှားယွင်းစွာ နေရာချထားခြင်း သို့မဟုတ် ၎င်းသည် မရှိသောအရာကို ညွှန်ပြနေပါသည်။
@@ -70,8 +70,6 @@ post:
share_link:
title: လင့်ခ်ကို ကူးယူရန်
succeed: လင့်ခ်ကို ကူးယူလိုက်ပြီ။
- # pinned prompt of posts list on homepage
- pin_prompt: ချိတ်ထားသည်။
# categories page
categories:
diff --git a/_data/locales/pt-BR.yml b/_data/locales/pt-BR.yml
index 831e6d3..4cef833 100644
--- a/_data/locales/pt-BR.yml
+++ b/_data/locales/pt-BR.yml
@@ -40,7 +40,7 @@ copyright:
Exceto onde indicado de outra forma, as postagens do blog neste site são licenciadas sob a
Creative Commons Attribution 4.0 International (CC BY 4.0) License pelo autor.
-meta: Feito com :PLATFORM usando o tema :THEME.
+meta: Feito com :PLATFORM usando o tema :THEME
not_found:
statment: Desculpe, a página não foi encontrada.
@@ -70,8 +70,6 @@ post:
share_link:
title: Copie o link
succeed: Link copiado com sucesso!
- # pinned prompt of posts list on homepage
- pin_prompt: Fixado
# categories page
categories:
diff --git a/_data/locales/ru-RU.yml b/_data/locales/ru-RU.yml
index 3cd937c..4377300 100644
--- a/_data/locales/ru-RU.yml
+++ b/_data/locales/ru-RU.yml
@@ -40,7 +40,7 @@ copyright:
Публикации на сайте защищены лицензией Creative Commons Attribution 4.0 International (CC BY 4.0),
если в тексте публикации не указано иное.
-meta: Powered by :PLATFORM with :THEME theme.
+meta: Powered by :PLATFORM with :THEME theme
not_found:
statment: Извините, эта ссылка указывает на ресурс который не существует.
@@ -70,8 +70,6 @@ post:
share_link:
title: Скопировать ссылку
succeed: Ссылка успешно скопирована!
- # pinned prompt of posts list on homepage
- pin_prompt: Закреплено
# categories page
categories:
diff --git a/_data/locales/sl-SI.yml b/_data/locales/sl-SI.yml
new file mode 100644
index 0000000..7ab18b1
--- /dev/null
+++ b/_data/locales/sl-SI.yml
@@ -0,0 +1,91 @@
+# The layout text of site
+
+# ----- Commons label -----
+
+layout:
+ post: Objava #Post
+ category: Kategorija #Category
+ tag: Oznaka #Tag
+
+# The tabs of sidebar
+tabs:
+ # format: :
+ home: Domov #Home
+ categories: Kategorije #Categories
+ tags: Oznake #Tags
+ archives: Arhiv #Archives
+ about: O meni #About
+
+# the text displayed in the search bar & search results
+search:
+ hint: išči #search
+ cancel: Prekliči #Cancel
+ no_results: Ups! Vsebina ni bila najdena #Oops! No results found.
+
+panel:
+ lastmod: Nedavno Posodobljeno #Recently Updated
+ trending_tags: Priljubljene Oznake #Trending Tags
+ toc: Vsebina #Contents
+
+copyright:
+ # Shown at the bottom of the post
+ license:
+ template: Ta objava je licencirana pod :LICENCE_NAME s strani avtorja. #This post is licensed under :LICENSE_NAME by the author.
+ name: CC BY 4.0
+ link: https://creativecommons.org/licenses/by/4.0/
+
+ # Displayed in the footer
+ brief: Nekatere pravice pridržane. #Some rights reserved.
+ verbose: >-
+ Razen kjer navedeno drugače, vse objave spletnega dnevnika so licencirane
+ pod Creative Commons Attribution 4.0 International (CC BY 4.0) s strani avtorja.
+
+meta: Uporabljena :PLATFORM tema :THEME #Using the :PLATFORM theme :THEME
+
+not_found:
+ statment: Oprostite, hiperpovezava je neustrezna ali vsebina ne obstajata. #Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
+
+notification:
+ update_found: Novejša različica vsebine je na voljo. #A new version of content is available.
+ update: Posodobi #Update
+
+# ----- Posts related labels -----
+
+post:
+ written_by: Od #By
+ posted: Objavljeno #Posted
+ updated: Posodobljeno #Updated
+ words: besede #words
+ pageview_measure: ogledi #views
+ read_time:
+ unit: min
+ prompt: beri #read
+ relate_posts: Nadaljnje branje #Further Reading
+ share: Deli #Share
+ button:
+ next: Novejše #Newer
+ previous: Starejše #Older
+ copy_code:
+ succeed: Kopirano! #Copied!
+ share_link:
+ title: Kopiraj povezavo #Copy link
+ succeed: Povezava uspešno kopirana! #Link copied successfully!
+
+# Date time format.
+# See: ,
+df:
+ post:
+ strftime: "%e %b, %Y"
+ dayjs: "ll"
+ archives:
+ strftime: "%b"
+ dayjs: "MMM"
+
+# categories page
+categories:
+ category_measure:
+ singular: kategorija #category
+ plural: kategorije #categories
+ post_measure:
+ singular: objava #post
+ plural: objave #posts
diff --git a/_data/locales/sv-SE.yml b/_data/locales/sv-SE.yml
new file mode 100644
index 0000000..7ec2ee2
--- /dev/null
+++ b/_data/locales/sv-SE.yml
@@ -0,0 +1,91 @@
+# The layout text of site
+
+# ----- Commons label -----
+
+layout:
+ post: Inlägg #Post
+ category: Kategori #Category
+ tag: Tagga #Tag
+
+# The tabs of sidebar
+tabs:
+ # format: :
+ home: Hem #Home
+ categories: Kategorier #Categories
+ tags: Taggar #Tags
+ archives: Arkiv #Archives
+ about: Om #About
+
+# the text displayed in the search bar & search results
+search:
+ hint: sök
+ cancel: Avbryt
+ no_results: Hoppsan! Hittade inga sökträffar.
+
+panel:
+ lastmod: Senast uppdaterad
+ trending_tags: Trendande taggar
+ toc: Innehåll
+
+copyright:
+ # Shown at the bottom of the post
+ license:
+ template: Den här posten är publicerad under licensen :LICENSE_NAME av författaren.
+ name: CC BY 4.0
+ link: https://creativecommons.org/licenses/by/4.0/
+
+ # Displayed in the footer
+ brief: Vissa rättigheter är reserverade.
+ verbose: >-
+ Om inte annat anges är blogginläggen på denna webbplats licensierade
+ under Creative Commons Attribution 4.0 International (CC BY 4.0) av författaren.
+
+meta: Byggd med :PLATFORM och temat :THEME
+
+not_found:
+ statment: Ursäkta, vi har tappat bort den här webbadressen eller så pekar den på något som inte längre finns.
+
+notification:
+ update_found: Det finns en ny version av innehållet.
+ update: Uppdatera sidan
+
+# ----- Posts related labels -----
+
+post:
+ written_by: Av
+ posted: Postad
+ updated: Uppdaterad
+ words: ord
+ pageview_measure: visningar
+ read_time:
+ unit: min
+ prompt: läsning
+ relate_posts: Mer läsning
+ share: Dela
+ button:
+ next: Nyare
+ previous: Äldre
+ copy_code:
+ succeed: Kopierat!
+ share_link:
+ title: Kopiera länk
+ succeed: Länken har kopierats!
+
+# Date time format.
+# See: ,
+df:
+ post:
+ strftime: "%b %e, %Y"
+ dayjs: "ll"
+ archives:
+ strftime: "%b"
+ dayjs: "MMM"
+
+# categories page
+categories:
+ category_measure:
+ singular: kategori
+ plural: kategorier
+ post_measure:
+ singular: inlägg
+ plural: inlägg
diff --git a/_data/locales/tr-TR.yml b/_data/locales/tr-TR.yml
index f7c2567..851f5fc 100644
--- a/_data/locales/tr-TR.yml
+++ b/_data/locales/tr-TR.yml
@@ -40,7 +40,7 @@ copyright:
Aksi belirtilmediği sürece, bu sitedeki gönderiler Creative Commons Atıf 4.0 Uluslararası (CC BY 4.0) Lisansı altındadır.
Kısaca sayfa linkini de vererek paylaşabilir veya düzenleyip paylaşabilirsin.
-meta: :PLATFORM ve :THEME teması.
+meta: :PLATFORM ve :THEME teması
not_found:
statment: Üzgünüz, bu linki yanlış yerleştirdik veya var olmayan bir şeye işaret ediyor.
@@ -70,8 +70,6 @@ post:
share_link:
title: Linki kopyala
succeed: Link kopyalandı.
- # pinned prompt of posts list on homepage
- pin_prompt: Sabitlendi
# categories page
categories:
diff --git a/_data/locales/uk-UA.yml b/_data/locales/uk-UA.yml
index 6925e42..b605073 100644
--- a/_data/locales/uk-UA.yml
+++ b/_data/locales/uk-UA.yml
@@ -40,7 +40,7 @@ copyright:
Публікації на сайті захищено ліцензією Creative Commons Attribution 4.0 International (CC BY 4.0),
якщо інше не вказано в тексті.
-meta: Powered by :PLATFORM with :THEME theme.
+meta: Powered by :PLATFORM with :THEME theme
not_found:
statment: Вибачте, це посилання вказує на ресурс, що не існує.
@@ -70,8 +70,6 @@ post:
share_link:
title: Скопіювати посилання
succeed: Посилання успішно скопійовано!
- # pinned prompt of posts list on homepage
- pin_prompt: Закріплено
# categories page
categories:
diff --git a/_data/locales/vi-VN.yml b/_data/locales/vi-VN.yml
index 592000d..617431a 100644
--- a/_data/locales/vi-VN.yml
+++ b/_data/locales/vi-VN.yml
@@ -38,7 +38,8 @@ copyright:
brief: Một số quyền được bảo lưu.
verbose: >-
Trừ khi có ghi chú khác, các bài viết đăng trên trang này được cấp phép bởi tác giả theo giấy phép Creative Commons Attribution 4.0 International (CC BY 4.0).
-meta: Trang web này được tạo bởi :PLATFORM với chủ đề :THEME.
+
+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.
@@ -68,8 +69,6 @@ post:
share_link:
title: Sao chép đường dẫn
succeed: Đã sao chép đường dẫn thành công!
- # pinned prompt of posts list on homepage
- pin_prompt: Bài ghim
# categories page
categories:
diff --git a/_data/locales/zh-CN.yml b/_data/locales/zh-CN.yml
index 1463e95..f828134 100644
--- a/_data/locales/zh-CN.yml
+++ b/_data/locales/zh-CN.yml
@@ -39,7 +39,7 @@ copyright:
verbose: >-
除非另有说明,本网站上的博客文章均由作者按照知识共享署名 4.0 国际 (CC BY 4.0) 许可协议进行授权。
-meta: 本站由 :PLATFORM 生成,采用 :THEME 主题。
+meta: 本站采用 :PLATFORM 主题 :THEME
not_found:
statment: 抱歉,我们放错了该 URL,或者它指向了不存在的内容。
@@ -69,15 +69,13 @@ post:
share_link:
title: 分享链接
succeed: 链接已复制!
- # pinned prompt of posts list on homepage
- pin_prompt: 顶置
# Date time format.
# See: ,
df:
post:
- strftime: '%Y/%m/%d'
- dayjs: 'YYYY/MM/DD'
+ strftime: "%Y/%m/%d"
+ dayjs: "YYYY/MM/DD"
# categories page
categories:
diff --git a/_data/locales/zh-TW.yml b/_data/locales/zh-TW.yml
new file mode 100644
index 0000000..911253b
--- /dev/null
+++ b/_data/locales/zh-TW.yml
@@ -0,0 +1,83 @@
+# The layout text of site
+
+# ----- Commons label -----
+
+layout:
+ post: 文章
+ category: 分類
+ tag: 標籤
+
+# The tabs of sidebar
+tabs:
+ # format: :
+ home: 首頁
+ categories: 分類
+ tags: 標籤
+ archives: 封存
+ about: 關於
+
+# the text displayed in the search bar & search results
+search:
+ hint: 搜尋
+ cancel: 取消
+ no_results: 沒有搜尋結果
+
+panel:
+ lastmod: 最近更新
+ trending_tags: 熱門標籤
+ toc: 文章摘要
+
+copyright:
+ # Shown at the bottom of the post
+ license:
+ template: 本文章以 :LICENSE_NAME 授權
+ name: CC BY 4.0
+ link: https://creativecommons.org/licenses/by/4.0/
+
+ # Displayed in the footer
+ brief: 保留部份權利。
+ verbose: >-
+ 除非另有說明,否則本網誌的文章均由作者按照姓名標示 4.0 國際 (CC BY 4.0) 授權條款進行授權。
+
+meta: 本網站使用 :PLATFORM 產生,採用 :THEME 主題
+
+not_found:
+ statment: 抱歉,您可能正在存取一個已被移動的 URL,或者它從未存在。
+
+notification:
+ update_found: 發現新版本更新。
+ update: 更新
+
+# ----- Posts related labels -----
+
+post:
+ written_by: 作者
+ posted: 發布於
+ updated: 更新於
+ words: 字
+ pageview_measure: 次瀏覽
+ read_time:
+ unit: 分鐘
+ prompt: 閱讀
+ relate_posts: 相關文章
+ share: 分享
+ button:
+ next: 下一篇
+ previous: 上一篇
+ copy_code:
+ succeed: 已複製!
+ share_link:
+ title: 分享連結
+ succeed: 已複製連結!
+
+# Date time format.
+# See: ,
+df:
+ post:
+ strftime: "%Y/%m/%d"
+ dayjs: "YYYY/MM/DD"
+
+# categories page
+categories:
+ category_measure: 個分類
+ post_measure: 篇文章
diff --git a/_data/assets/self_host.yml b/_data/origin/basic.yml
similarity index 100%
rename from _data/assets/self_host.yml
rename to _data/origin/basic.yml
diff --git a/_data/assets/cross_origin.yml b/_data/origin/cors.yml
similarity index 63%
rename from _data/assets/cross_origin.yml
rename to _data/origin/cors.yml
index 01d558f..cf8f0ec 100644
--- a/_data/assets/cross_origin.yml
+++ b/_data/origin/cors.yml
@@ -11,36 +11,36 @@ cdns:
# fonts
-webfonts: https://fonts.googleapis.com/css2?family=Lato&family=Source+Sans+Pro:wght@400;600;700;900&display=swap
+webfonts: https://fonts.googleapis.com/css2?family=Lato&family=Source+Sans+Pro:wght@400;600;900&display=swap
# Libraries
jquery:
- js: https://cdn.jsdelivr.net/npm/jquery@3.6.1/dist/jquery.min.js
+ js: https://cdn.jsdelivr.net/npm/jquery@3.7.0/dist/jquery.min.js
bootstrap:
- css: https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css
- js: https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js
+ css: https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css
+ js: https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js
toc:
- css: https://cdn.jsdelivr.net/npm/tocbot@4.20.1/dist/tocbot.min.css
- js: https://cdn.jsdelivr.net/npm/tocbot@4.20.1/dist/tocbot.min.js
+ css: https://cdn.jsdelivr.net/npm/tocbot@4.21.0/dist/tocbot.min.css
+ js: https://cdn.jsdelivr.net/npm/tocbot@4.21.0/dist/tocbot.min.js
fontawesome:
- css: https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.1/css/all.min.css
+ css: https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css
search:
js: https://cdn.jsdelivr.net/npm/simple-jekyll-search@1.10.0/dest/simple-jekyll-search.min.js
mermaid:
- js: https://cdn.jsdelivr.net/npm/mermaid@9.2.2/dist/mermaid.min.js
+ js: https://cdn.jsdelivr.net/npm/mermaid@9.4.3/dist/mermaid.min.js
dayjs:
js:
- common: https://cdn.jsdelivr.net/npm/dayjs@1.11.6/dayjs.min.js
- locale: https://cdn.jsdelivr.net/npm/dayjs@1.11.6/locale/:LOCALE.min.js
- relativeTime: https://cdn.jsdelivr.net/npm/dayjs@1.11.6/plugin/relativeTime.min.js
- localizedFormat: https://cdn.jsdelivr.net/npm/dayjs@1.11.6/plugin/localizedFormat.min.js
+ common: https://cdn.jsdelivr.net/npm/dayjs@1.11.7/dayjs.min.js
+ locale: https://cdn.jsdelivr.net/npm/dayjs@1.11.7/locale/:LOCALE.min.js
+ relativeTime: https://cdn.jsdelivr.net/npm/dayjs@1.11.7/plugin/relativeTime.min.js
+ localizedFormat: https://cdn.jsdelivr.net/npm/dayjs@1.11.7/plugin/localizedFormat.min.js
countup:
js: https://cdn.jsdelivr.net/npm/countup.js@1.9.3/dist/countUp.min.js
diff --git a/_includes/comments/giscus.html b/_includes/comments/giscus.html
index 29b848f..ed918a9 100644
--- a/_includes/comments/giscus.html
+++ b/_includes/comments/giscus.html
@@ -1,44 +1,54 @@
diff --git a/_includes/datetime.html b/_includes/datetime.html
index e659c5a..53258ba 100644
--- a/_includes/datetime.html
+++ b/_includes/datetime.html
@@ -4,12 +4,16 @@
-->
{% assign wrap_elem = include.wrap | default: 'em' %}
-{% assign df_strftime = site.data.locales[site.lang].df.post.strftime | default: '%d/%m/%Y' %}
-{% assign df_dayjs = site.data.locales[site.lang].df.post.dayjs | default: 'DD/MM/YYYY' %}
+{% assign df_strftime = site.data.locales[include.lang].df.post.strftime | default: '%d/%m/%Y' %}
+{% assign df_dayjs = site.data.locales[include.lang].df.post.dayjs | default: 'DD/MM/YYYY' %}
-<{{ wrap_elem }} class="{% if include.class %}{{ include.class }}{% endif %}"
- data-ts="{{ include.date | date: '%s' }}"
- data-df="{{ df_dayjs }}"
- {% if include.tooltip %}data-toggle="tooltip" data-placement="bottom"{% endif %}>
+<{{ wrap_elem }}
+ class="{% if include.class %}{{ include.class }}{% endif %}"
+ data-ts="{{ include.date | date: '%s' }}"
+ data-df="{{ df_dayjs }}"
+ {% if include.tooltip %}
+ data-bs-toggle="tooltip" data-bs-placement="bottom"
+ {% endif %}
+>
{{ include.date | date: df_strftime }}
{{ wrap_elem }}>
diff --git a/_includes/footer.html b/_includes/footer.html
index f4b16d9..3b36c4a 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,36 +1,34 @@