Skip to content

Commit

Permalink
Update main menu links in menus.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
YeshuoShu committed Nov 2, 2023
1 parent 568ea10 commit 594d932
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions config/_default/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
# The weight parameter defines the order that the links will appear in.

main:
- name: Home
url: '#about'
# - name: Home
# url: '#about'
# weight: 10
- name: Education
url: '#education'
weight: 10
- name: Posts
url: '#posts'
- name: Research & Publications
url: '#research'
weight: 20
- name: Projects
url: '#projects'
weight: 30
- name: Talks
- name: Project Experience
url: '#talks'
weight: 40
- name: Publications
url: '#featured'
weight: 50
- name: Contact
url: '#contact'
weight: 60
weight: 30
# - name: Publications
# url: '#featured'
# weight: 50
# - 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.
Expand Down

0 comments on commit 594d932

Please sign in to comment.