add series to menu, enforce manual ordering

This commit is contained in:
John Bowdre 2023-08-20 16:22:24 -05:00
parent 5c5e64f27f
commit 295833cc7f

View file

@ -4,8 +4,38 @@
# url = "/about/" # url = "/about/"
# weight = 10 # weight = 10
[[main]]
identifier = "all_posts"
name = "all_posts"
url = "/posts/"
weight = -100
[[main]] [[main]]
identifier = "tags" identifier = "tags"
name = "Tags" name = "Tags"
url = "/tags/" url = "/tags/"
weight = 0 weight = 100
[[main]]
identifier = "projects"
name = "Projects"
url = "/series/projects/"
weight = 1
[[main]]
identifier = "tips"
name = "Tips"
url = "/series/tips/"
weight = 1
[[main]]
identifier = "vra8"
name = "vRA 8"
url = "/series/vra8/"
weight = 1
[[main]]
identifier = "scripts"
name = "Scripts"
url = "/series/scripts/"
weight = 1