oliverdavies.uk/data/navigation.yml
2018-05-20 19:52:23 +01:00

29 lines
540 B
YAML

navigation:
- title: About
href: '/'
pattern: '^/.$'
- title: Experience
href: '/experience'
pattern: '^/experience/?$'
- title: Talks
href: '/talks'
pattern: '^/talks/?'
- title: 'Open Source'
href: '/opensource'
pattern: '^/opensource/?$'
- title: Blog
href: '/blog'
pattern: '^/blog/?'
- title: Book
href: '/test-driven-drupal'
pattern: '^/test-driven-drupal/?'
- title: Contact
href: '/contact'
pattern: '^/contact/?'