diff --git a/exampleSite/config.toml b/exampleSite/config.toml index c75f508c00..9fa84e128f 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -73,3 +73,30 @@ weight = 20 name = " Crédits" url = "/credits" weight = 30 + +[Languages.zh] +title = "Hugo 主题的 Learn 文档" +weight = 3 +languageName = "简体中文" + +[[Languages.zh.menu.shortcuts]] +name = " GitHub 仓库" +identifier = "ds" +url = "https://github.com/matcornic/hugo-theme-learn" +weight = 10 + +[[Languages.zh.menu.shortcuts]] +name = " 展示区" +url = "/showcase" +weight = 11 + +[[Languages.zh.menu.shortcuts]] +name = " Hugo 文档" +identifier = "hugodoc" +url = "https://gohugo.io/" +weight = 20 + +[[Languages.zh.menu.shortcuts]] +name = " 鸣谢" +url = "/credits" +weight = 30 diff --git a/exampleSite/content/basics/_index.zh.md b/exampleSite/content/basics/_index.zh.md new file mode 100755 index 0000000000..6c5d5dacce --- /dev/null +++ b/exampleSite/content/basics/_index.zh.md @@ -0,0 +1,12 @@ +--- +title: 基础 +weight: 5 +pre: "1. " +chapter: true +--- + +### 章节 1 + +# 基础 + +了解该 Hugo 主题的特点以及背后的核心概念。 diff --git a/i18n/zh-cn.toml b/i18n/zh-cn.toml index 46ec152581..e887d3e634 100644 --- a/i18n/zh-cn.toml +++ b/i18n/zh-cn.toml @@ -17,10 +17,10 @@ other = "哎哟。 看起来这个页面不存在 ¯\\_(ツ)_/¯。" other = "转到主页" [Edit-this-page] -other = "Edit this page" +other = "编辑当前页" [Shortcuts-Title] other = "更多" [Expand-title] -other = "Expand me..." +other = "展开"