Fix indentation in settings
This commit is contained in:
parent
fab8efeb73
commit
3c8ce2724b
1 changed files with 51 additions and 47 deletions
|
@ -15,45 +15,46 @@ github:
|
||||||
|
|
||||||
menus:
|
menus:
|
||||||
footer:
|
footer:
|
||||||
- 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: RSS
|
title: RSS
|
||||||
href: \#
|
href: \#
|
||||||
|
-
|
||||||
- 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: GitHub
|
title: GitHub
|
||||||
href: '%github.url%'
|
href: '%github.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.url%'
|
href: '%youtube.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/?'
|
||||||
|
|
||||||
|
@ -61,6 +62,9 @@ twitter:
|
||||||
name: opdavies
|
name: opdavies
|
||||||
url: 'https://twitter.com/%twitter.name%'
|
url: 'https://twitter.com/%twitter.name%'
|
||||||
|
|
||||||
|
work:
|
||||||
|
role: Lead Software Developer
|
||||||
|
|
||||||
youtube:
|
youtube:
|
||||||
channel:
|
channel:
|
||||||
id: UCkeK0qF9HHUPQH_fvn4ghqQ
|
id: UCkeK0qF9HHUPQH_fvn4ghqQ
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue