1234567891011121314151617181920212223 |
- # Navigation Links
- # To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
- # desired widget in your `content/home/` folder.
- # The weight parameter defines the order that the links will appear in.
- main:
- - name: Home
- url: '/'
- weight: 10
- - name: Courses
- url: '/course'
- weight: 20
- identifier: courses
- - name: Data science
- url: '/course/example/'
- weight: 10
- parent: courses
- - name: Blog
- url: '/post'
- weight: 30
- - name: Contact
- url: '/contact'
- weight: 60
|