Ensure consistency between description and excerpt
This commit is contained in:
parent
c6ee7f805e
commit
2f6f27e1fa
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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]
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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]
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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]
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: 'Weeknotes: June 5th'
|
||||
description: Starting at Transport for Wales.
|
||||
excerpt: Starting at Transport for Wales.
|
||||
tag: [personal]
|
||||
---
|
||||
|
||||
|
|
|
@ -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]
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue