From 4683044173aab99709be3d20743def40c04dcf68 Mon Sep 17 00:00:00 2001 From: Charles Chin Date: Fri, 28 Jun 2024 11:06:07 +0800 Subject: [PATCH] chore: bump to theme v2.72.1 --- config/_default/params.toml | 2 +- i18n/en.yaml | 74 ------------------------------------- i18n/zh-CN.yaml | 64 -------------------------------- 3 files changed, 1 insertion(+), 139 deletions(-) delete mode 100644 i18n/en.yaml delete mode 100644 i18n/zh-CN.yaml diff --git a/config/_default/params.toml b/config/_default/params.toml index 9b46d358c1b..8a4452b15f2 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -81,7 +81,7 @@ smartTOCHideUnfocusedChildren = false showAuthorsBadges = false showWordCount = true showComments = true - sharingLinks = [ "twitter", "facebook", "reddit", "whatsapp", "telegram", "linkedin", "pinterest", "email"] + sharingLinks = [ "twitter", "facebook", "bluesky", "reddit", "whatsapp", "telegram", "linkedin", "pinterest", "email"] showZenMode = true [list] diff --git a/i18n/en.yaml b/i18n/en.yaml deleted file mode 100644 index 9987590eda6..00000000000 --- a/i18n/en.yaml +++ /dev/null @@ -1,74 +0,0 @@ -global: - language: "EN" - -article: - anchor_label: "Anchor" - date: "{{ .Date }}" - date_updated: "Updated: {{ .Date }}" - draft: "Draft" - edit_title: "Edit content" - reading_time: - one: "{{ .Count }} min" - other: "{{ .Count }} mins" - reading_time_title: "Reading time" - table_of_contents: "Table of Contents" - word_count: - one: "{{ .Count }} word" - other: "{{ .Count }} words" - views: - one: "{{ .Count }} view" - other: "{{ .Count }} views" - likes: - one: "{{ .Count }} like" - other: "{{ .Count }} likes" - part_of_series: "This article is part of a series." - part: "Part" - this_article: "This Article" - related_articles: "Related" - zen_mode_title: - enable: "Enable zen mode" - disable: "Disable zen mode" - -author: - byline_title: "Author" - -code: - copy: "Copy" - copied: "Copied" - -error: - 404_title: "Page Not Found :confused:" - 404_error: "Error 404" - 404_description: "It seems that the page you've requested does not exist." - -footer: - dark_appearance: "Switch to dark appearance" - light_appearance: "Switch to light appearance" - powered_by: "Powered by {{ .Hugo }} & {{ .Theme }}" - -list: - externalurl_title: "Link to external site" - no_articles: "There are no articles to list here yet." - -nav: - scroll_to_top_title: "Scroll to top" - skip_to_main: "Skip to main content" - -search: - open_button_title: "Search (/)" - close_button_title: "Close (Esc)" - input_placeholder: "Search" - -sharing: - email: "Send via email" - facebook: "Share on Facebook" - linkedin: "Share on LinkedIn" - pinterest: "Pin on Pinterest" - reddit: "Submit to Reddit" - twitter: "Tweet on Twitter" - -shortcode: - recent_articles: "Recent" - -recent: - show_more: "Show More" diff --git a/i18n/zh-CN.yaml b/i18n/zh-CN.yaml deleted file mode 100644 index 737f9cafd95..00000000000 --- a/i18n/zh-CN.yaml +++ /dev/null @@ -1,64 +0,0 @@ -global: - language: "简体中文" - -article: - anchor_label: "锚点" - date: "{{ .Date }}" - date_updated: "更新于: {{ .Date }}" - draft: "草稿" - edit_title: "编辑内容" - reading_time: - other: "{{ .Count }} 分钟" - reading_time_title: "预计阅读" - table_of_contents: "目录" - word_count: - one: "{{ .Count }} 字" - other: "{{ .Count }} 字" - part_of_series: "这篇文章属于一个选集。" - part: "§" - this_article: "本文" - related_articles: "相关文章" - -author: - byline_title: "作者" - -code: - copy: "复制" - copied: "已复制" - -error: - 404_title: "找不到网页 :confused:" - 404_error: "404 错误" - 404_description: "您请求的页面似乎不存在。" - -footer: - dark_appearance: "切换为深色模式" - light_appearance: "切换为浅色模式" - 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: "分享到 Facebook" - linkedin: "分享到 LinkedIn" - pinterest: "钉到 Pinterest" - reddit: "提交到 Reddit" - twitter: "分享到 Twitter" - -shortcode: - recent_articles: "最近的文章" - -recent: - show_more: "显示更多"