- Theme Decoupling & Cleanup:
- Fully decoupled and vendored the Blowfish theme directly into root directories (layouts/,
assets/, static/, data/, i18n/).
- De-registered and cleaned up legacy Git submodules (themes/blowfish, themes/hugo-admonitions)
from the Git index to protect the build from upstream breakages.
- Configured .gitignore to ignore development preview symlinks (content, static,
config/_default/menus.en.toml), build folders (public/, resources/), and locks.
- TOC & Layout Fixes:
- Replaced the custom layouts/_default/single.html template with the Blowfish default to restore
native container widths and the side-by-side flex layout.
- Restored TOC to float on the right sidebar on desktop viewports and render inline on mobile
viewports.
- Fixed a parameter resolution bug in layouts/partials/toc.html by checking both .Site.Params.
smartTOC and .Site.Params.article.smartTOC (where it is defined in params.toml).
- Upgraded the TOC scrollspy JavaScript to target all '#TableOfContents' containers on the page,
enabling highlight tracking on both desktop and mobile layouts.
- Documentation Updates (README.md):
- Restored YAML front matter metadata block at the top.
- Added detailed notes on the CI/CD build process and Gitea runner deployment targets
(/srv/www/docs-public and /srv/www/docs-private).
- Added a categorized and sorted "Shortcodes Quick Reference" table at the top of the shortcodes
section (ordered by Custom, Hugo Default, and Blowfish).
- Documented custom shortcodes (Include, Screenshot, Raw HTML) and missing Hugo default
shortcodes (Highlight, Instagram, Param, Ref, Relref, Twitter, Vimeo, Youtube).
- Restructured headings to ensure all sub-shortcodes are H3, removed block break tags (<br/>),
and appended horizontal separators (---) after H2 sections.
82 lines
2.4 KiB
YAML
82 lines
2.4 KiB
YAML
global:
|
|
language: "AR"
|
|
|
|
article:
|
|
anchor_label: "رابط"
|
|
date: "{{ .Date }}"
|
|
date_updated: "Updated: {{ .Date }}"
|
|
draft: "مسودة"
|
|
edit_title: "تعديل المحتوى"
|
|
reading_time:
|
|
one: "{{ .Count }} دقيقة قراءة"
|
|
other: "{{ .Count }} دقيقة/دقائق قراءة"
|
|
reading_time_title: "مدة القراءة"
|
|
table_of_contents: "محتوى المقال"
|
|
word_count:
|
|
one: "{{ .Count }} كلمة"
|
|
other: "{{ .Count }} كلمة"
|
|
views:
|
|
one: "{{ .Count }} view"
|
|
other: "{{ .Count }} views"
|
|
likes:
|
|
one: "{{ .Count }} like"
|
|
other: "{{ .Count }} likes"
|
|
part_of_series: "هذا المقال جزء من سلسلة."
|
|
part: "جزء"
|
|
this_article: "هذه المقالة"
|
|
related_articles: "مقالات ذات صلة"
|
|
reply_by_email: "الرد عبر البريد الإلكتروني"
|
|
reply_to: "رد على {{ .Title }}"
|
|
|
|
a11y:
|
|
title: "إعدادات إمكانية الوصول"
|
|
disable_blur: "تعطيل التمويه"
|
|
disable_images: "تعطيل الصور"
|
|
show_link_underline: "إظهار خط تحت الروابط"
|
|
font_size: "حجم الخط"
|
|
|
|
author:
|
|
byline_title: "الناشر"
|
|
|
|
code:
|
|
copy: "نسخ"
|
|
copied: "تم النسخ"
|
|
|
|
error:
|
|
404_title: "هذه الصفحة غير موجودة :confused:"
|
|
404_error: "خطأ 404"
|
|
404_description: "يبدو أن الصفحة التي طلبتها غير موجودة."
|
|
|
|
footer:
|
|
dark_appearance: "التحويل الى المظهر الداكن"
|
|
light_appearance: "التحويل الى المظهر الفاتح"
|
|
powered_by: "Powered by {{ .Hugo }} & {{ .Theme }}"
|
|
|
|
list:
|
|
externalurl_title: "ارتباط بموقع خارجي"
|
|
no_articles: "لا توجد مقالات لسردها هنا حتى الآن."
|
|
|
|
nav:
|
|
scroll_to_top_title: "انتقل إلى أعلى"
|
|
skip_to_main: "التخطى الى المحتوى الأساسى"
|
|
|
|
search:
|
|
open_button_title: "البحث (/)"
|
|
close_button_title: "إقفل (Esc)"
|
|
input_placeholder: "إبحث"
|
|
|
|
sharing:
|
|
email: "إرسال عبر البريد الإلكترونى"
|
|
facebook: "النشر على فيسبوك"
|
|
line: "شارك على لاين"
|
|
linkedin: "النشر على لينكدان"
|
|
pinterest: "النشر على بينترست"
|
|
reddit: "النشر على ريديت"
|
|
twitter: "النشر على تويتر"
|
|
|
|
shortcode:
|
|
recent_articles: "تم النشر مؤخرا"
|
|
|
|
recent:
|
|
show_more: "قراءة المزيد"
|