diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index fed62a9058e..356d42a3dae 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -42,7 +42,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.1' # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted + ruby-version: 3 # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted bundler-cache: true - name: Build site diff --git a/_data/locales/ar.yml b/_data/locales/ar.yml new file mode 100644 index 00000000000..7f1725f6999 --- /dev/null +++ b/_data/locales/ar.yml @@ -0,0 +1,93 @@ +# 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: >- + ما لم يذكر خلاف ذلك ، يتم ترخيص منشورات المدونة على هذا الموقع + بموجب ترخيص 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: تم نسخ الرابط بنجاح! + # pinned prompt of posts list on homepage + pin_prompt: مثبت + +# Date time format. +# See: , +df: + post: + strftime: '%b %e, %Y' + dayjs: 'll' + archives: + strftime: '%b' + dayjs: 'MMM' + +# categories page +categories: + category_measure: + singular: فئة + plural: فئات + post_measure: + singular: منشور + plural: منشورات diff --git a/_includes/refactor-content.html b/_includes/refactor-content.html index e98b9911b12..3a6f943a3b3 100644 --- a/_includes/refactor-content.html +++ b/_includes/refactor-content.html @@ -277,54 +277,6 @@ {% assign _content = _heading_content %} - - -{% assign blockquote_start = '
' %} -{% assign cls_prefix = 'prompt-' %} - -{% if _content contains blockquote_start %} - - {% assign _prompt_content = nil %} - {% assign _prompt_snippets = _content | split: blockquote_start %} - - {% for _snippet in _prompt_snippets %} - - {% if forloop.first %} - {% assign _prompt_content = _snippet %} - {% continue %} - {% endif %} - - {% assign left = _snippet | split: blockquote_end | first %} - {% assign right = _snippet | slice: left.size, _snippet.size %} - - {% assign cls_str = left | split: '>' | first %} - {% assign cls_array = cls_str | remove: '"' | split: ' ' %} - {% assign is_prompt = false %} - - {% for cls in cls_array %} - {% if cls contains cls_prefix %} - {% assign is_prompt = true %} - {% break %} - {% endif %} - {% endfor %} - - {% unless is_prompt %} - {% assign _prompt_content = _prompt_content | append: blockquote_start | append: _snippet %} - {% continue %} - {% endunless %} - - {% assign left = left | slice: cls_str.size, left.size %} - {% assign left = cls_str | append: '>' %} - - {% assign _prompt_content = _prompt_content | append: blockquote_start | append: left | append: right %} - - {% endfor %} - - {% assign _content = _prompt_content %} - -{% endif %} - {{ _content }} diff --git a/_javascript/copyright b/_javascript/copyright index f63512d4545..922836dd1e3 100644 --- a/_javascript/copyright +++ b/_javascript/copyright @@ -1,5 +1,5 @@ /*! - * Chirpy v5.4.0 (https://github.com/cotes2020/jekyll-theme-chirpy/) + * Chirpy v5.5.1 (https://github.com/cotes2020/jekyll-theme-chirpy/) * © 2019 Cotes Chung * MIT Licensed */ diff --git a/_layouts/post.html b/_layouts/post.html index 1acc3e382c5..d6cd81a2363 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -73,7 +73,7 @@

{{ page.title }}

{% if page.counterlink %} - 1003 + loading