Reorganize TOML file, add Tags menu item to main menu
continuous-integration/drone/push Build is passing Details

drafts
Nick Dumas 2 months ago
parent 5da29cafc0
commit ab0990b323

@ -17,34 +17,22 @@
[[main]] [[main]]
name = "Posts" name = "Posts"
pre = "edit"
parent = "Blog" parent = "Blog"
pageRef = "posts" pageRef = "posts"
weight = 10 weight = 10
[[main]] [[main]]
name = "Series" name = "Series"
pre = ""
parent = "Blog" parent = "Blog"
pageRef = "series" pageRef = "series"
weight = 50 weight = 50
[[footer]] [[main]]
name = "Tags" name = "Tags"
pre = "tag"
parent = "Blog" parent = "Blog"
pageRef = "tags" pageRef = "tags"
weight = 50 weight = 50
#[[main]]
# name = "Parent"
# weight = 20
# [[main]]
# name = "Projects"
# pageRef = "projects"
# weight = 20
[[main]] [[main]]
name = "Contact" name = "Contact"
pre = "phone" pre = "phone"
@ -73,6 +61,15 @@
name = "Personal Mentoring" name = "Personal Mentoring"
pageRef = "services/mentoring" pageRef = "services/mentoring"
weight = 50 weight = 50
#[[main]]
# name = "Parent"
# weight = 20
# [[main]]
# name = "Projects"
# pageRef = "projects"
# weight = 20
#[[main]] #[[main]]
# name = "example sub-menu 2" # name = "example sub-menu 2"

Loading…
Cancel
Save