menus.toml 819 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Navigation Links
  2. # To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
  3. # desired widget in your `content/home/` folder.
  4. # The weight parameter defines the order that the links will appear in.
  5. [[main]]
  6. name = "Demo"
  7. url = "#hero"
  8. weight = 10
  9. [[main]]
  10. name = "Posts"
  11. url = "#posts"
  12. weight = 20
  13. [[main]]
  14. name = "Projects"
  15. url = "#projects"
  16. weight = 30
  17. [[main]]
  18. name = "Publications"
  19. url = "#featured"
  20. weight = 40
  21. [[main]]
  22. name = "Courses"
  23. url = "courses/"
  24. weight = 50
  25. [[main]]
  26. name = "Contact"
  27. url = "#contact"
  28. weight = 60
  29. # Link to a PDF of your resume/CV from the menu.
  30. # To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
  31. # [[main]]
  32. # name = "CV"
  33. # url = "files/cv.pdf"
  34. # weight = 70