Move nav links into settings
This commit is contained in:
parent
dd137e9018
commit
0d87c3b806
3 changed files with 28 additions and 10 deletions
24
data/navigation.yml
Normal file
24
data/navigation.yml
Normal 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/?'
|
Loading…
Add table
Add a link
Reference in a new issue