mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-21 03:55:05 +02:00
$UP: BASE +++
This commit is contained in:
66
config/_default/menus.en.toml
Executable file
66
config/_default/menus.en.toml
Executable file
@@ -0,0 +1,66 @@
|
||||
############# English navigation ##############
|
||||
|
||||
# main menu
|
||||
[[main]]
|
||||
name = "Home"
|
||||
pageRef = "/"
|
||||
weight = 1
|
||||
|
||||
[[main]]
|
||||
name = "About"
|
||||
pageRef = "/about"
|
||||
weight = 2
|
||||
|
||||
# [[main]]
|
||||
# name = "Elements"
|
||||
# pageRef = "/elements"
|
||||
# weight = 3
|
||||
|
||||
# [[main]]
|
||||
# weight = 4
|
||||
# name = "Pages"
|
||||
|
||||
[[main]]
|
||||
# parent = "Pages"
|
||||
name = "Blog"
|
||||
pageRef = "/blog"
|
||||
weight = 3
|
||||
|
||||
[[main]]
|
||||
# parent = "Pages"
|
||||
name = "Contact"
|
||||
pageRef = "/contact"
|
||||
weight = 4
|
||||
|
||||
[[main]]
|
||||
# parent = "Pages"
|
||||
name = "Maintainers"
|
||||
pageRef = "/authors"
|
||||
weight = 5
|
||||
|
||||
[[main]]
|
||||
parent = "Pages"
|
||||
name = "Categories"
|
||||
pageRef = "/categories"
|
||||
|
||||
[[main]]
|
||||
parent = "Pages"
|
||||
name = "404 Page"
|
||||
pageRef = "/404"
|
||||
|
||||
|
||||
# footer menu
|
||||
[[footer]]
|
||||
name = "About"
|
||||
pageRef = "/about"
|
||||
weight = 1
|
||||
|
||||
[[footer]]
|
||||
name = "Elements"
|
||||
pageRef = "/elements"
|
||||
weight = 2
|
||||
|
||||
[[footer]]
|
||||
name = "Privacy Policy"
|
||||
pageRef = "/privacy-policy"
|
||||
weight = 3
|
Reference in New Issue
Block a user