From 12af2a2ac54a8193002a3f3d6a9e73bbb21718b2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 28 Jan 2019 23:08:53 +0000 Subject: [PATCH] Update excerpts --- source/_talks/drupal-8-php-libraries-drupalorg-api.md | 1 + source/_talks/tdd-test-driven-drupal.md | 1 + source/_talks/things-you-should-know-about-php.md | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_talks/drupal-8-php-libraries-drupalorg-api.md b/source/_talks/drupal-8-php-libraries-drupalorg-api.md index 66868c76..5e0d7609 100644 --- a/source/_talks/drupal-8-php-libraries-drupalorg-api.md +++ b/source/_talks/drupal-8-php-libraries-drupalorg-api.md @@ -1,5 +1,6 @@ --- title: Having Fun with Drupal 8, PHP libraries and the Drupal.org API +excerpt: A crash course in developing PHP packages and Drupal 8 modules, based on the Drupal.org API. speakerdeck: id: 6e42ae9620bb4e91b3955f8c30d66934 ratio: '1.77777777777778' diff --git a/source/_talks/tdd-test-driven-drupal.md b/source/_talks/tdd-test-driven-drupal.md index ddf4d67b..3b3e7e84 100644 --- a/source/_talks/tdd-test-driven-drupal.md +++ b/source/_talks/tdd-test-driven-drupal.md @@ -1,5 +1,6 @@ --- title: TDD - Test Driven Drupal +excerpt: How to write automated tests for Drupal, and how to create a new Drupal module using test driven development. speakerdeck: id: 088cb18033064f5cb18d1079795294a1 ratio: '1.77777777777778' diff --git a/source/_talks/things-you-should-know-about-php.md b/source/_talks/things-you-should-know-about-php.md index e7317342..6b77a464 100644 --- a/source/_talks/things-you-should-know-about-php.md +++ b/source/_talks/things-you-should-know-about-php.md @@ -1,5 +1,6 @@ --- title: Things you should know about PHP +excerpt: An introduction to PHP, presented to the Swansea Software Development Community (SSDC) meetup. speakerdeck: id: fe360f1030f34bdb9eb14cdab907bb3c ratio: '1.37081659973226' @@ -14,4 +15,4 @@ events: - event: ssdc date: 2019-01-28 --- -An introduction to PHP, presented to the Swansea Software Development Community (SSDC). +An introduction to PHP, presented to the Swansea Software Development Community (SSDC) meetup.