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

37 lines
759 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-02-25 19:18:58 +00:00
name = "Skills"
url = "#skills"
weight = 20
[[main]]
name = "Profesional"
2020-02-22 20:08:03 +00:00
url = "#experience"
weight = 30
[[main]]
2020-02-22 13:39:20 +00:00
name = "Sailing"
url = "#sailing"
weight = 40
[[main]]
name = "Contact"
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