17 lines
240 B
YAML
17 lines
240 B
YAML
name: Oliver Davies
|
|
locale: en-GB
|
|
|
|
menus:
|
|
main:
|
|
- title: About
|
|
href: /
|
|
is_active: '^//$'
|
|
|
|
- title: Blog
|
|
href: /blog
|
|
is_active: '^/blog/?'
|
|
|
|
- title: Talks
|
|
href: /talks
|
|
is_active: '^/talks/?'
|