menus.yaml 338 B

123456789101112
  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: About
  10. url: about/
  11. weight: 20