oliverdavies.uk/data/navigation.yml

29 lines
540 B
YAML
Raw Normal View History

2018-05-15 01:18:37 +00:00
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/?'
2018-05-20 18:52:23 +00:00
- title: Book
href: '/test-driven-drupal'
pattern: '^/test-driven-drupal/?'
2018-05-15 01:18:37 +00:00
- title: Contact
href: '/contact'
pattern: '^/contact/?'