Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
micahhsu committed Jun 28, 2024
1 parent b8a2300 commit f57f2bd
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions config/_default/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,24 @@
# The weight parameter defines the order that the links will appear in.

main:
- name: Home
- name: Bio
url: /
weight: 10
- name: About
url: about/
- 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: Teaching
url: teaching/
weight: 40

0 comments on commit f57f2bd

Please sign in to comment.