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

45 lines
627 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
2019-12-10 01:33:18 +00:00
[[main]]
identifier = "pt"
name = "pt"
url = "pt"
weight = 3
2019-11-20 06:55:05 +00:00
[[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 = "talks"
name = "talks"
url = "talks"
weight = 5
2019-11-20 06:55:05 +00:00
[[main]]
identifier = "posts"
name = "posts"
url = "posts"
2020-01-05 06:58:21 +00:00
weight = 6