Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xiantang committed Oct 8, 2023
1 parent c55fd14 commit 0da32a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,32 +39,32 @@ copyright = "" # default: author.name ↓ # 默认为下面配
priority = 0.5
filename = "sitemap.xml"

[[menu.main]] # config your menu # 配置目录
[[languages.zh-cn.menu.main]] # config your menu # 配置目录
name = "Home"
weight = 10
identifier = "home"
url = "/"
[[menu.main]]
[[languages.zh-cn.menu.main]]
name = "Archives"
weight = 20
identifier = "archives"
url = "/post/"
[[menu.main]]
[[languages.zh-cn.menu.main]]
name = "Tags"
weight = 30
identifier = "tags"
url = "/tags/"
[[menu.main]]
[[languages.zh-cn.menu.main]]
name = "Categories"
weight = 40
identifier = "categories"
url = "/categories/"
[[menu.main]]
[[languages.zh-cn.menu.main]]
name = "AboutMe"
weight = 50
identifier = "aboutme"
url = "/post/about/about_me/"
[[menu.main]]
[[languages.zh-cn.menu.main]]
name= "Search"
weight = 60
identifier = "search"
Expand Down

0 comments on commit 0da32a6

Please sign in to comment.