Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhao-97 committed Nov 19, 2023
1 parent 927c980 commit 7d71cf1
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 @@ -7,24 +7,24 @@ main:
- name: Home
url: '#about'
weight: 10
- name: Posts
url: '#posts'
weight: 20
- name: Projects
url: '#projects'
weight: 30
- name: Talks
url: '#talks'
weight: 40
- name: Publications
url: '#featured'
weight: 50
- name: Contact
url: '#contact'
weight: 60
- name: Posts
url: '#posts'
weight: 20
# - name: Projects
# url: '#projects'
# weight: 30
# - name: Talks
# url: '#talks'
# weight: 40
# - 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
- name: CV
url: uploads/resume.pdf
weight: 70

0 comments on commit 7d71cf1

Please sign in to comment.