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