Move nav links into settings

This commit is contained in:
Oliver Davies 2018-05-15 02:18:37 +01:00
parent dd137e9018
commit 0d87c3b806
3 changed files with 28 additions and 10 deletions

24
data/navigation.yml Normal file
View file

@ -0,0 +1,24 @@
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/?'