1
0
jcktrue.dk/config/_default/menus.toml
Jens True 8a4a4874bd
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
Sailing page added with photoalbum
2020-08-15 15:22:02 +02:00

33 lines
689 B
TOML

# 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]]
name = "Sailing"
url = "sailing/"
weight = 50
[[main]]
name = "Posts"
url = "post/"
weight = 55
[[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