37 lines
797 B
YAML
37 lines
797 B
YAML
|
menus:
|
||
|
main:
|
||
|
about:
|
||
|
title: 'About'
|
||
|
href: '/'
|
||
|
pattern: '^/.$'
|
||
|
|
||
|
articles:
|
||
|
title: 'Articles'
|
||
|
href: '/articles'
|
||
|
pattern: '^/articles/?'
|
||
|
|
||
|
talks:
|
||
|
title: 'Talks'
|
||
|
href: '/talks'
|
||
|
pattern: '^/talks/?'
|
||
|
|
||
|
podcasts:
|
||
|
title: 'Podcasts'
|
||
|
href: '/podcasts'
|
||
|
pattern: '^/podcasts/?'
|
||
|
|
||
|
projects:
|
||
|
title: 'Projects'
|
||
|
href: '/projects'
|
||
|
pattern: '^/projects/?$'
|
||
|
|
||
|
book:
|
||
|
title: 'Book'
|
||
|
href: '/test-driven-drupal'
|
||
|
pattern: '^/test-driven-drupal/?$'
|
||
|
|
||
|
contact:
|
||
|
title: 'Contact'
|
||
|
href: '/contact'
|
||
|
pattern: '^/contact/?'
|