feat: archives page (#922)
* feat: archives page * fix: empty archive show 'no posts found' message * Add ToC partials for structural consistency * Fix empty archive showing blank page * fix: rename archive to archives * chore: enhance archives and additional pages support - Updated the menu structure in hugo.yaml to include new sections for 'About', 'Archives', and 'Glossary' under 'More'. - Added new archive index files for multiple languages (Farsi, Japanese, Simplified Chinese) to support multilingual content. - Created additional pages documentation for glossary and archives in multiple languages. - Updated references in existing documentation to point to the new additional pages structure. - Improved the archives layout to display a user-friendly message when no posts are found. * fix: update date format in archives layout - Changed the date format in the archives layout from a partial to a direct format for improved readability, displaying dates as "Jan 02". * feat: add archive date format customization - Introduced a new parameter in hugo.yaml for customizing the date format of archive items, defaulting to "Jan 02". - Updated documentation in multiple languages to reflect the new optional date format feature for archives. --------- Co-authored-by: Xin <xin@imfing.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
archives: "Archives"
|
||||
backToTop: "Scroll to top"
|
||||
changeLanguage: "Change language"
|
||||
changeTheme: "Change theme"
|
||||
@@ -14,6 +15,7 @@ light: "Light"
|
||||
next: "Next"
|
||||
noResultsFound: "No results found."
|
||||
onThisPage: "On this page"
|
||||
more: "More"
|
||||
poweredBy: "Powered by Hextra"
|
||||
previous: "Prev"
|
||||
readMore: "Read more →"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
archives: "آرشیو"
|
||||
backToTop: "به بالا بروید"
|
||||
changeLanguage: "تغییر زبان"
|
||||
changeTheme: "تغییر تم"
|
||||
@@ -11,6 +12,7 @@ lastUpdated: "آخرین بهروزرسانی در"
|
||||
light: "روشن"
|
||||
noResultsFound: "هیچ نتیجهای پیدا نشد."
|
||||
onThisPage: "در این صفحه"
|
||||
more: "بیشتر"
|
||||
tags: "برچسبها"
|
||||
viewAsMarkdown: "مشاهده به عنوان Markdown"
|
||||
poweredBy: "طراحی شده توسط هگزترا"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
archives: "アーカイブ"
|
||||
backToTop: "トップにスクロール"
|
||||
changeLanguage: "言語を変更"
|
||||
changeTheme: "テーマを変更"
|
||||
@@ -11,6 +12,7 @@ lastUpdated: "最終更新日"
|
||||
light: "ライト"
|
||||
noResultsFound: "結果が見つかりませんでした。"
|
||||
onThisPage: "このページの内容"
|
||||
more: "その他"
|
||||
tags: "タグ"
|
||||
viewAsMarkdown: "Markdownとして表示"
|
||||
poweredBy: "提供元 Hextra"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
archives: "归档"
|
||||
backToTop: "返回顶部"
|
||||
changeLanguage: "切换语言"
|
||||
changeTheme: "切换主题"
|
||||
@@ -11,6 +12,7 @@ lastUpdated: "最后更新于"
|
||||
light: "浅色"
|
||||
noResultsFound: "无结果"
|
||||
onThisPage: "此页上"
|
||||
more: "更多"
|
||||
tags: "标签"
|
||||
viewAsMarkdown: "以 Markdown 查看"
|
||||
poweredBy: "由 Hextra 驱动"
|
||||
|
||||
Reference in New Issue
Block a user