Update presentations to use the abstract block

This commit is contained in:
Oliver Davies 2025-03-21 17:11:10 +00:00
parent 51b1ce4d55
commit 76ae7ae61c
26 changed files with 52 additions and 0 deletions

View file

@ -22,6 +22,8 @@ events:
url: https://www.meetup.com/php-oxford/events/297556113
---
{% block abstract %}
[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.
In this lightning talk, I'll discuss why I created it, what problem it solves, more about what it does, and how it works.
{% endblock %}