menus.yaml 551 B

1234567891011121314151617181920212223
  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: '/'
  8. weight: 10
  9. - name: Courses
  10. url: '/course'
  11. weight: 20
  12. identifier: courses
  13. - name: Data science
  14. url: '/course/example/'
  15. weight: 10
  16. parent: courses
  17. - name: Blog
  18. url: '/post'
  19. weight: 30
  20. - name: Contact
  21. url: '/contact'
  22. weight: 60