mirror of
https://github.com/Colin-XKL/Colinx-Blog.git
synced 2026-01-11 02:01:29 +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)
|
# 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"
|
# alt = "Your example logo alt text"
|
||||||
|
|
||||||
[languages.zh-cn.menu]
|
[languages.zh-cn.menu]
|
||||||
|
|
||||||
[[languages.zh-cn.menu.main]]
|
[[languages.zh-cn.menu.main]]
|
||||||
identifier = "archive"
|
identifier = "archive"
|
||||||
name = "归档"
|
name = "文章归档"
|
||||||
url = "/archive"
|
url = "/archive"
|
||||||
|
weight = 1
|
||||||
[[languages.zh-cn.menu.main]]
|
[[languages.zh-cn.menu.main]]
|
||||||
identifier = "categories"
|
identifier = "categories"
|
||||||
name = "分类"
|
name = "分类"
|
||||||
url = "/categories"
|
url = "/categories"
|
||||||
|
weight = 2
|
||||||
[[languages.zh-cn.menu.main]]
|
[[languages.zh-cn.menu.main]]
|
||||||
identifier = "tags"
|
identifier = "tags"
|
||||||
name = "标签"
|
name = "Tags"
|
||||||
url = "/tags"
|
url = "/tags"
|
||||||
|
weight = 3
|
||||||
[[languages.zh-cn.menu.main]]
|
[[languages.zh-cn.menu.main]]
|
||||||
identifier = "about"
|
identifier = "about"
|
||||||
name = "关于"
|
name = "关于"
|
||||||
url = "/aboutme"
|
url = "/aboutme"
|
||||||
|
weight = 5
|
||||||
[[languages.zh-cn.menu.main]]
|
[[languages.zh-cn.menu.main]]
|
||||||
identifier = "rss"
|
identifier = "rss"
|
||||||
name = "RSS"
|
name = "RSS"
|
||||||
url = "/index.xml"
|
url = "/index.xml"
|
||||||
|
weight = 10
|
||||||
|
|||||||
Reference in New Issue
Block a user