menus.yaml 518 B

123456789101112131415161718192021
  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: 10
  9. - name: Publications
  10. url: '#publications'
  11. weight: 20
  12. - name: Posts
  13. url: '#posts'
  14. weight: 30
  15. - name: Projects
  16. url: '#projects'
  17. weight: 40
  18. - name: Contact
  19. url: '#contact'
  20. weight: 40