This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/data/menus.yml
2019-07-25 00:56:27 +01:00

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/?'