Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
micahhsu committed Jun 30, 2024
1 parent 265f9c7 commit d13b6f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 21 deletions.
22 changes: 5 additions & 17 deletions config/_default/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,12 @@
# The weight parameter defines the order that the links will appear in.

main:
- name: Bio
- name: Home
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
- name: Portfolio
url: projects/
weight: 30
- name: Teaching
weight: 20
- name: Résumé
url: teaching/
weight: 40
weight: 30
8 changes: 4 additions & 4 deletions config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ header:
enable: true
blox: "navbar"
fixed_to_top: true
show_search: true
show_search: false
show_theme_chooser: true
logo:
text: "Your Name"
text: "Micah Hsu"

# Site footer
footer:
copyright:
notice: '© {year} Me. This work is licensed under {license}'
notice: '© 2024 Micah Hsu.'
license:
enable: true
enable: false
allow_derivatives: false
share_alike: true
allow_commercial: false
Expand Down

0 comments on commit d13b6f5

Please sign in to comment.