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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/posts/theme-documentation-basics.zh-cn.md')
-rw-r--r--exampleSite/content/posts/theme-documentation-basics.zh-cn.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/exampleSite/content/posts/theme-documentation-basics.zh-cn.md b/exampleSite/content/posts/theme-documentation-basics.zh-cn.md
index 498de03..9f58df8 100644
--- a/exampleSite/content/posts/theme-documentation-basics.zh-cn.md
+++ b/exampleSite/content/posts/theme-documentation-basics.zh-cn.md
@@ -95,6 +95,8 @@ theme = "LoveIt"
identifier = "posts"
# 你可以在名称 (允许 HTML 格式) 之前添加其他信息, 例如图标
pre = ""
+ # 你可以在名称 (允许 HTML 格式) 之后添加其他信息, 例如图标
+ post = ""
name = "文章"
url = "/posts/"
# 当你将鼠标悬停在此菜单链接上时, 将显示的标题
@@ -103,6 +105,7 @@ theme = "LoveIt"
[[menu.main]]
identifier = "tags"
pre = ""
+ post = ""
name = "标签"
url = "/tags/"
title = ""
@@ -110,6 +113,7 @@ theme = "LoveIt"
[[menu.main]]
identifier = "categories"
pre = ""
+ post = ""
name = "分类"
url = "/categories/"
title = ""
@@ -745,6 +749,7 @@ defaultContentLanguage = "zh-cn"
[[languages.en.menu.main]]
identifier = "posts"
pre = ""
+ post = ""
name = "Posts"
url = "/posts/"
title = ""
@@ -752,6 +757,7 @@ defaultContentLanguage = "zh-cn"
[[languages.en.menu.main]]
identifier = "tags"
pre = ""
+ post = ""
name = "Tags"
url = "/tags/"
title = ""
@@ -759,6 +765,7 @@ defaultContentLanguage = "zh-cn"
[[languages.en.menu.main]]
identifier = "categories"
pre = ""
+ post = ""
name = "Categories"
url = "/categories/"
title = ""
@@ -775,6 +782,7 @@ defaultContentLanguage = "zh-cn"
[[languages.zh-cn.menu.main]]
identifier = "posts"
pre = ""
+ post = ""
name = "文章"
url = "/posts/"
title = ""
@@ -782,6 +790,7 @@ defaultContentLanguage = "zh-cn"
[[languages.zh-cn.menu.main]]
identifier = "tags"
pre = ""
+ post = ""
name = "标签"
url = "/tags/"
title = ""
@@ -789,6 +798,7 @@ defaultContentLanguage = "zh-cn"
[[languages.zh-cn.menu.main]]
identifier = "categories"
pre = ""
+ post = ""
name = "分类"
url = "/categories/"
title = ""
@@ -802,6 +812,7 @@ defaultContentLanguage = "zh-cn"
[[languages.fr.menu.main]]
identifier = "posts"
pre = ""
+ post = ""
name = "Postes"
url = "/posts/"
title = ""
@@ -809,14 +820,16 @@ defaultContentLanguage = "zh-cn"
[[languages.fr.menu.main]]
identifier = "tags"
pre = ""
+ post = ""
name = "Balises"
url = "/tags/"
title = ""
weight = 2
[[languages.fr.menu.main]]
identifier = "categories"
- name = "Catégories"
pre = ""
+ post = ""
+ name = "Catégories"
url = "/categories/"
title = ""
weight = 3