e80aee1deb
Updates for PHP Thames Valley
2025-04-11 18:15:43 +01:00
ff651197b8
Updates for Drupal London
2024-11-20 16:40:52 +00:00
Oliver Davies
5b6ccc01d0
Delete src/building-static-websites-sculpin/snippets.lua
2024-09-11 09:44:57 +01:00
5b41902ec6
Add snippets for demo
2024-09-06 01:41:02 +01:00
d7e55e84cc
Updates for PHP Berkshire
2024-09-06 01:40:48 +01:00
43b8fdfd9c
Updates for PHP Berkshire
2024-08-28 15:03:32 +01:00
6f53f8c026
Update for BrumPHP
2024-05-23 22:45:43 +01:00
cb4b396577
Update Tailwind CSS talk for DrupalCamp Ghent
2024-05-11 13:35:43 +02:00
ad467a8700
Consistent indentation
...
This was done by executing this command:
```
find src -type f -name '*.rst' -exec sed -Ei 's/^ :/ :/g' {} \;
```
2024-05-10 22:41:07 +02:00
4de38d0276
Remove instances of .. page::
...
Replace instances of `.. page::` with:
```rst
.. raw:: pdf
PageBreak
```
This reduces my usage on the `preprocess` functionality I'd like to
remove.
This was done by executing this command:
```
find src -type f -name '*.rst' \
-exec sed -Ei 's/.. page::$/.. raw:: pdf\n\n PageBreak/g' {} \;
```
2024-05-10 22:37:50 +02:00
4f888eb6ec
Remove duplicated style files
...
The canonical versions of my style files are stored within `src/styles`,
and these are the ones that should be used as they have the latest
changes and have been converted to the YAML format.
This commit removes any styles within the individual talk directories.
2024-05-10 22:35:54 +02:00
179e27f1b7
Update Test Driven Drupal for DrupalCamp Ghent
2024-05-10 18:16:08 +02:00
d814d86808
Fix bullet point positioning
2024-05-10 09:12:01 +01:00
4f6ca80035
Update stylesheets
2024-05-09 10:45:06 +01:00
9f15e2389f
Add PHPSW talk
2024-04-21 23:08:08 +01:00
72b22b41a8
Consolidate Build Configs talk slides
2024-01-25 15:49:14 +00:00
70d330aa1b
Add slides for PHP Munich
2024-01-24 12:17:35 +00:00
6d8f1db01f
Add Build Configs lightning talk
2024-01-23 14:38:02 +00:00
51c5f5759d
refactor: move into src
2023-10-18 00:21:35 +02:00
b2dccb925e
Delete old content
2020-12-23 20:33:26 +00:00
Oliver Davies
0d5e034487
Update slides after NWDUG
2020-05-12 21:49:33 +01:00
Oliver Davies
4c0756d9aa
Update slides after CMS Philly
2020-05-12 15:37:06 +01:00
Oliver Davies
81640d24ed
Run prettier
2020-03-14 23:39:56 +00:00
49b98d0681
Rename directories
2020-03-14 23:39:29 +00:00