Files
portfolio-site/config/_default/menus.yaml

28 lines
595 B
YAML

# 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: Bio
url: /
weight: 10
- name: Papers
url: /#papers
weight: 11
- name: Talks
url: /#talks
weight: 12
- name: News
url: /#news
weight: 13
- name: Experience
url: experience/
weight: 20
- name: Projects
url: projects/
weight: 30
- name: Courses
url: courses/
weight: 40