Consistent ordering and formatting for talk events

Use a consistent format for talk events, with the most recent talk at
the top of the list with the rest in a descending order.

This removes the need to use a `reverse` filter in the events partial.
This commit is contained in:
Oliver Davies 2024-01-15 19:37:48 +00:00
parent a8cf50cdc4
commit f33e9beaa4
39 changed files with 371 additions and 345 deletions

View file

@ -9,20 +9,20 @@ video: ~
image: ~
events:
-
name: PHP South West (PHPSW)
location: Bristol, UK
date: 2023-11-08
url: https://www.meetup.com/php-sw/events/296917370
name: PHP Oxford
location: Oxford, UK
date: 2024-01-25
url: https://www.meetup.com/php-oxford/events/297556113
-
name: PHP UserGroup Munich
date: 2024-01-23
url: https://www.meetup.com/phpugmunich/events/298411540
online: true
-
name: PHP Oxford
location: Oxford, UK
date: 2024-01-25
url: https://www.meetup.com/php-oxford/events/297556113
name: PHP South West (PHPSW)
location: Bristol, UK
date: 2023-11-08
url: https://www.meetup.com/php-sw/events/296917370
---
[Build Configs](/build-configs) is a tool I've created for creating and managing customised per-project configuration files, such as Docker, Docker Compose, Nix Flakes, and PHPUnit and PHPStan configuration.