style: reformat YAML lists
This commit is contained in:
parent
3d9e6f3d11
commit
57fed83f7c
|
@ -28,67 +28,65 @@ github:
|
|||
|
||||
menus:
|
||||
footer:
|
||||
-
|
||||
title: Calendars
|
||||
href: /calendars
|
||||
is_active: '^/calendars/?'
|
||||
-
|
||||
title: Pair with me
|
||||
href: /pair-with-me
|
||||
is_active: '^/pair-with-me/?'
|
||||
-
|
||||
title: Test Driven Drupal
|
||||
href: /test-driven-drupal
|
||||
is_active: '^/test-driven-drupal/?'
|
||||
-
|
||||
title: Recommendations
|
||||
href: /recommendations
|
||||
-
|
||||
title: RSS feed
|
||||
href: /rss.xml
|
||||
-
|
||||
title: Uses
|
||||
href: /uses
|
||||
-
|
||||
title: Speaker information
|
||||
href: /speaker-information
|
||||
-
|
||||
title: Drupal.org
|
||||
href: '%drupalorg.url%'
|
||||
is_active: false
|
||||
-
|
||||
title: Packagist
|
||||
href: '%packagist.url%'
|
||||
is_active: false
|
||||
-
|
||||
title: GitHub
|
||||
href: '%github.url%'
|
||||
is_active: false
|
||||
-
|
||||
title: GitHub gists
|
||||
href: '%github.gist.url%'
|
||||
is_active: false
|
||||
-
|
||||
title: Twitter
|
||||
href: '%twitter.url%'
|
||||
is_active: false
|
||||
-
|
||||
title: YouTube
|
||||
href: '%youtube.channel.url%'
|
||||
is_active: false
|
||||
- title: Calendars
|
||||
href: /calendars
|
||||
is_active: '^/calendars/?'
|
||||
|
||||
- title: Pair with me
|
||||
href: /pair-with-me
|
||||
is_active: '^/pair-with-me/?'
|
||||
|
||||
- title: Test Driven Drupal
|
||||
href: /test-driven-drupal
|
||||
is_active: '^/test-driven-drupal/?'
|
||||
|
||||
- title: Recommendations
|
||||
href: /recommendations
|
||||
|
||||
- title: RSS feed
|
||||
href: /rss.xml
|
||||
|
||||
- title: Uses
|
||||
href: /uses
|
||||
|
||||
- title: Speaker information
|
||||
href: /speaker-information
|
||||
|
||||
- title: Drupal.org
|
||||
href: '%drupalorg.url%'
|
||||
is_active: false
|
||||
|
||||
- title: Packagist
|
||||
href: '%packagist.url%'
|
||||
is_active: false
|
||||
|
||||
- title: GitHub
|
||||
href: '%github.url%'
|
||||
is_active: false
|
||||
|
||||
- title: GitHub gists
|
||||
href: '%github.gist.url%'
|
||||
is_active: false
|
||||
|
||||
- title: Twitter
|
||||
href: '%twitter.url%'
|
||||
is_active: false
|
||||
|
||||
- title: YouTube
|
||||
href: '%youtube.channel.url%'
|
||||
is_active: false
|
||||
main:
|
||||
-
|
||||
title: About
|
||||
href: /
|
||||
is_active: '^//$'
|
||||
-
|
||||
title: Blog
|
||||
href: /blog
|
||||
is_active: '^/blog/?'
|
||||
-
|
||||
title: Talks
|
||||
href: /talks
|
||||
is_active: '^/talks/?'
|
||||
- title: About
|
||||
href: /
|
||||
is_active: '^//$'
|
||||
|
||||
- title: Blog
|
||||
href: /blog
|
||||
is_active: '^/blog/?'
|
||||
|
||||
- title: Talks
|
||||
href: /talks
|
||||
is_active: '^/talks/?'
|
||||
|
||||
packagist:
|
||||
name: opdavies
|
||||
|
|
Loading…
Reference in a new issue