menus.yaml 538 B

123456789101112131415161718192021222324
  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: Tour
  7. url: tour
  8. weight: 10
  9. - name: News
  10. url: post
  11. weight: 20
  12. - name: People
  13. url: people
  14. weight: 30
  15. - name: Events
  16. url: event
  17. weight: 40
  18. - name: Publications
  19. url: publication
  20. weight: 50
  21. - name: Contact
  22. url: contact
  23. weight: 60