Commit graph

18 commits

Author SHA1 Message Date
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