resumee-website/config/_default/menus.yaml

28 lines
720 B
YAML
Raw Normal View History

2024-04-06 08:09:34 +02: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'
weight: 10
2024-04-06 09:23:15 +02:00
# - name: Posts
# url: '#posts'
# weight: 20
2024-04-06 12:27:49 +02:00
- name: Projects
url: '#projects'
weight: 30
2024-04-06 19:51:00 +02:00
- name: Experience
url: '#experience'
weight: 40
2024-04-06 08:09:34 +02:00
- 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/uploads/resume.pdf` and uncomment the lines below.
# - name: CV
# url: uploads/resume.pdf
# weight: 70