diff --git a/source/_talks/getting-your-data-into-drupal-8.md b/source/_talks/getting-your-data-into-drupal-8.md index 19243ac0..6d829d75 100644 --- a/source/_talks/getting-your-data-into-drupal-8.md +++ b/source/_talks/getting-your-data-into-drupal-8.md @@ -8,6 +8,16 @@ video: url: https://www.youtube.com/watch?v=jtmARTuYhp8 embed: tags: [drupalcamp, migration, drupal-8] +meta: + og: + title: Getting (Your Data) into Drupal 8 + description: "How I migrated the Drupal Bristol website onto Drupal 8." + type: website + image: + url: /assets/images/talks/getting-your-data-into-drupal-8.png + width: 2560 + height: 1440 + type: image/png events: - { id: drupal-bristol, date: '2017-01-18' } - { id: drupalcamp-london-17, date: '2017-03-04', time: '12:05 - 12:50' } diff --git a/source/_talks/test-driven-drupal-simpletest-phpunit.md b/source/_talks/test-driven-drupal-simpletest-phpunit.md index fcb6a6ed..3a032470 100644 --- a/source/_talks/test-driven-drupal-simpletest-phpunit.md +++ b/source/_talks/test-driven-drupal-simpletest-phpunit.md @@ -8,6 +8,16 @@ video: url: https://www.youtube.com/watch?v=fdbxXOi2HP4 embed: tags: [drupalcamp, simpletest, phpunit, testing] +meta: + og: + title: Test Driven Drupal Development with SimpleTest and PHPUnit + description: "How to write tests and follow TDD for Drupal applications." + type: website + image: + url: /assets/images/talks/test-driven-drupal-development.png + width: 2560 + height: 1440 + type: image/png events: - { id: drupalcamp-london-17, date: '2017-03-04', time: '16:15 - 17:00' } --- diff --git a/source/assets/images/talks/getting-your-data-into-drupal-8.png b/source/assets/images/talks/getting-your-data-into-drupal-8.png new file mode 100644 index 00000000..f75df491 Binary files /dev/null and b/source/assets/images/talks/getting-your-data-into-drupal-8.png differ diff --git a/source/assets/images/talks/test-driven-drupal-development.png b/source/assets/images/talks/test-driven-drupal-development.png new file mode 100644 index 00000000..7044f4a6 Binary files /dev/null and b/source/assets/images/talks/test-driven-drupal-development.png differ