diff --git a/newfile.txt b/newfile.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/public/death/death.webp b/public/death/death.webp
new file mode 100644
index 0000000..5cd4663
Binary files /dev/null and b/public/death/death.webp differ
diff --git a/src/content/config.ts b/src/content/config.ts
index 8c455d0..7a2269b 100644
--- a/src/content/config.ts
+++ b/src/content/config.ts
@@ -16,6 +16,7 @@ export const collections = {
software: defineCollection({ type: "content", schema: base }),
meditations: defineCollection({ type: "content", schema: base }),
"autonomous-racing": defineCollection({ type: "content", schema: base }),
+ death: defineCollection({ type: "content", schema: base }),
git: defineCollection({ type: "content", schema: base }),
gists: defineCollection({ type: "content", schema: base }),
diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro
index fd925ef..3b927c4 100644
--- a/src/layouts/BaseLayout.astro
+++ b/src/layouts/BaseLayout.astro
@@ -6,6 +6,7 @@ const {
title,
description = "Barrett Ruth's website",
bodyClass = "graph-background",
+ useHeader = true,
} = Astro.props;
---
@@ -33,7 +34,7 @@ const {
+
+