diff --git a/slides.md b/slides.md
index 7a93e27..6ed176e 100644
--- a/slides.md
+++ b/slides.md
@@ -11,30 +11,51 @@ addons:
- "slidev-addon-qrcode"
---
-# Wagtail & Caching
+# + Caching = ❤️
-### Jake Howard{style="color: #e85537;" }
+## Jake Howard{.mt-5}
-
- - Senior Systems Engineer @ Torchbox
- - Core Team, Security Team & Performance Working Group @ Wagtail
+### Wagtail Space NL 2024{.mt-5}
+
+
+
+---
+layout: full
+---
+
+# `$ whoami`
+
+
+ - Senior Systems Engineer @ Torchbox
+ - Core, Security & Performance teams @ Wagtail
+ - I'm an avid self-hoster
+ - I help students build robots in my "spare" time (https://srobo.org)
-
+
- theorangeone.net
- @RealOrangeOne
- @RealOrangeOne
- @jake@theorangeone.net
-
-
-
+
+
+
---
layout: fact
@@ -43,7 +64,7 @@ layout: fact
# Disclaimer{style="color: #fd5765;" }
---
-layout: cover
+layout: section
---
# What _is_ caching?
@@ -52,7 +73,6 @@ layout: cover
layout: center
---
-
# Scale
---
-layout: cover
+layout: section
---
# Caching in Wagtail
@@ -147,7 +167,8 @@ layout: cover
background: /website-homepage.png
---
-# An example
+## Example:
+# My website
---
layout: image
@@ -267,6 +288,8 @@ image: /website-search.png
+
+
```python
@@ -382,27 +405,19 @@ layout: image
image: https://www.cloudflare.com/network-maps/cloudflare-pops-2O04nulSdNrRpJR9fs9OKv.svg
---
-Source: Cloudflare
-
-
-
---
layout: cover
background: /wagtail-homepage.png
---
-# An example
+## Example
+# `wagtail.org`
+
+
---
layout: image
@@ -470,7 +485,7 @@ flowchart LR
```
---
-layout: fact
+layout: section
---
# Content is cached!
@@ -527,7 +542,7 @@ flowchart LR
U--->CDN
CDN-->C
C-->CDN
- C-..->W
+ C--->W
W-.->|Frontend Cache Invalidation|CDN
```
diff --git a/style.css b/style.css
index fe22a8d..0afc786 100644
--- a/style.css
+++ b/style.css
@@ -1,3 +1,11 @@
-.slidev-layout {
- background: #2e1f5e
+:root {
+ --slidev-code-padding: 1rem;
+
+ /* 3px larger than defaults */
+ --slidev-code-font-size: 15px;
+ --slidev-code-line-height: 21px;
+}
+
+.slidev-layout {
+ background-color: #2e1f5e
}