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

38 lines
754 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
2020-08-07 12:47:38 +00:00
[[main]]
2020-08-07 12:47:38 +00:00
name = "Professional"
2020-02-25 19:18:58 +00:00
url = "#skills"
2020-08-07 12:47:38 +00:00
weight = 30
2020-02-25 19:18:58 +00:00
[[main]]
2020-08-07 12:47:38 +00:00
name = "Blog"
url = "post/"
weight = 40
[[main]]
2020-02-22 13:39:20 +00:00
name = "Sailing"
2020-08-07 12:47:38 +00:00
url = "sailing/"
weight = 50
[[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