oe7drt-website/config/_default/menus.en.toml

104 lines
1.8 KiB
TOML
Raw Normal View History

# -- Main Menu --
# The main menu is displayed in the header at the top of the page.
# Acceptable parameters are name, pageRef, page, url, title, weight.
2023-04-10 09:51:58 +02:00
#
# The simplest menu configuration is to provide:
# name = The name to be displayed for this menu link
# pageRef = The identifier of the page or section to link to
#
# By default the menu is ordered alphabetically. This can be
# overridden by providing a weight value. The menu will then be
# ordered by weight from lowest to highest.
[[main]]
name = "Home"
url = "/"
weight = 5
[[main]]
name = "Blog"
pageRef = "posts"
weight = 10
[[main]]
2024-04-21 09:15:58 +02:00
name = "My Equipment"
pageRef = "equipment"
2023-04-10 09:51:58 +02:00
weight = 20
[[main]]
name = "Notes"
pageRef = "notes"
weight = 30
# [[main]]
# name = "Categories"
# pageRef = "categories"
# weight = 40
[[main]]
name = "Tags"
pageRef = "tags"
weight = 50
2023-11-27 19:18:21 +01:00
[[main]]
identifier = "search"
weight = 99
[main.params]
action = "search"
[[main]]
identifier = "locale"
weight = 100
[main.params]
action = "locale"
# -- Footer Menu --
# The footer menu is displayed at the bottom of the page, just before
# the copyright notice. Configure as per the main menu above.
# [[footer]]
# name = "Tags"
# pageRef = "tags"
# weight = 10
# [[footer]]
# name = "Categories"
# pageRef = "categories"
# weight = 10
[[footer]]
2023-04-10 09:51:58 +02:00
name = "About"
pageRef = "about"
weight = 10
[[footer]]
name = "Links"
pageRef = "links"
weight = 20
2022-12-05 22:32:44 +01:00
2023-04-10 09:51:58 +02:00
[[footer]]
name = "Weather station"
2023-11-06 23:53:23 +01:00
url = "https://wx.oe7drt.com/?website-footer"
2023-04-10 09:51:58 +02:00
weight = 30
2024-01-28 11:08:16 +01:00
[[footer]]
name ="Git repositories"
2024-09-07 15:49:42 +02:00
url = "https://repo.oe7drt.net/explore/repos"
2024-01-28 11:08:16 +01:00
weight = 40
2024-04-13 17:07:17 +02:00
# [[footer]]
# name = "APRS"
# pageRef = "aprs"
# weight = 50
2023-11-03 21:56:55 +01:00
2023-04-10 09:51:58 +02:00
[[footer]]
name = "Privacy"
2023-04-10 09:51:58 +02:00
pageRef = "privacy"
2024-01-28 11:08:16 +01:00
weight = 60
2023-04-10 09:51:58 +02:00
2022-12-05 22:32:44 +01:00
[[footer]]
2023-11-27 17:42:24 +01:00
name = "BY-NC-SA 4.0"
2022-12-05 22:32:44 +01:00
pageRef = "license"
2024-01-28 11:08:16 +01:00
weight = 70
2023-04-10 09:51:58 +02:00