mirror of
https://github.com/Colin-XKL/Colinx-Blog.git
synced 2026-01-09 17:21:27 +08:00
update menus
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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
|
||||
|
||||
10
config.toml
10
config.toml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user