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/navigation.yml

25 lines
447 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: Contact
href: '/contact'
pattern: '^/contact/?'