-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
xiaomeng
committed
Apr 20, 2024
1 parent
0cbb58f
commit 2b0fc5d
Showing
29 changed files
with
2,149 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## Template › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/advanced-usage.md#setting-author-url | ||
# ------------------------------------- | ||
# {author_id}: | ||
# name: {full name} | ||
# twitter: {twitter_of_author} | ||
# url: {homepage_of_author} | ||
# ------------------------------------- | ||
|
||
cotes: | ||
name: JiangShangJiu | ||
twitter: cotes2020 | ||
url: https://github.com/JiangShangJiu/ | ||
|
||
sille_bille: | ||
name: Dinesh Prasanth Moluguwan Krishnamoorthy | ||
twitter: dinesh_MKD | ||
url: https://github.com/JiangShangJiu/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
# The layout text of site | ||
|
||
# ----- Commons label ----- | ||
|
||
layout: | ||
post: منشور | ||
category: فئة | ||
tag: وسم | ||
|
||
# The tabs of sidebar | ||
tabs: | ||
# format: <filename_without_extension>: <value> | ||
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: >- | ||
ما لم يذكر خلاف ذلك ، يتم ترخيص منشورات المدونة على هذا الموقع | ||
بموجب ترخيص Creative Commons Attribution 4.0 International (CC BY 4.0) من قبل المؤلف. | ||
meta: باستخدام :PLATFORM السمة :THEME | ||
|
||
not_found: | ||
statment: عذرا, الرابط التالي غير صالح أو انه يشير إلى صفحة غير موجودة. | ||
|
||
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: <http://strftime.net/>, <https://day.js.org/docs/en/display/format> | ||
df: | ||
post: | ||
strftime: "%b %e, %Y" | ||
dayjs: "ll" | ||
archives: | ||
strftime: "%b" | ||
dayjs: "MMM" | ||
|
||
# categories page | ||
categories: | ||
category_measure: | ||
singular: فئة | ||
plural: فئات | ||
post_measure: | ||
singular: منشور | ||
plural: منشورات |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# The layout text of site | ||
|
||
# ----- Commons label ----- | ||
|
||
layout: | ||
post: Публикация | ||
category: Категория | ||
tag: Таг | ||
|
||
# The tabs of sidebar | ||
tabs: | ||
# format: <filename_without_extension>: <value> | ||
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: >- | ||
Освен ако не е посочено друго, публикациите в блога на този сайт са лицензирани | ||
под лиценза Creative Commons Attribution 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: Линкът е копиран успешно! | ||
|
||
# categories page | ||
categories: | ||
category_measure: | ||
singular: категория | ||
plural: категории | ||
post_measure: | ||
singular: публикация | ||
plural: публикации |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
# The layout text of site | ||
|
||
# ----- Commons label ----- | ||
|
||
layout: | ||
post: Příspěvek | ||
category: Kategorie | ||
tag: Štítek | ||
|
||
# The tabs of sidebar | ||
tabs: | ||
# format: <filename_without_extension>: <value> | ||
home: Domů | ||
categories: Kategorie | ||
tags: Štítky | ||
archives: Archivy | ||
about: O mně | ||
|
||
# the text displayed in the search bar & search results | ||
search: | ||
hint: hledat | ||
cancel: Zrušit | ||
no_results: Ups! Žádný výsledek nenalezen. | ||
|
||
panel: | ||
lastmod: Nedávno aktualizováno | ||
trending_tags: Trendy štítky | ||
toc: Obsah | ||
|
||
copyright: | ||
# Shown at the bottom of the post | ||
license: | ||
template: Tento příspěvek je licencován pod :LICENSE_NAME autorem. | ||
name: CC BY 4.0 | ||
link: https://creativecommons.org/licenses/by/4.0/ | ||
|
||
# Displayed in the footer | ||
brief: Některá práva vyhrazena. | ||
verbose: >- | ||
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 | ||
|
||
not_found: | ||
statment: 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. | ||
update: Aktualizace | ||
|
||
# ----- Posts related labels ----- | ||
|
||
post: | ||
written_by: Od | ||
posted: Zveřejněno | ||
updated: Aktualizováno | ||
words: slova | ||
pageview_measure: zhlednutí | ||
read_time: | ||
unit: minut | ||
prompt: čtení | ||
relate_posts: Další čtení | ||
share: Sdílet | ||
button: | ||
next: Novější | ||
previous: Starší | ||
copy_code: | ||
succeed: Zkopírováno! | ||
share_link: | ||
title: Kopírovat odkaz | ||
succeed: Zkopírováno! | ||
|
||
# Date time format. | ||
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format> | ||
df: | ||
post: | ||
strftime: "%b %e, %Y" | ||
dayjs: "ll" | ||
archives: | ||
strftime: "%b" | ||
dayjs: "MMM" | ||
|
||
# categories page | ||
categories: | ||
category_measure: kategorie | ||
post_measure: | ||
singular: příspěvěk | ||
plural: příspěvky |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
# The layout text of site | ||
|
||
# ----- Commons label ----- | ||
|
||
layout: | ||
post: Eintrag | ||
category: Kategorie | ||
tag: Tag | ||
|
||
# The tabs of sidebar | ||
tabs: | ||
# format: <filename_without_extension>: <value> | ||
home: Startseite | ||
categories: Kategorien | ||
tags: Tags | ||
archives: Archiv | ||
about: Über | ||
|
||
# the text displayed in the search bar & search results | ||
search: | ||
hint: Suche | ||
cancel: Abbrechen | ||
no_results: Ups! Keine Einträge gefunden. | ||
|
||
panel: | ||
lastmod: Kürzlich aktualisiert | ||
trending_tags: Beliebte Tags | ||
toc: Inhalt | ||
|
||
copyright: | ||
# Shown at the bottom of the post | ||
license: | ||
template: Dieser Eintrag ist vom Autor unter :LICENSE_NAME lizensiert. | ||
name: CC BY 4.0 | ||
link: https://creativecommons.org/licenses/by/4.0/ | ||
|
||
# Displayed in the footer | ||
brief: Einige Rechte vorbehalten. | ||
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 | ||
|
||
not_found: | ||
statment: Entschuldigung, dieser Link verweist auf keine vorhandene Ressource. | ||
|
||
notification: | ||
update_found: Eine neue Version ist verfügbar. | ||
update: Neue Version | ||
|
||
# ----- Posts related labels ----- | ||
|
||
post: | ||
written_by: Von | ||
posted: Veröffentlicht | ||
updated: Aktualisiert | ||
words: Wörter | ||
pageview_measure: Aufrufe | ||
read_time: | ||
unit: Minuten | ||
prompt: Lesezeit | ||
relate_posts: Weiterlesen | ||
share: Teilen | ||
button: | ||
next: Nächster Eintrag | ||
previous: Eintrag vorher | ||
copy_code: | ||
succeed: Kopiert! | ||
share_link: | ||
title: Link kopieren | ||
succeed: Link erfolgreich kopiert! | ||
|
||
# Date time format. | ||
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format> | ||
df: | ||
post: | ||
strftime: "%d.%m.%Y" | ||
dayjs: "DD.MM.YYYY" | ||
|
||
# categories page | ||
categories: | ||
category_measure: | ||
singular: Kategorie | ||
plural: Kategorien | ||
post_measure: | ||
singular: Eintrag | ||
plural: Einträge |
Oops, something went wrong.