Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 04b0036
Author: Steve Hoang <82992510+lotusk08@users.noreply.github.com>
Date:   Sun Jul 14 12:29:51 2024 +0700

    Delete 2019-08-09-getting-started.md

commit f5ef595
Merge: 4b0f50a 8c30f0a
Author: Steve Hoang <82992510+lotusk08@users.noreply.github.com>
Date:   Sun Jul 14 12:26:22 2024 +0700

    Merge remote-tracking branch 'upstream/master'

commit 8c30f0a
Author: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date:   Fri Jul 12 02:03:52 2024 +0800

    build(dev): support for running tasks in macOS

commit e4db1a1
Author: Alexander Fuks <kungfux@users.noreply.github.com>
Date:   Thu Jul 11 00:14:47 2024 +0400

    feat(dev): add vscode tasks (cotes2020#1843)

commit e3a78b6
Author: Daniel Singleton <48238314+goodnightdaniel@users.noreply.github.com>
Date:   Fri Jul 5 13:53:02 2024 -0700

    feat: add Threads social links (cotes2020#1837)

commit 8673e13
Author: Daniel Singleton <48238314+goodnightdaniel@users.noreply.github.com>
Date:   Fri Jul 5 05:03:01 2024 -0700

    feat: add Reddit social option (cotes2020#1836)

commit a07a57e
Author: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date:   Thu Jul 4 02:21:22 2024 +0800

    feat(ui): make `info-prompt` icon looks like the letter "i" (cotes2020#1835)

commit db9e58b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jul 4 01:49:30 2024 +0800

    build(deps-dev): bump the dev-deps group with 3 updates (cotes2020#1824)

    Updates the requirements on [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/plugin-transform-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-class-properties) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) to permit the latest version.

    Updates `@babel/core` to 7.24.7
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-core)

    Updates `@babel/plugin-transform-class-properties` to 7.24.7
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-plugin-transform-class-properties)

    Updates `@babel/preset-env` to 7.24.7
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-preset-env)

    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      dependency-type: direct:development
      dependency-group: dev-deps
    - dependency-name: "@babel/plugin-transform-class-properties"
      dependency-type: direct:development
      dependency-group: dev-deps
    - dependency-name: "@babel/preset-env"
      dependency-type: direct:development
      dependency-group: dev-deps
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit e6532ad
Author: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date:   Thu Jul 4 01:42:29 2024 +0800

    refactor: fix typos in locale variable

    statment -> statement

commit fbba0a4
Author: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date:   Tue Jul 2 06:00:39 2024 +0800

    chore: fix typos in project files and docs

commit c876731
Author: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date:   Mon Jul 1 07:02:36 2024 +0800

    feat(ui): improve visibility of inline code (cotes2020#1831)

commit 9ca7519
Author: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date:   Thu Jun 27 05:30:53 2024 +0800

    docs: unify the style of badges

commit 0709854
Author: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date:   Sun Jun 16 22:25:41 2024 +0800

    fix: adapt the giscus localization parameter (cotes2020#1810)

commit f1d3583
Author: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date:   Sat Jun 8 00:45:59 2024 +0800

    build(devcontainer): add omz plugins & verify extension signature

    VSCode fixed signature validation hangs in v1.90

commit cf853f1
Author: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date:   Fri Jun 7 19:27:54 2024 +0800

    chore: upgrade `husky` v9 settings

commit 7ca9c59
Author: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date:   Wed Jun 5 23:51:10 2024 +0800

    build(deps-dev): remove package `rollup-plugin-license` (cotes2020#1796)

    The `rollup-plugin-license` has been using too many deprecated dependencies, so it is necessary to remove it.

    As an alternative, this changes uses Rollup `output.banner` to insert copyright information. Since `terser` runs after `output`, it is not possible to insert the Front Matter defining permlink for `sw.js` through the same way (Jekyll Front Matter is YAML rather than JS, which would cause errors with terser).

    Therefore, _Jekyll Collection_ is now used to add permlink to `sw.js`, with the collection named `app`, and the directory placed in `_app`. This directory is not tracked by git, but it will be included when building the gem.

commit 250880c
Author: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date:   Tue Jun 4 19:28:02 2024 +0800

    docs: change ordering of badges

commit 88b844c
Author: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date:   Tue Jun 4 19:26:17 2024 +0800

    build(deps): improve dependency grouping

commit 3b46629
Author: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date:   Tue Jun 4 01:36:27 2024 +0800

    build(deps-dev): bump the npm group across 1 directory with 8 updates

    Updates the requirements on [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/plugin-transform-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-class-properties), [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-conventionalcommits), [rollup](https://github.com/rollup/rollup), [rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license), [semantic-release](https://github.com/semantic-release/semantic-release) and [stylelint](https://github.com/stylelint/stylelint) to permit the latest version.

    Updates `@babel/core` to 7.24.6
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.24.6/packages/babel-core)

    Updates `@babel/plugin-transform-class-properties` to 7.24.6
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.24.6/packages/babel-plugin-transform-class-properties)

    Updates `@babel/preset-env` to 7.24.6
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.24.6/packages/babel-preset-env)

    Updates `conventional-changelog-conventionalcommits` from 7.0.2 to 8.0.0
    - [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
    - [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-conventionalcommits/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/conventional-changelog/commits/conventional-changelog-conventionalcommits-v8.0.0/packages/conventional-changelog-conventionalcommits)

    Updates `rollup` to 4.18.0
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.17.2...v4.18.0)

    Updates `rollup-plugin-license` to 3.4.0
    - [Changelog](https://github.com/mjeanroy/rollup-plugin-license/blob/master/CHANGELOG.md)
    - [Commits](mjeanroy/rollup-plugin-license@v3.3.1...v3.4.0)

    Updates `semantic-release` from 23.1.1 to 24.0.0
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v23.1.1...v24.0.0)

    Updates `stylelint` to 16.6.1
    - [Release notes](https://github.com/stylelint/stylelint/releases)
    - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
    - [Commits](stylelint/stylelint@16.5.0...16.6.1)

commit 1e3d4a6
Author: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date:   Mon Jun 3 21:12:54 2024 +0800

    feat(dev): support vscode dev-container (cotes2020#1781)

commit 1c5fa08
Author: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date:   Sat Jun 1 04:11:01 2024 +0800

    refactor: restore shell script extensions

    Without an extension, the shell script configuration in `.gitattribute` will not work.

commit 64ae7a3
Author: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date:   Thu May 30 03:33:35 2024 +0800

    docs: correct markdown syntax of tutorial (cotes2020#1787)
  • Loading branch information
lotusk08 committed Jul 14, 2024
1 parent 32d2580 commit 8c24e92
Show file tree
Hide file tree
Showing 39 changed files with 143 additions and 61 deletions.
64 changes: 64 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Run Jekyll Server",
"type": "shell",
"command": "./tools/run.sh",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [],
"detail": "Runs the Jekyll server with live reload."
},
{
"label": "Build Jekyll Site",
"type": "shell",
"command": "./tools/test.sh",
"group": {
"kind": "build"
},
"problemMatcher": [],
"detail": "Build the Jekyll site for production."
},
{
"label": "Build JS (watch)",
"type": "shell",
"command": "npm run watch:js",
"group": {
"kind": "build"
},
"problemMatcher": [],
"detail": "Build JS files in watch mode."
},
{
"label": "Build CSS",
"type": "shell",
"command": "npm run build:css",
"group": {
"kind": "build"
},
"problemMatcher": [],
"detail": "Build CSS files."
},
{
"label": "Build JS & CSS",
"type": "shell",
"command": "npm run build",
"group": {
"kind": "build"
},
"problemMatcher": [],
"detail": "Build JS & CSS for production."
},
{
"label": "Run Jekyll Server + Build JS (watch)",
"dependsOn": ["Run Jekyll Server", "Build JS (watch)"],
"group": {
"kind": "build"
},
"detail": "Runs both the Jekyll server with live reload and build JS files in watch mode."
}
]
}
8 changes: 8 additions & 0 deletions _data/contact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@
# - type: bluesky
# icon: 'fa-brands fa-bluesky'
# url: '' # Fill with your Bluesky profile link
#
# - type: reddit
# icon: 'fa-brands fa-reddit'
# url: '' # Fill with your Reddit profile link
#
# - type: threads
# icon: 'fa-brands fa-threads'
# url: '' # Fill with your Threads profile link
2 changes: 1 addition & 1 deletion _data/locales/ar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ copyright:
meta: باستخدام :PLATFORM السمة :THEME

not_found:
statment: عذرا, الرابط التالي غير صالح أو انه يشير إلى صفحة غير موجودة.
statement: عذرا, الرابط التالي غير صالح أو انه يشير إلى صفحة غير موجودة.

notification:
update_found: يتوفر اصدار جديد للمحتوى.
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/bg-BG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ copyright:
meta: Създадено чрез :PLATFORM и :THEME тема

not_found:
statment: Съжалявам, но на този URL адрес няма налично съдържание.
statement: Съжалявам, но на този URL адрес няма налично съдържание.

notification:
update_found: Налична е нова версия на съдържанието.
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/cs-CZ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ copyright:
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.
statement: Omlouváme se, adresu URL jsme špatně umístili nebo odkazuje na něco, co neexistuje.

notification:
update_found: Je k dispozici nová verze obsahu.
Expand Down
4 changes: 2 additions & 2 deletions _data/locales/de-DE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ copyright:
meta: Powered by :PLATFORM with :THEME theme

not_found:
statment: Entschuldigung, dieser Link verweist auf keine vorhandene Ressource.
statement: Entschuldigung, dieser Link verweist auf keine vorhandene Ressource.

notification:
update_found: Eine neue Version ist verfügbar.
Expand Down Expand Up @@ -76,7 +76,7 @@ df:
post:
strftime: "%d.%m.%Y"
dayjs: "DD.MM.YYYY"

# categories page
categories:
category_measure:
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/el-GR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ copyright:
meta: Αξιοποιώντας την :PLATFORM theme :THEME

not_found:
statment: Συγνώμη, έχουμε τοποθετήσει λάθος αυτήν την διεύθυνση URL ή υποδεικνύει κάτι που δεν υπάρχει.
statement: Συγνώμη, έχουμε τοποθετήσει λάθος αυτήν την διεύθυνση URL ή υποδεικνύει κάτι που δεν υπάρχει.

notification:
update_found: Υπάρχει διαθέσιμη μια νέα έκδοση του περιεχομένου.
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ meta: Written by humans using the :THEME :PLATFORM.
# Using the :THEME theme for :PLATFORM.

not_found:
statment: Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
statement: Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.

notification:
update_found: A new version of content is available.
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/es-ES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ copyright:
meta: Hecho con :PLATFORM usando el tema :THEME

not_found:
statment: Lo sentimos, hemos perdido esa URL o apunta a algo que no existe.
statement: Lo sentimos, hemos perdido esa URL o apunta a algo que no existe.

notification:
update_found: Hay una nueva versión de contenido disponible.
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/fi-FI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ copyright:
meta: Käytetään :PLATFORM iä Teema :THEME

not_found:
statment: Valitettavasti tällä URL-osoitteella ei ole saatavilla sisältöä.
statement: Valitettavasti tällä URL-osoitteella ei ole saatavilla sisältöä.

notification:
update_found: Uusi versio sisällöstä on saatavilla.
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/fr-FR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ copyright:
meta: Propulsé par :PLATFORM avec le thème :THEME

not_found:
statment: Désolé, nous avons égaré cette URL ou elle pointe vers quelque chose qui n'existe pas.
statement: Désolé, nous avons égaré cette URL ou elle pointe vers quelque chose qui n'existe pas.

notification:
update_found: Une nouvelle version du contenu est disponible.
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/hu-HU.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ copyright:
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.
statement: Sajnáljuk, az URL-t rosszul helyeztük el, vagy valami nem létezőre mutat.

notification:
update_found: Elérhető a tartalom új verziója.
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/id-ID.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ copyright:
meta: Didukung oleh :PLATFORM dengan tema :THEME

not_found:
statment: Maaf, kami gagal menemukan URL itu atau memang mengarah ke sesuatu yang tidak ada.
statement: Maaf, kami gagal menemukan URL itu atau memang mengarah ke sesuatu yang tidak ada.

notification:
update_found: Versi konten baru tersedia.
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/it-IT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ copyright:
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.
statement: Ci scusiamo, non è stato possibile trovare l'URL in questione. Potrebbe puntare ad una pagina non esistente.

notification:
update_found: Nuova versione del contenuto disponibile.
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/ko-KR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ copyright:
meta: Powered by :PLATFORM with :THEME theme

not_found:
statment: 해당 URL은 존재하지 않습니다.
statement: 해당 URL은 존재하지 않습니다.

notification:
update_found: 새 버전의 콘텐츠를 사용할 수 있습니다.
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/my-MM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ copyright:
meta: Powered by :PLATFORM with :THEME theme

not_found:
statment: ဝမ်းနည်းပါသည်၊ ကျွန်ုပ်တို့သည် အဆိုပါ URL ကို မှားယွင်းစွာ နေရာချထားခြင်း သို့မဟုတ် ၎င်းသည် မရှိသောအရာကို ညွှန်ပြနေပါသည်။
statement: ဝမ်းနည်းပါသည်၊ ကျွန်ုပ်တို့သည် အဆိုပါ URL ကို မှားယွင်းစွာ နေရာချထားခြင်း သို့မဟုတ် ၎င်းသည် မရှိသောအရာကို ညွှန်ပြနေပါသည်။

notification:
update_found: အကြောင်းအရာဗားရှင်းအသစ်ကို ရနိုင်ပါပြီ။
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/pt-BR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ copyright:
meta: Feito com :PLATFORM usando o tema :THEME

not_found:
statment: Desculpe, a página não foi encontrada.
statement: Desculpe, a página não foi encontrada.

notification:
update_found: Uma nova versão do conteúdo está disponível.
Expand Down
4 changes: 2 additions & 2 deletions _data/locales/ru-RU.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ copyright:
meta: Использует тему :THEME для :PLATFORM

not_found:
statment: Извините, мы перепутали URL-адрес или он указывает на что-то несуществующее.
statement: Извините, мы перепутали URL-адрес или он указывает на что-то несуществующее.

notification:
update_found: Доступна новая версия контента.
Expand Down Expand Up @@ -76,7 +76,7 @@ df:
post:
strftime: "%d.%m.%Y"
dayjs: "DD.MM.YYYY"

# categories page
categories:
category_measure:
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/sl-SI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ copyright:
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.
statement: 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.
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/sv-SE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ copyright:
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.
statement: 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.
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/th.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ copyright:
meta: กำลังใช้ธีมของ :PLATFORM ชื่อ :THEME

not_found:
statment: ขออภัย เราวาง URL นั้นไว้ผิดที่ หรือมันชี้ไปยังสิ่งที่ไม่มีอยู่
statement: ขออภัย เราวาง URL นั้นไว้ผิดที่ หรือมันชี้ไปยังสิ่งที่ไม่มีอยู่

notification:
update_found: มีเวอร์ชันใหม่ของเนื้อหา
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/tr-TR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ copyright:
meta: :PLATFORM ve :THEME teması

not_found:
statment: Üzgünüz, bu linki yanlış yerleştirdik veya var olmayan bir şeye işaret ediyor.
statement: Üzgünüz, bu linki yanlış yerleştirdik veya var olmayan bir şeye işaret ediyor.

notification:
update_found: İçeriğin yeni bir sürümü mevcut.
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/uk-UA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ copyright:
meta: Powered by :PLATFORM with :THEME theme

not_found:
statment: Вибачте, це посилання вказує на ресурс, що не існує.
statement: Вибачте, це посилання вказує на ресурс, що не існує.

notification:
update_found: Доступна нова версія вмісту.
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/vi-VN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ 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.
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ copyright:
meta: 本站采用 :PLATFORM 主题 :THEME

not_found:
statment: 抱歉,我们放错了该 URL,或者它指向了不存在的内容。
statement: 抱歉,我们放错了该 URL,或者它指向了不存在的内容。

notification:
update_found: 发现新版本的内容。
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/zh-TW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ copyright:
meta: 本網站使用 :PLATFORM 產生,採用 :THEME 主題

not_found:
statment: 抱歉,您可能正在存取一個已被移動的 URL,或者它從未存在。
statement: 抱歉,您可能正在存取一個已被移動的 URL,或者它從未存在。

notification:
update_found: 發現新版本更新。
Expand Down
8 changes: 8 additions & 0 deletions _data/share.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,11 @@ platforms:
# - 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"
8 changes: 4 additions & 4 deletions _drafts/2019-08-08-text-and-typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ image:

<!-- markdownlint-capture -->
<!-- markdownlint-disable -->
# H1 - heading
# H1 heading
{: .mt-4 .mb-0 }

## H2 - heading
## H2 heading
{: data-toc-skip='' .mt-4 .mb-0 }

### H3 - heading
### H3 heading
{: data-toc-skip='' .mt-4 .mb-0 }

#### H4 - heading
#### H4 heading
{: data-toc-skip='' .mt-4 }
<!-- markdownlint-restore -->

Expand Down
Loading

0 comments on commit 8c24e92

Please sign in to comment.