resumee-website/config/_default/menus.yaml

31 lines
787 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
# - name: Projects
# url: '#projects'
# weight: 30
# - name: Talks
# url: '#talks'
# weight: 40
# - name: Publications
# url: '#featured'
# weight: 50
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