Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
silphimon authored Jul 11, 2024
1 parent cca746f commit bc2e97c
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions exampleSite/config/_default/menus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,43 @@
# The weight parameter defines the order that the links will appear in.

[[main]]
name = "Demo"
name = "Home"
url = "#about"
weight = 10

# [[main]]
# name = "Posts"
# url = "#posts"
# weight = 20

# [[main]]
# name = "Talks"
# url = "#talks"
# weight = 40

[[main]]
name = "Posts"
url = "#posts"
name = "Publications"
url = "publication/"
weight = 20

[[main]]
name = "Projects"
url = "#projects"
name = "Teaching"
url = "teaching/"
weight = 30

[[main]]
name = "Talks"
url = "#talks"
name = "Projects"
url = "project/"
weight = 40

[[main]]
name = "Publications"
url = "#featured"
weight = 50

[[main]]
name = "Courses"
url = "courses/"
weight = 60

[[main]]
name = "Contact"
url = "#contact"
weight = 70
# [[main]]
# name = "Contact"
# url = "#contact"
# weight = 50

# Link to a PDF of your resume/CV from the menu.
# To enable, copy your resume/CV to `static/media/resume.pdf` and uncomment the lines below.
# [[main]]
# name = "CV"
# url = "media/resume.pdf"
# weight = 70
[[main]]
name = "CV"
url = "media/resume.pdf"
weight = 50

0 comments on commit bc2e97c

Please sign in to comment.