update menus

This commit is contained in:
2022-01-08 17:06:27 +08:00
parent f465808c87
commit 9716b24e38
2 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@@ -97,3 +97,4 @@ $RECYCLE.BIN/
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
.hugo_build.lock

View File

@@ -87,23 +87,29 @@ dateFormatList = "2006-01-02"
# alt = "Your example logo alt text"
[languages.zh-cn.menu]
[[languages.zh-cn.menu.main]]
identifier = "archive"
name = "归档"
name = "文章归档"
url = "/archive"
weight = 1
[[languages.zh-cn.menu.main]]
identifier = "categories"
name = "分类"
url = "/categories"
weight = 2
[[languages.zh-cn.menu.main]]
identifier = "tags"
name = "标签"
name = "Tags"
url = "/tags"
weight = 3
[[languages.zh-cn.menu.main]]
identifier = "about"
name = "关于"
url = "/aboutme"
weight = 5
[[languages.zh-cn.menu.main]]
identifier = "rss"
name = "RSS"
url = "/index.xml"
weight = 10