Commit graph

3 commits

Author SHA1 Message Date
6f53f8c026 Update for BrumPHP 2024-05-23 22:45:43 +01: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
9f15e2389f Add PHPSW talk 2024-04-21 23:08:08 +01:00
Renamed from src/archive/building-static-websites-sculpin/slides.rst (Browse further)