menus.toml 830 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 = "Home"
  7. url = "#about"
  8. weight = 1
  9. [[main]]
  10. name = "Publications"
  11. url = "#publications_featured"
  12. weight = 2
  13. [[main]]
  14. name = "Posts"
  15. url = "#posts"
  16. weight = 3
  17. [[main]]
  18. name = "Projects"
  19. url = "#projects"
  20. weight = 4
  21. [[main]]
  22. name = "Tutorials"
  23. url = "/tutorial/"
  24. weight = 5
  25. [[main]]
  26. name = "Contact"
  27. url = "#contact"
  28. weight = 6
  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 = 7