menus.toml 309 B

123456789101112131415161718192021222324
  1. [[main]]
  2. name = "Home"
  3. url = "#about"
  4. weight = 1
  5. [[main]]
  6. name = "Publications"
  7. url = "#publications"
  8. weight = 2
  9. [[main]]
  10. name = "Posts"
  11. url = "#posts"
  12. weight = 3
  13. [[main]]
  14. name = "Projects"
  15. url = "#projects"
  16. weight = 4
  17. [[main]]
  18. name = "Contact"
  19. url = "#contact"
  20. weight = 100