From fb768a9c9a111cc5d5b1b5adf46136f7d9d5b0ea Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 21 Jun 2018 00:13:20 +0100 Subject: [PATCH] Update key names for consistency --- data/events.yml | 34 +++++++++---------- source/_talks/deploying-drupal-fabric.md | 4 +-- source/_talks/deploying-php-fabric.md | 4 +-- source/_talks/drupal-8-module-development.md | 2 +- .../drupal-8-php-libraries-drupalorg-api.md | 2 +- source/_talks/drupal-8-rejoining-the-herd.md | 2 +- source/_talks/drupal-vm-generator.md | 2 +- .../_talks/drupal-vm-meet-symfony-console.md | 2 +- source/_talks/drupalorg-2015.md | 4 +-- source/_talks/drush-make-drupalbristol.md | 4 +-- .../_talks/getting-your-data-into-drupal-8.md | 6 ++-- source/_talks/git-flow.md | 2 +- .../goodbye-drush-make-hello-composer.md | 4 +-- source/_talks/so-what-is-this-drupal-thing.md | 2 +- .../_talks/taking-flight-with-tailwind-css.md | 2 +- source/_talks/tdd-test-driven-drupal.md | 10 +++--- source/_talks/test-drive-twig-with-sculpin.md | 2 +- ...ing-laravel-collections-outside-laravel.md | 2 +- source/talks.html.twig | 2 +- 19 files changed, 46 insertions(+), 46 deletions(-) diff --git a/data/events.yml b/data/events.yml index 7b9ffd25..414da061 100644 --- a/data/events.yml +++ b/data/events.yml @@ -1,60 +1,60 @@ events: - drupal-bristol: + drupal_bristol: name: Drupal Bristol location: Bristol, UK url: https://www.drupalbristol.org.uk - drupal-dev-days-2018: + drupal_dev_days_18: name: Drupal Dev Days 2018 location: Lisbon, Portugal url: http://lisbon2018.drupaldays.org - drupal-somerset: + drupal_somerset: name: Drupal Somerset location: Glastonbury, UK - drupalcamp-brighton-15: + drupalcamp_brighton_15: name: DrupalCamp Brighton 2015 location: Brighton, UK - drupalcamp-bristol-16: + drupalcamp_bristol_16: name: DrupalCamp Bristol 2016 location: Bristol, UK url: https://2016.drupalcampbristol.org.uk - drupalcamp-dublin-17: + drupalcamp_dublin_17: name: DrupalCamp Dublin 2017 location: Dublin, Ireland url: http://2017.drupal.ie - drupalcamp-london-14: + drupalcamp_london_14: name: DrupalCamp London 2014 location: London, UK - drupalcamp-london-15: + drupalcamp_london_15: name: DrupalCamp London 2015 location: London, UK - drupalcamp-london-16: + drupalcamp_london_16: name: DrupalCamp London 2016 location: London, UK - drupalcamp-london-17: + drupalcamp_london_17: name: DrupalCamp London 2017 location: London, UK url: http://drupalcamp.london - drupalcamp-london-18: + drupalcamp_london_18: name: DrupalCamp London 2018 location: London, UK url: http://drupalcamp.london - drupalcamp-north-15: + drupalcamp_north_15: name: DrupalCamp North 2015 location: Sunderland, UK url: http://drupalcampnorth.org - nomad-php: + nomad_php: name: Nomad PHP location: Online url: https://nomadphp.com @@ -64,12 +64,12 @@ events: location: Manchester, UK url: http://nwdrupal.org.uk - phpnw17: + phpnw_17: name: PHP North West 2017 location: Manchester, UK url: http://conference.phpnw.org.uk/phpnw17 - phpsc16: + php_south_coast_16: name: PHP South Coast 2016 location: Portsmouth, UK url: http://2016.phpsouthcoast.co.uk @@ -79,7 +79,7 @@ events: location: Bristol, UK url: https://phpsw.uk - phpuk18: + php_uk_18: name: PHP UK Conference 2018 location: London, UK url: https://www.phpconference.co.uk @@ -93,7 +93,7 @@ events: location: Bristol, UK url: http://umbristol.co.uk - unifieddiff: + unified_diff: name: 'unified.diff' location: Cardiff, UK url: http://unifieddiff.co.uk diff --git a/source/_talks/deploying-drupal-fabric.md b/source/_talks/deploying-drupal-fabric.md index 6c006998..a51abdde 100644 --- a/source/_talks/deploying-drupal-fabric.md +++ b/source/_talks/deploying-drupal-fabric.md @@ -13,10 +13,10 @@ meta: description: "You've built your Drupal site, now learn how to deploy it with Fabric." type: website events: - - event: drupalcamp-dublin-17 + - event: drupalcamp_dublin_17 date: '2017-10-20' time: '15:00 - 15:40' - - event: drupal-somerset + - event: drupal_somerset date: '2017-10-26' --- You’ve built your website, and now you just need to deploy it. There are various ways that this could be done - from (S)FTP, to SCP and rsync, to running commands like “git pull” and “composer install” directly on the server (not recommended). diff --git a/source/_talks/deploying-php-fabric.md b/source/_talks/deploying-php-fabric.md index a1875bfd..b73919d5 100644 --- a/source/_talks/deploying-php-fabric.md +++ b/source/_talks/deploying-php-fabric.md @@ -16,14 +16,14 @@ meta: height: 1440 type: image/png events: - - event: nomad-php + - event: nomad_php date: '2017-04-20' time: '19:00 (CET)' type: 'Lightning talk' - event: phpsw date: '2017-09-13' joindin: https://joind.in/talk/a5ff3 - - event: phpnw17 + - event: phpnw_17 date: '2017-10-01' time: '09:00 - 09:45' joindin: https://joind.in/talk/4e35d diff --git a/source/_talks/drupal-8-module-development.md b/source/_talks/drupal-8-module-development.md index 9f0fe1f0..8d5e655f 100644 --- a/source/_talks/drupal-8-module-development.md +++ b/source/_talks/drupal-8-module-development.md @@ -18,7 +18,7 @@ meta: height: 540 width: 960 events: - - event: drupalcamp-london-16 + - event: drupalcamp_london_16 date: '2016-03-05' --- New to object-orientated PHP, Symfony or YAML, and want to get started building modules in Drupal 8? This is the session for you! diff --git a/source/_talks/drupal-8-php-libraries-drupalorg-api.md b/source/_talks/drupal-8-php-libraries-drupalorg-api.md index 7fb59812..00b0ee6d 100644 --- a/source/_talks/drupal-8-php-libraries-drupalorg-api.md +++ b/source/_talks/drupal-8-php-libraries-drupalorg-api.md @@ -11,7 +11,7 @@ tags: youtube: id: JyDjC7gGDpU events: - - event: drupal-bristol + - event: drupal_bristol date: '2018-04-18' joindin: https://joind.in/talk/14851 --- diff --git a/source/_talks/drupal-8-rejoining-the-herd.md b/source/_talks/drupal-8-rejoining-the-herd.md index 663cd75f..3b1ffafc 100644 --- a/source/_talks/drupal-8-rejoining-the-herd.md +++ b/source/_talks/drupal-8-rejoining-the-herd.md @@ -6,7 +6,7 @@ speakerdeck: ratio: '1.37081659973226' url: https://speakerdeck.com/opdavies/drupal-rejoining-the-herd events: - - event: phpsc16 + - event: php_south_coast_16 date: '2016-06-11' joindin: https://joind.in/talk/41d0f --- diff --git a/source/_talks/drupal-vm-generator.md b/source/_talks/drupal-vm-generator.md index 28fd117b..a58dc971 100644 --- a/source/_talks/drupal-vm-generator.md +++ b/source/_talks/drupal-vm-generator.md @@ -12,7 +12,7 @@ youtube: events: - event: nwdug date: '2016-03-08' - - event: drupal-bristol + - event: drupal_bristol date: '2016-04-02' --- An short talk about the [Drupal VM Generator][1] project. diff --git a/source/_talks/drupal-vm-meet-symfony-console.md b/source/_talks/drupal-vm-meet-symfony-console.md index d3ca52bd..d2e8862f 100644 --- a/source/_talks/drupal-vm-meet-symfony-console.md +++ b/source/_talks/drupal-vm-meet-symfony-console.md @@ -7,7 +7,7 @@ speakerdeck: url: https://speakerdeck.com/opdavies/drupal-vm-meet-symfony-console image: drupal-vm-meet-symfony-console.png events: - - event: drupalcamp-bristol-16 + - event: drupalcamp_bristol_16 date: '2016-07-23' --- _TL;DR - Come and learn about Symfony Console, with examples from a real-world project._ diff --git a/source/_talks/drupalorg-2015.md b/source/_talks/drupalorg-2015.md index 29b4d82b..abafdfbc 100644 --- a/source/_talks/drupalorg-2015.md +++ b/source/_talks/drupalorg-2015.md @@ -6,9 +6,9 @@ speakerdeck: ratio: "1.77777777777778" url: https://speakerdeck.com/opdavies/drupal-dot-org-in-15 events: - - event: drupalcamp-brighton-15 + - event: drupalcamp_brighton_15 date: '2015-01-18' - - event: drupalcamp-london-15 + - event: drupalcamp_london_15 date: '2015-02-28' --- A retrospective of the Drupal Association’s work in 2014 and a look forward to what we’ll be working on in 2015. diff --git a/source/_talks/drush-make-drupalbristol.md b/source/_talks/drush-make-drupalbristol.md index 4c77a03e..2c61f3e5 100644 --- a/source/_talks/drush-make-drupalbristol.md +++ b/source/_talks/drush-make-drupalbristol.md @@ -4,9 +4,9 @@ speakerdeck: id: 42605700f102013198de5a5f6f23ab67 ratio: '1.29456384323641' url: https://speakerdeck.com/opdavies/drush-make-drupalbristol -tags: [meetup, drupal, drupal-bristol, drush, drush-make] +tags: [meetup, drupal, drupal_bristol, drush, drush-make] events: - - event: drupal-bristol + - event: drupal_bristol date: '2014-08-19' --- An introduction to Drush Make and how to use it to build reusable custom installation profiles or entire websites. diff --git a/source/_talks/getting-your-data-into-drupal-8.md b/source/_talks/getting-your-data-into-drupal-8.md index 938b22bf..49aea6e9 100644 --- a/source/_talks/getting-your-data-into-drupal-8.md +++ b/source/_talks/getting-your-data-into-drupal-8.md @@ -3,7 +3,7 @@ title: Getting (Your Data) Into Drupal 8 speakerdeck: id: 63e5dfce996e46699e304d50e896477b ratio: '1.77777777777778' - url: 'https://speakerdeck.com/opdavies/getting-your-data-into-drupal-8-drupal-bristol' + url: 'https://speakerdeck.com/opdavies/getting-your-data-into-drupal-8-drupal_bristol' youtube: id: jtmARTuYhp8 tags: [drupalcamp, migration, drupal-8] @@ -19,9 +19,9 @@ meta: type: image/png use: [talks] events: - - event: drupal-bristol + - event: drupal_bristol date: '2017-01-18' - - event: drupalcamp-london-17 + - event: drupalcamp_london_17 date: '2017-03-04' time: '12:05 - 12:50' --- diff --git a/source/_talks/git-flow.md b/source/_talks/git-flow.md index aba06cf2..a842354a 100644 --- a/source/_talks/git-flow.md +++ b/source/_talks/git-flow.md @@ -9,7 +9,7 @@ youtube: tags: [conference, drupalcamp, drupalcamp-london, git, git-flow] tweets: yes events: - - event: drupalcamp-london-14 + - event: drupalcamp_london_14 date: '2014-03-01' --- An introduction to the Git Flow branching model and the git-flow plugin, and how I’ve used them to manage a Drupal development project. diff --git a/source/_talks/goodbye-drush-make-hello-composer.md b/source/_talks/goodbye-drush-make-hello-composer.md index 6a0c4a4a..e97a5051 100644 --- a/source/_talks/goodbye-drush-make-hello-composer.md +++ b/source/_talks/goodbye-drush-make-hello-composer.md @@ -8,9 +8,9 @@ speakerdeck: youtube: id: ZL2FtRTX9Y8 events: - - event: drupal-bristol + - event: drupal_bristol date: '2016-11-17' - - event: phpuk18 + - event: php_uk_18 date: '2018-02-16' time: '14:40 - 15:40' joindin: https://joind.in/talk/650ab diff --git a/source/_talks/so-what-is-this-drupal-thing.md b/source/_talks/so-what-is-this-drupal-thing.md index 7028f8a5..f5b6b491 100644 --- a/source/_talks/so-what-is-this-drupal-thing.md +++ b/source/_talks/so-what-is-this-drupal-thing.md @@ -4,7 +4,7 @@ vimeo: id: 49827006 tags: [meetup, drupal, unified-diff] events: - - event: unifieddiff + - event: unified-diff date: '2012-09-05' --- My very first talk, where I talk about Drupal, what it is and what it can do. diff --git a/source/_talks/taking-flight-with-tailwind-css.md b/source/_talks/taking-flight-with-tailwind-css.md index cbfcc801..5fc035c3 100644 --- a/source/_talks/taking-flight-with-tailwind-css.md +++ b/source/_talks/taking-flight-with-tailwind-css.md @@ -6,7 +6,7 @@ speakerdeck: url: https://speakerdeck.com/opdavies/taking-flight-with-tailwind-css tags: [css, tailwind, meetup] events: - - event: drupal-bristol + - event: drupal_bristol date: '2018-01-17' type: Lightning talk meta: diff --git a/source/_talks/tdd-test-driven-drupal.md b/source/_talks/tdd-test-driven-drupal.md index 68aaba65..58252cae 100644 --- a/source/_talks/tdd-test-driven-drupal.md +++ b/source/_talks/tdd-test-driven-drupal.md @@ -20,17 +20,17 @@ meta: type: image/png use: [talks] events: - - event: drupalcamp-london-17 + - event: drupalcamp_london_17 date: '2017-03-04' time: '16:15 - 17:00' - - event: drupalcamp-dublin-17 + - event: drupalcamp_dublin_17 date: '2017-10-21' time: '12:00 - 12:40' - - event: drupal-bristol + - event: drupal_bristol date: '2017-11-22' - - event: drupal-somerset + - event: drupal_somerset date: '2018-06-14' - - event: drupal-dev-days-2018 + - event: drupal_dev_days_18 date: '2018-07-05' time: '12:15 - 13:00' --- diff --git a/source/_talks/test-drive-twig-with-sculpin.md b/source/_talks/test-drive-twig-with-sculpin.md index 246dfb9e..d67e8507 100644 --- a/source/_talks/test-drive-twig-with-sculpin.md +++ b/source/_talks/test-drive-twig-with-sculpin.md @@ -8,7 +8,7 @@ code: https://github.com/opdavies/sculpin-demo tags: [conference, drupalcamp, drupalcamp-north, sculpin, twig] tweets: yes events: - - event: drupalcamp-north-15 + - event: drupalcamp_north_15 date: '2015-07-25' --- [Sculpin][1] is a static site generator written in PHP, and based on [Symfony components][2]. It uses [YAML][3] and [Twig][4], which makes it very appealing to Drupal people wanting to learn these in preparation for Drupal 8. diff --git a/source/_talks/using-laravel-collections-outside-laravel.md b/source/_talks/using-laravel-collections-outside-laravel.md index 929253b2..58f985e7 100644 --- a/source/_talks/using-laravel-collections-outside-laravel.md +++ b/source/_talks/using-laravel-collections-outside-laravel.md @@ -9,7 +9,7 @@ youtube: tags: [nomad-php, lightning-talk, laravel, collections] type: Lightning talk events: - - event: nomad-php + - event: nomad_php date: '2017-12-21' time: 19:00 CET --- diff --git a/source/talks.html.twig b/source/talks.html.twig index 75839766..21df37ff 100644 --- a/source/talks.html.twig +++ b/source/talks.html.twig @@ -14,7 +14,7 @@ talks: - title: 'Automated testing with Drupal 8 and PHPUnit' type: Workshop events: - - { event: 'drupal-bristol', date: '2018-06-27' } + - { event: drupal_bristol, date: '2018-06-27' } --- {% block content %}