2019-01-20 13:08:23 +00:00
|
|
|
# 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"
|
2019-02-27 22:34:04 +00:00
|
|
|
weight = 10
|
2019-01-20 13:08:23 +00:00
|
|
|
|
|
|
|
[[main]]
|
2020-08-15 15:22:02 +02:00
|
|
|
name = "Sailing"
|
|
|
|
url = "sailing/"
|
|
|
|
weight = 50
|
2020-02-25 20:18:58 +01:00
|
|
|
|
2021-04-25 19:00:06 +02:00
|
|
|
[[main]]
|
|
|
|
name = "Selfhosted"
|
|
|
|
url = "selfhosted/"
|
|
|
|
weight = 51
|
|
|
|
|
2021-07-17 16:05:30 +02:00
|
|
|
[[main]]
|
|
|
|
name = "Projects"
|
|
|
|
url = "project/"
|
|
|
|
weight = 52
|
|
|
|
|
2020-02-25 20:18:58 +01:00
|
|
|
[[main]]
|
2020-08-15 15:22:02 +02:00
|
|
|
name = "Posts"
|
2020-08-07 14:47:38 +02:00
|
|
|
url = "post/"
|
2020-08-15 15:22:02 +02:00
|
|
|
weight = 55
|
2019-02-27 22:34:04 +00:00
|
|
|
|
2019-01-20 13:08:23 +00:00
|
|
|
|
|
|
|
[[main]]
|
|
|
|
name = "Contact"
|
2020-08-07 14:47:38 +02:00
|
|
|
url = "/#contact"
|
2019-02-27 22:34:04 +00:00
|
|
|
weight = 60
|
2019-01-20 13:08:23 +00:00
|
|
|
|
|
|
|
# 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"
|
2019-02-27 22:34:04 +00:00
|
|
|
# weight = 70
|