Tidy YAML
This commit is contained in:
parent
588af84e44
commit
28de18c9ac
|
@ -39,48 +39,33 @@ apple_touch_icon_sizes: [ 57, 114, 72, 144, 60, 120, 76, 152 ]
|
||||||
favicon_sizes: [ 160, 96, 32, 16 ]
|
favicon_sizes: [ 160, 96, 32, 16 ]
|
||||||
|
|
||||||
main_menu:
|
main_menu:
|
||||||
experience:
|
experience: { title: Experience, href: /experience/ }
|
||||||
title: Experience
|
testimonials: { title: Testimonials, href: /testimonials/ }
|
||||||
href: /experience/
|
talks: { title: Talks, href: /talks/ }
|
||||||
testimonials:
|
blog: { title: Blog, href: /blog/ }
|
||||||
title: Testimonials
|
contact: { title: Contact, href: /contact/ }
|
||||||
href: /testimonials/
|
|
||||||
talks:
|
|
||||||
title: Talks
|
|
||||||
href: /talks/
|
|
||||||
blog:
|
|
||||||
title: Blog
|
|
||||||
href: /blog/
|
|
||||||
contact:
|
|
||||||
title: Contact
|
|
||||||
href: /contact/
|
|
||||||
|
|
||||||
meetups:
|
meetups:
|
||||||
swdug:
|
swdug:
|
||||||
name: SWDUG
|
name: SWDUG
|
||||||
logo: swdug.png
|
logo: swdug.png
|
||||||
url: http://swdug.org.uk
|
url: http://swdug.org.uk
|
||||||
|
|
||||||
drupalbristol:
|
drupalbristol:
|
||||||
name: Drupal Bristol
|
name: Drupal Bristol
|
||||||
logo: drupal-bristol.jpeg
|
logo: drupal-bristol.jpeg
|
||||||
url: https://groups.drupal.org/bristol-west-uk
|
url: https://groups.drupal.org/bristol-west-uk
|
||||||
|
|
||||||
phpsw:
|
phpsw:
|
||||||
name: PHPSW
|
name: PHPSW
|
||||||
logo: phpsw.jpeg
|
logo: phpsw.jpeg
|
||||||
url: http://phpsw.uk
|
url: http://phpsw.uk
|
||||||
|
|
||||||
swlug:
|
swlug:
|
||||||
name: SWLUG
|
name: SWLUG
|
||||||
logo: swlug.png
|
logo: swlug.png
|
||||||
url: http://swlug.org.uk
|
url: http://swlug.org.uk
|
||||||
|
|
||||||
accbristol:
|
accbristol:
|
||||||
name: Accessible Bristol
|
name: Accessible Bristol
|
||||||
logo: accessible-bristol.png
|
logo: accessible-bristol.png
|
||||||
url: http://www.accessiblebristol.org.uk
|
url: http://www.accessiblebristol.org.uk
|
||||||
|
|
||||||
udiff:
|
udiff:
|
||||||
name: Unified Diff
|
name: Unified Diff
|
||||||
logo: unified-diff.png
|
logo: unified-diff.png
|
||||||
|
@ -95,14 +80,8 @@ html_lang: en-GB
|
||||||
|
|
||||||
availability:
|
availability:
|
||||||
status:
|
status:
|
||||||
day:
|
day: { available: no, start: ~, end: ~ }
|
||||||
available: no
|
evenings: { available: limited, start: 2015-08-10, end: ~ }
|
||||||
start: ~
|
|
||||||
end: ~
|
|
||||||
evenings:
|
|
||||||
available: limited
|
|
||||||
start: 2015-08-10
|
|
||||||
end: ~
|
|
||||||
text:
|
text:
|
||||||
day:
|
day:
|
||||||
yes: <i class="fa fa-thumbs-o-up text-success"></i> Available for day contract work
|
yes: <i class="fa fa-thumbs-o-up text-success"></i> Available for day contract work
|
||||||
|
|
Loading…
Reference in a new issue