mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-18 20:19:30 -07:00
chore: update example site
This commit is contained in:
28
exampleSite/config/_default/menu.toml
Normal file
28
exampleSite/config/_default/menu.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
[[main]]
|
||||
identifier = "Featured"
|
||||
pre = ""
|
||||
post = ""
|
||||
url = "/"
|
||||
title = ""
|
||||
weight = 1
|
||||
[[main]]
|
||||
identifier = "iPhone"
|
||||
pre = ""
|
||||
post = ""
|
||||
url = "/iphone/"
|
||||
title = ""
|
||||
weight = 2
|
||||
[[main]]
|
||||
identifier = "Film"
|
||||
pre = ""
|
||||
post = ""
|
||||
url = "/film/"
|
||||
title = ""
|
||||
weight = 3
|
||||
[[main]]
|
||||
identifier = "Info"
|
||||
pre = ""
|
||||
post = ""
|
||||
url = "/info/"
|
||||
title = ""
|
||||
weight = 4
|
||||
Reference in New Issue
Block a user