hugo-theme-zzo/exampleSite/config/_default/menus.en.toml

39 lines
561 B
TOML
Raw Normal View History

2019-11-20 06:55:05 +00:00
[[main]]
identifier = "about"
name = "about"
url = "about"
weight = 1
[[main]]
identifier = "archive"
name = "archive"
url = "archive"
weight = 2
[[main]]
identifier = "gallery"
name = "gallery"
url = "gallery"
weight = 4
2019-11-20 06:55:05 +00:00
[[main]]
parent = "gallery"
name = "cartoon"
url = "gallery/cartoon"
[[main]]
parent = "gallery"
name = "photo"
url = "gallery/photo"
[[main]]
identifier = "posts"
name = "posts"
url = "posts"
weight = 5
2019-11-20 06:55:05 +00:00
[[main]]
identifier = "notes"
name = "notes"
url = "notes"
weight = 6