Revert "Move pages, remove the page content type"

This reverts commit e4a779fc45.
This commit is contained in:
Oliver Davies 2024-12-22 01:28:25 +00:00
parent 6358473d73
commit 4756cdb409
36 changed files with 5 additions and 5 deletions

View file

@ -1,31 +0,0 @@
---
title: Hi, PHP Oxford!
---
{% block head_meta %}
<meta name="robots" content="noindex">
{% endblock %}
{% block content %}
Thanks for attending my talk on [Build Configs](/build-configs).
[These are the slides](/presentations/building-build-configs) I presented and the example video:
{% include 'youtube-video' with { id: 'LkhsdmxReUc'} %}
From nothing to a working Drupal 10 website in less than a minute!
If you have any further questions, let me know.
## Can we work together?
[Get in touch](/contact) if you're interested in using Build Configs-based managed configuration files in your projects (I offer one-off implementations or ongoing updates via a subscription), you need an in-house tool built for your team, or if we can [work together another way](/pricing).
If you liked the talk, or [any of my others](/presentations), I can also present talks and run workshops for companies.
## While you're here
Why not join my [daily email list](/daily) or register for my [free email course](/atdc) on automated testing in Drupal?
Oliver
{% endblock %}