Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsuren <zxjlwt@126.com>2018-05-04 01:44:06 +0300
committerAnthony Fok <foka@debian.org>2018-05-04 01:44:06 +0300
commit322eff8999b5ca4f1185155e5e2395470d8dfa04 (patch)
treede5c1f7ddca7e45d26df023646b7c49faf601c37 /content/zh
parentd90b886e08a7f7c37c25d42024919a3da98288e0 (diff)
Add Chinese language for menus
See #461
Diffstat (limited to 'content/zh')
-rw-r--r--content/zh/about/_index.md20
-rw-r--r--content/zh/content-management/_index.md20
2 files changed, 40 insertions, 0 deletions
diff --git a/content/zh/about/_index.md b/content/zh/about/_index.md
new file mode 100644
index 000000000..bf19807d9
--- /dev/null
+++ b/content/zh/about/_index.md
@@ -0,0 +1,20 @@
+---
+title: 关于 Hugo
+linktitle: 概览
+description: Hugo 的特色、规划、许可和动力。
+date: 2018-04-26
+publishdate: 2018-04-26
+lastmod: 2018-04-26
+categories: []
+keywords: []
+menu:
+ docs:
+ parent: "about"
+ weight: 1
+weight: 1
+draft: false
+aliases: [/about-hugo/,/docs/]
+toc: false
+---
+
+Hugo 不是一般的静态网站生成器。
diff --git a/content/zh/content-management/_index.md b/content/zh/content-management/_index.md
new file mode 100644
index 000000000..23c880424
--- /dev/null
+++ b/content/zh/content-management/_index.md
@@ -0,0 +1,20 @@
+---
+title: 内容管理
+linktitle: 内容管理概览
+description: Hugo 可以管理大型的静态网站,支持骨架、内容类型、菜单、引用、概要等等。
+date: 2018-04-23
+publishdate: 2018-04-23
+lastmod: 2018-04-23
+menu:
+ docs:
+ parent: "content-management"
+ weight: 1
+keywords: [source, organization]
+categories: [content management]
+weight: 01 #rem
+draft: false
+aliases: [/content/,/content/organization]
+toc: false
+---
+
+静态网站生成器需要扩展文件头和一些模板,使得具有伸缩性和可管理性。Hugo 不仅是给开发者设计的,也同样适用于内容管理员和写作的人。