diff --git a/source/_posts/10-years-working-full-time-drupal-php.md b/source/_posts/10-years-working-full-time-drupal-php.md index 5d292dc58..573693571 100644 --- a/source/_posts/10-years-working-full-time-drupal-php.md +++ b/source/_posts/10-years-working-full-time-drupal-php.md @@ -1,6 +1,6 @@ --- title: 10 years working full time with Drupal and PHP -description: 10 years ago today, I started working for Horse & Country TV in what was my full-time Drupal development role. +excerpt: 10 years ago today, I started working for Horse & Country TV in what was my full-time Drupal development role. tags: [] date: 2020-07-19 --- diff --git a/source/_posts/cleanly-retrieving-user-profile-data-using-entity-metadata-wrapper.md b/source/_posts/cleanly-retrieving-user-profile-data-using-entity-metadata-wrapper.md index 44b274ee1..4f3dd11d2 100644 --- a/source/_posts/cleanly-retrieving-user-profile-data-using-entity-metadata-wrapper.md +++ b/source/_posts/cleanly-retrieving-user-profile-data-using-entity-metadata-wrapper.md @@ -1,6 +1,6 @@ --- title: Cleanly retrieving user profile data using an Entity Metadata Wrapper -description: How to use Drupal 7's EntityMetadataWrapper to cleanly retrieve user profile field data. +excerpt: How to use Drupal 7's EntityMetadataWrapper to cleanly retrieve user profile field data. tags: [Drupal, Drupal 7, Drupal Planet, PHP] date: 2021-02-23 --- diff --git a/source/_posts/creating-custom-phpunit-command-ddev.md b/source/_posts/creating-custom-phpunit-command-ddev.md index babea9f8b..2a266f8f5 100644 --- a/source/_posts/creating-custom-phpunit-command-ddev.md +++ b/source/_posts/creating-custom-phpunit-command-ddev.md @@ -1,6 +1,6 @@ --- title: Creating a custom PHPUnit command for DDEV -description: How to create a custom command to run PHPUnit commands in DDEV. +excerpt: How to create a custom command to run PHPUnit commands in DDEV. tags: [DDEV, Drupal, Drupal Planet, PHP] date: 2020-08-28 --- diff --git a/source/_posts/decorating-entity-metadata-wrapper-add-refactor-methods.md b/source/_posts/decorating-entity-metadata-wrapper-add-refactor-methods.md index 6eca7e3e3..928993f3e 100644 --- a/source/_posts/decorating-entity-metadata-wrapper-add-refactor-methods.md +++ b/source/_posts/decorating-entity-metadata-wrapper-add-refactor-methods.md @@ -1,6 +1,6 @@ --- title: Decorating an Entity Metadata Wrapper to add and refactor methods -description: How to use the Decorator design pattern with Drupal 7's EntityMetadataWrapper to extend it, and add and refactor custom methods. +excerpt: How to use the Decorator design pattern with Drupal 7's EntityMetadataWrapper to extend it, and add and refactor custom methods. tags: [Drupal, Drupal 7, Drupal Planet, PHP] date: 2021-02-24 --- diff --git a/source/_posts/docker-resources.md b/source/_posts/docker-resources.md index f02390455..10fe6c981 100644 --- a/source/_posts/docker-resources.md +++ b/source/_posts/docker-resources.md @@ -1,6 +1,6 @@ --- title: Docker resources -description: A list of Docker resources that I've compiled. +excerpt: A list of Docker resources that I've compiled. tags: [Docker] date: 2021-04-13 --- diff --git a/source/_posts/drupal-automated-testing-workshop-notes.md b/source/_posts/drupal-automated-testing-workshop-notes.md index 9c254dbef..0d54f35de 100644 --- a/source/_posts/drupal-automated-testing-workshop-notes.md +++ b/source/_posts/drupal-automated-testing-workshop-notes.md @@ -1,6 +1,6 @@ --- title: Drupal automated testing workshop notes -description: If you attended my automated testing with Drupal workshop this weekend, here are the links. +excerpt: If you attended my automated testing with Drupal workshop this weekend, here are the links. tags: [Drupal] date: 2020-11-15 --- diff --git a/source/_posts/github-actions-phpunit-colours.md b/source/_posts/github-actions-phpunit-colours.md index dbbdda985..aff1da90b 100644 --- a/source/_posts/github-actions-phpunit-colours.md +++ b/source/_posts/github-actions-phpunit-colours.md @@ -1,6 +1,6 @@ --- title: Coloured output with PHPUnit and GitHub Actions -description: How to have colours in your PHPUnit output when running with GitHub Actions. +excerpt: How to have colours in your PHPUnit output when running with GitHub Actions. date: 2020-08-12 tags: [PHPUnit, Testing, GitHub Actions] --- diff --git a/source/_posts/ignoring-phpcs-sniffs-phpunit-tests.md b/source/_posts/ignoring-phpcs-sniffs-phpunit-tests.md index 63944fe54..e942c7a13 100644 --- a/source/_posts/ignoring-phpcs-sniffs-phpunit-tests.md +++ b/source/_posts/ignoring-phpcs-sniffs-phpunit-tests.md @@ -1,6 +1,6 @@ --- title: Ignoring PHPCS sniffs for PHPUnit tests -description: How to exclude certain PHPCS sniffs within your PHPUnit tests, so that you can write your tests methods how you'd like without getting coding standards errors. +excerpt: How to exclude certain PHPCS sniffs within your PHPUnit tests, so that you can write your tests methods how you'd like without getting coding standards errors. tags: [Drupal, Drupal Planet, PHP, PHPUnit] date: 2021-01-04 --- diff --git a/source/_posts/interview-drupal-expert-code-enigma.md b/source/_posts/interview-drupal-expert-code-enigma.md index 48c6a783b..a181f8da7 100644 --- a/source/_posts/interview-drupal-expert-code-enigma.md +++ b/source/_posts/interview-drupal-expert-code-enigma.md @@ -1,6 +1,6 @@ --- title: Interview with a Drupal Expert (with Code Enigma) -description: I recently did an interview with Code Enigma for their blog. +excerpt: I recently did an interview with Code Enigma for their blog. tags: [Drupal, Interview, Personal] date: 2020-08-31 --- diff --git a/source/_posts/migrating-drupal-8-introduction.md b/source/_posts/migrating-drupal-8-introduction.md index f42075e07..68a8f4806 100644 --- a/source/_posts/migrating-drupal-8-introduction.md +++ b/source/_posts/migrating-drupal-8-introduction.md @@ -1,6 +1,6 @@ --- title: 'Migrating to Drupal 8: Introduction' -description: An introduction to the 'Migrating to Drupal 8' blog post series. +excerpt: An introduction to the 'Migrating to Drupal 8' blog post series. date: 2020-08-12 tags: [Drupal, Drupal 8, Drupal Planet] --- diff --git a/source/_posts/presenting-pdf-slides-using-pdfpc-pdf-presenter-console.md b/source/_posts/presenting-pdf-slides-using-pdfpc-pdf-presenter-console.md index 70b72800a..ec2c3050f 100644 --- a/source/_posts/presenting-pdf-slides-using-pdfpc-pdf-presenter-console.md +++ b/source/_posts/presenting-pdf-slides-using-pdfpc-pdf-presenter-console.md @@ -1,6 +1,6 @@ --- title: Presenting from PDF slides using pdfpc (PDF Presenter Console) -description: My notes from using pdfpc (PDF Presenter Console). +excerpt: My notes from using pdfpc (PDF Presenter Console). tags: [Speaking] date: 2021-04-23 --- diff --git a/source/_posts/published-my-first-docker-images-docker-hub-adr-tools-sculpin-rst2pdf.md b/source/_posts/published-my-first-docker-images-docker-hub-adr-tools-sculpin-rst2pdf.md index 8f00d690f..7b4f194ff 100644 --- a/source/_posts/published-my-first-docker-images-docker-hub-adr-tools-sculpin-rst2pdf.md +++ b/source/_posts/published-my-first-docker-images-docker-hub-adr-tools-sculpin-rst2pdf.md @@ -1,6 +1,6 @@ --- title: Published my first Docker images on Docker Hub (ADR Tools, Sculpin, rst2pdf) -description: I recently released my first images to the Docker Hub, for ADR Tools, the Sculpin site generator, and rst2pdf. +excerpt: I recently released my first images to the Docker Hub, for ADR Tools, the Sculpin site generator, and rst2pdf. date: 2021-04-20 --- diff --git a/source/_posts/renaming-gray-grey-tailwind-css.md b/source/_posts/renaming-gray-grey-tailwind-css.md index 6b0366a77..9d323f1b0 100644 --- a/source/_posts/renaming-gray-grey-tailwind-css.md +++ b/source/_posts/renaming-gray-grey-tailwind-css.md @@ -1,6 +1,6 @@ --- title: Renaming gray to grey in Tailwind CSS -description: How to change the colour "gray" to "grey" in Tailwind CSS. +excerpt: How to change the colour "gray" to "grey" in Tailwind CSS. tags: [Tailwind CSS] date: 2020-09-04 --- diff --git a/source/_posts/speaking-drupalcon-europe-2020.md b/source/_posts/speaking-drupalcon-europe-2020.md index ab4a6a412..5537cbccf 100644 --- a/source/_posts/speaking-drupalcon-europe-2020.md +++ b/source/_posts/speaking-drupalcon-europe-2020.md @@ -1,6 +1,6 @@ --- title: Speaking at DrupalCon Europe 2020 -description: I'm excited to be speaking again at DrupalCon, this time online at DrupalCon Europe. +excerpt: I'm excited to be speaking again at DrupalCon, this time online at DrupalCon Europe. tags: [Drupal, Conferences, Speaking] date: 2020-07-30 --- diff --git a/source/_posts/speaking-remotely-during-covid-19.md b/source/_posts/speaking-remotely-during-covid-19.md index 81a0c1f85..66106b0bf 100644 --- a/source/_posts/speaking-remotely-during-covid-19.md +++ b/source/_posts/speaking-remotely-during-covid-19.md @@ -1,6 +1,6 @@ --- title: Speaking remotely during COVID-19 -description: I've been quite busy during this lockdown, giving talks remotely at conferences and user groups. +excerpt: I've been quite busy during this lockdown, giving talks remotely at conferences and user groups. date: 2020-07-07 tags: [Speaking] --- diff --git a/source/_posts/streaming-spabby-gary-hockin-about-drupal.md b/source/_posts/streaming-spabby-gary-hockin-about-drupal.md index ee8bfdd94..a4f4b1e5d 100644 --- a/source/_posts/streaming-spabby-gary-hockin-about-drupal.md +++ b/source/_posts/streaming-spabby-gary-hockin-about-drupal.md @@ -1,6 +1,6 @@ --- title: Streaming with Spabby (Gary Hockin) about Drupal -description: I recently joined my friend Gary on his stream to discuss Drupal. +excerpt: I recently joined my friend Gary on his stream to discuss Drupal. tags: [Drupal, PHP, Drupal 9, Streaming] date: 2020-07-30 --- diff --git a/source/_posts/survey-results-my-drupalcon-europe-session-test-driven-drupal.md b/source/_posts/survey-results-my-drupalcon-europe-session-test-driven-drupal.md index 7df206ee9..8813e44aa 100644 --- a/source/_posts/survey-results-my-drupalcon-europe-session-test-driven-drupal.md +++ b/source/_posts/survey-results-my-drupalcon-europe-session-test-driven-drupal.md @@ -1,6 +1,6 @@ --- title: Survey results from my DrupalCon Europe session (Test Driven Drupal) -description: Here are the results from the session survey for my DrupalCon session (Test Driven Drupal) on Drupal automated testing and test-driven development. +excerpt: Here are the results from the session survey for my DrupalCon session (Test Driven Drupal) on Drupal automated testing and test-driven development. tags: [DrupalCon, Speaking] date: 2021-01-22 --- diff --git a/source/_posts/test-driven-drupal-presentation-drupalcon-europe.md b/source/_posts/test-driven-drupal-presentation-drupalcon-europe.md index 7570611f5..abee7cb51 100644 --- a/source/_posts/test-driven-drupal-presentation-drupalcon-europe.md +++ b/source/_posts/test-driven-drupal-presentation-drupalcon-europe.md @@ -1,6 +1,6 @@ --- title: Test Driven Drupal presentation from DrupalCon Europe -description: Links to the video and slides from my automated testing session from DrupalCon Europe. +excerpt: Links to the video and slides from my automated testing session from DrupalCon Europe. tags: [Drupal, Drupal 8, DrupalCon, Speaking] date: 2021-01-12 --- diff --git a/source/_posts/uis-ive-rebuilt-tailwind-css.md b/source/_posts/uis-ive-rebuilt-tailwind-css.md index 514d6ec25..daf7acf82 100644 --- a/source/_posts/uis-ive-rebuilt-tailwind-css.md +++ b/source/_posts/uis-ive-rebuilt-tailwind-css.md @@ -1,6 +1,6 @@ --- title: UIs that I've Rebuilt with Tailwind CSS -description: A collection of all of the UIs that I've rebuilt using Tailwind CSS for talk demos etc. +excerpt: A collection of all of the UIs that I've rebuilt using Tailwind CSS for talk demos etc. tags: [CSS, Tailwind CSS] date: 2020-11-02 --- diff --git a/source/_posts/upgrading-dransible-project-drupal-9.md b/source/_posts/upgrading-dransible-project-drupal-9.md index a1a024455..870009968 100644 --- a/source/_posts/upgrading-dransible-project-drupal-9.md +++ b/source/_posts/upgrading-dransible-project-drupal-9.md @@ -1,6 +1,6 @@ --- title: Upgrading the Dransible project to Drupal 9 -description: How I recently upgraded the Dransible example project from Drupal 8.8 to 9.0. +excerpt: How I recently upgraded the Dransible example project from Drupal 8.8 to 9.0. tags: [Composer, Dransible, Drupal, Drupal 9, Drupal Planet, PHP] date: 2020-09-05 --- diff --git a/source/_posts/weeknotes-2021-06-05.md b/source/_posts/weeknotes-2021-06-05.md index b8c69db48..c864efa7e 100644 --- a/source/_posts/weeknotes-2021-06-05.md +++ b/source/_posts/weeknotes-2021-06-05.md @@ -1,6 +1,6 @@ --- title: 'Weeknotes: June 5th' -description: Starting at Transport for Wales. +excerpt: Starting at Transport for Wales. tag: [personal] --- diff --git a/source/_posts/weeknotes-2021-06-12.md b/source/_posts/weeknotes-2021-06-12.md index 2f695bd7c..25e7640c4 100644 --- a/source/_posts/weeknotes-2021-06-12.md +++ b/source/_posts/weeknotes-2021-06-12.md @@ -1,6 +1,6 @@ --- title: 'Weeknotes: June 12th' -description: Developing on Windows, organising dotfiles, and helping organise DrupalCon. +excerpt: Developing on Windows, organising dotfiles, and helping organise DrupalCon. date: 2021-06-12 tags: [personal] ---