Ensure consistency between description and excerpt

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent c6ee7f805e
commit 2f6f27e1fa
22 changed files with 22 additions and 22 deletions

View file

@ -1,6 +1,6 @@
--- ---
title: 10 years working full time with Drupal and PHP 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: [] tags: []
date: 2020-07-19 date: 2020-07-19
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: Cleanly retrieving user profile data using an Entity Metadata Wrapper 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] tags: [Drupal, Drupal 7, Drupal Planet, PHP]
date: 2021-02-23 date: 2021-02-23
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: Creating a custom PHPUnit command for DDEV 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] tags: [DDEV, Drupal, Drupal Planet, PHP]
date: 2020-08-28 date: 2020-08-28
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: Decorating an Entity Metadata Wrapper to add and refactor methods 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] tags: [Drupal, Drupal 7, Drupal Planet, PHP]
date: 2021-02-24 date: 2021-02-24
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: Docker resources 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] tags: [Docker]
date: 2021-04-13 date: 2021-04-13
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: Drupal automated testing workshop notes 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] tags: [Drupal]
date: 2020-11-15 date: 2020-11-15
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: Coloured output with PHPUnit and GitHub Actions 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 date: 2020-08-12
tags: [PHPUnit, Testing, GitHub Actions] tags: [PHPUnit, Testing, GitHub Actions]
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: Ignoring PHPCS sniffs for PHPUnit tests 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] tags: [Drupal, Drupal Planet, PHP, PHPUnit]
date: 2021-01-04 date: 2021-01-04
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: Interview with a Drupal Expert (with Code Enigma) 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] tags: [Drupal, Interview, Personal]
date: 2020-08-31 date: 2020-08-31
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: 'Migrating to Drupal 8: Introduction' 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 date: 2020-08-12
tags: [Drupal, Drupal 8, Drupal Planet] tags: [Drupal, Drupal 8, Drupal Planet]
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: Presenting from PDF slides using pdfpc (PDF Presenter Console) 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] tags: [Speaking]
date: 2021-04-23 date: 2021-04-23
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: Published my first Docker images on Docker Hub (ADR Tools, Sculpin, rst2pdf) 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 date: 2021-04-20
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: Renaming gray to grey in Tailwind CSS 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] tags: [Tailwind CSS]
date: 2020-09-04 date: 2020-09-04
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: Speaking at DrupalCon Europe 2020 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] tags: [Drupal, Conferences, Speaking]
date: 2020-07-30 date: 2020-07-30
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: Speaking remotely during COVID-19 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 date: 2020-07-07
tags: [Speaking] tags: [Speaking]
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: Streaming with Spabby (Gary Hockin) about Drupal 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] tags: [Drupal, PHP, Drupal 9, Streaming]
date: 2020-07-30 date: 2020-07-30
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: Survey results from my DrupalCon Europe session (Test Driven Drupal) 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] tags: [DrupalCon, Speaking]
date: 2021-01-22 date: 2021-01-22
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: Test Driven Drupal presentation from DrupalCon Europe 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] tags: [Drupal, Drupal 8, DrupalCon, Speaking]
date: 2021-01-12 date: 2021-01-12
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: UIs that I've Rebuilt with Tailwind CSS 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] tags: [CSS, Tailwind CSS]
date: 2020-11-02 date: 2020-11-02
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: Upgrading the Dransible project to Drupal 9 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] tags: [Composer, Dransible, Drupal, Drupal 9, Drupal Planet, PHP]
date: 2020-09-05 date: 2020-09-05
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: 'Weeknotes: June 5th' title: 'Weeknotes: June 5th'
description: Starting at Transport for Wales. excerpt: Starting at Transport for Wales.
tag: [personal] tag: [personal]
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: 'Weeknotes: June 12th' 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 date: 2021-06-12
tags: [personal] tags: [personal]
--- ---