1
0
jcktrue.dk/config/_default/menus.toml

38 lines
757 B
TOML
Raw Normal View History

# Navigation Links
# To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
# desired widget in your `content/home/` folder.
# The weight parameter defines the order that the links will appear in.
[[main]]
name = "Home"
url = "#about"
weight = 10
[[main]]
2020-08-15 13:22:02 +00:00
name = "Sailing"
url = "sailing/"
weight = 50
2020-02-25 19:18:58 +00:00
2021-04-25 17:00:06 +00:00
[[main]]
name = "Selfhosted"
url = "selfhosted/"
weight = 51
2020-02-25 19:18:58 +00:00
[[main]]
2020-08-15 13:22:02 +00:00
name = "Posts"
2020-08-07 12:47:38 +00:00
url = "post/"
2020-08-15 13:22:02 +00:00
weight = 55
[[main]]
name = "Contact"
2020-08-07 12:47:38 +00:00
url = "/#contact"
weight = 60
# Link to a PDF of your resume/CV from the menu.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
# [[main]]
# name = "CV"
# url = "files/cv.pdf"
# weight = 70