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

51 lines
745 B
TOML
Raw Permalink Normal View History

2019-11-20 06:55:05 +00:00
[[main]]
identifier = "about"
name = "About"
2019-11-20 06:55:05 +00:00
url = "about"
weight = 1
[[main]]
identifier = "archive"
name = "Archive"
2019-11-20 06:55:05 +00:00
url = "archive"
weight = 2
2019-12-10 01:33:18 +00:00
[[main]]
2020-02-21 01:10:44 +00:00
identifier = "presentation"
name = "Pt"
2020-02-21 01:10:44 +00:00
url = "presentation"
2019-12-10 01:33:18 +00:00
weight = 3
2019-11-20 06:55:05 +00:00
[[main]]
identifier = "gallery"
name = "Gallery"
2019-11-20 06:55:05 +00:00
url = "gallery"
weight = 4
2019-11-20 06:55:05 +00:00
[[main]]
parent = "gallery"
name = "Cartoon"
2019-11-20 06:55:05 +00:00
url = "gallery/cartoon"
[[main]]
parent = "gallery"
name = "Photo"
2019-11-20 06:55:05 +00:00
url = "gallery/photo"
[[main]]
identifier = "posts"
name = "Posts"
2019-11-20 06:55:05 +00:00
url = "posts"
weight = 5
[[main]]
identifier = "showcase"
name = "Showcase"
url = "showcase"
2020-03-05 05:27:56 +00:00
weight = 6
[[main]]
identifier = "publication"
name = "Pub"
url = "publication"
weight = 7