Move nav links into site config

This commit is contained in:
Oliver Davies 2017-10-08 10:00:25 +01:00
parent 527ca1ea88
commit 3b226fd242
2 changed files with 9 additions and 10 deletions

View file

@ -6,6 +6,14 @@ fuzzy_date_format: F Y
apple_touch_icon_sizes: [ 57, 114, 72, 144, 60, 120, 76, 152 ]
favicon_sizes: [ 160, 96, 32, 16 ]
nav_links:
- { title: 'About', href: '/', pattern: '/\.' }
- { title: 'Experience', href: '/experience' }
- { title: 'Testimonials', href: '/testimonials' }
- { title: 'Talks', href: '/talks' }
- { title: 'Blog', href: '/blog' }
- { title: 'Contact', href: '/contact' }
ansible_galaxy:
url: https://galaxy.ansible.com/opdavies