diff --git a/src/_includes/layouts/catalogue-item.html b/src/_includes/layouts/catalogue-item.html
index 9ea1164..e5ba9a4 100644
--- a/src/_includes/layouts/catalogue-item.html
+++ b/src/_includes/layouts/catalogue-item.html
@@ -31,7 +31,7 @@ imageCaption: ""
{% from "macros/date.njk" import format %}
- {{ format(date) }}
+ {{ format(page.date) }}
{% block content %}{{ content | safe }}{% endblock %}
{% if url %}
diff --git a/src/_includes/macros/catalogue.njk b/src/_includes/macros/catalogue.njk
index 52bde5f..7ba1bea 100644
--- a/src/_includes/macros/catalogue.njk
+++ b/src/_includes/macros/catalogue.njk
@@ -6,7 +6,7 @@
{{ post.data.title }}
- {{ post.data.date | formatDate("MM/DD") }}
+ {{ post.date | formatDate("MM/DD") }}
{% endfor %}
diff --git a/src/catalogue/books/the-way-of-kings.md b/src/catalogue/books/2016-08-29-the-way-of-kings.md
similarity index 98%
rename from src/catalogue/books/the-way-of-kings.md
rename to src/catalogue/books/2016-08-29-the-way-of-kings.md
index eef348a..0514fe2 100644
--- a/src/catalogue/books/the-way-of-kings.md
+++ b/src/catalogue/books/2016-08-29-the-way-of-kings.md
@@ -1,7 +1,6 @@
---
title: The Way of Kings
author: Brandon Sanderson
-date: 2016-08-29
isbn: 9780765326355
rating: 5
image: https://cdn.wonderfulfrog.com/the-way-of-kings.jpeg
diff --git a/src/catalogue/books/the-dip.md b/src/catalogue/books/2019-05-25-the-dip.md
similarity index 96%
rename from src/catalogue/books/the-dip.md
rename to src/catalogue/books/2019-05-25-the-dip.md
index abcce98..35fe552 100644
--- a/src/catalogue/books/the-dip.md
+++ b/src/catalogue/books/2019-05-25-the-dip.md
@@ -2,7 +2,6 @@
title: The Dip
subtitle: A Little Book That Teaches You When to Quit
author: Seth Godin
-date: 2019-05-25
isbn: 9781591841661
rating: 4
image: https://cdn.wonderfulfrog.com/the-dip.jpeg
diff --git a/src/catalogue/books/the-subtle-art.md b/src/catalogue/books/2019-05-25-the-subtle-art.md
similarity index 96%
rename from src/catalogue/books/the-subtle-art.md
rename to src/catalogue/books/2019-05-25-the-subtle-art.md
index 088d08c..79d5765 100644
--- a/src/catalogue/books/the-subtle-art.md
+++ b/src/catalogue/books/2019-05-25-the-subtle-art.md
@@ -2,7 +2,6 @@
title: The Subtle Art of Not Giving a Fuck
subtitle: A Counterintuitive Approach to Living a Good Life
author: Mark Manson
-date: 2019-05-25
isbn: 9780062457714
rating: 5
image: https://cdn.wonderfulfrog.com/subtle-art.jpeg
diff --git a/src/catalogue/books/the-total-money-makeover.md b/src/catalogue/books/2019-05-25-the-total-money-makeover.md
similarity index 95%
rename from src/catalogue/books/the-total-money-makeover.md
rename to src/catalogue/books/2019-05-25-the-total-money-makeover.md
index 6dfb8a8..877f3db 100644
--- a/src/catalogue/books/the-total-money-makeover.md
+++ b/src/catalogue/books/2019-05-25-the-total-money-makeover.md
@@ -2,7 +2,6 @@
title: The Total Money Makeover
subtitle: A Proven Plan for Financial Fitness
author: Dave Ramsey
-date: 2019-05-25
isbn: 9780785289081
rating: 3
image: https://cdn.wonderfulfrog.com/total-money-makeover.webp
diff --git a/src/catalogue/books/why-we-get-fat.md b/src/catalogue/books/2019-05-25-why-we-get-fat.md
similarity index 97%
rename from src/catalogue/books/why-we-get-fat.md
rename to src/catalogue/books/2019-05-25-why-we-get-fat.md
index 1486e1e..5fc67f5 100644
--- a/src/catalogue/books/why-we-get-fat.md
+++ b/src/catalogue/books/2019-05-25-why-we-get-fat.md
@@ -2,7 +2,6 @@
title: Why We Get Fat
subtitle: And What To Do About It
author: Gary Taubes
-date: 2019-05-25
isbn: 9780307272706
rating: 3
image: https://cdn.wonderfulfrog.com/why-we-get-fat.jpeg
diff --git a/src/catalogue/books/digital-minimalism.md b/src/catalogue/books/2019-05-31-digital-minimalism.md
similarity index 96%
rename from src/catalogue/books/digital-minimalism.md
rename to src/catalogue/books/2019-05-31-digital-minimalism.md
index 97daa3a..80e1ac2 100644
--- a/src/catalogue/books/digital-minimalism.md
+++ b/src/catalogue/books/2019-05-31-digital-minimalism.md
@@ -2,7 +2,6 @@
title: Digital Minimalism
subtitle: Choosing a Focused Life in a Noisy World
author: Cal Newport
-date: 2019-05-31
isbn: 9780525536512
rating: 4
image: https://cdn.wonderfulfrog.com/digital-minimalism.jpg
diff --git a/src/catalogue/books/dare-to-lead.md b/src/catalogue/books/2019-08-06-dare-to-lead.md
similarity index 94%
rename from src/catalogue/books/dare-to-lead.md
rename to src/catalogue/books/2019-08-06-dare-to-lead.md
index 263893b..010b290 100644
--- a/src/catalogue/books/dare-to-lead.md
+++ b/src/catalogue/books/2019-08-06-dare-to-lead.md
@@ -1,7 +1,6 @@
---
title: Dare to Lead
author: Brené Brown
-date: 2019-08-06
isbn: 9781473562523
rating: 5
image: https://cdn.wonderfulfrog.com/dare-to-lead.jpeg
diff --git a/src/catalogue/books/effective-engineer.md b/src/catalogue/books/2019-09-04-effective-engineer.md
similarity index 97%
rename from src/catalogue/books/effective-engineer.md
rename to src/catalogue/books/2019-09-04-effective-engineer.md
index 1207cfd..e3c77bb 100644
--- a/src/catalogue/books/effective-engineer.md
+++ b/src/catalogue/books/2019-09-04-effective-engineer.md
@@ -2,7 +2,6 @@
title: The Effective Engineer
subtitle: How to Leverage Your Efforts In Software Engineering to Make a Disproportionate and Meaningful Impact
author: Edmond Lau
-date: 2019-09-04
isbn: 9780996128100
rating: 4
image: https://cdn.wonderfulfrog.com/the-effective-engineer.jpeg
diff --git a/src/catalogue/books/atomic-habits.md b/src/catalogue/books/2019-09-07-atomic-habits.md
similarity index 96%
rename from src/catalogue/books/atomic-habits.md
rename to src/catalogue/books/2019-09-07-atomic-habits.md
index 538b0be..c12a49d 100644
--- a/src/catalogue/books/atomic-habits.md
+++ b/src/catalogue/books/2019-09-07-atomic-habits.md
@@ -2,7 +2,6 @@
title: Atomic Habits
subtitle: An Easy & Proven Way to Build Good Habits & Break Bad Ones
author: James Clear
-date: 2019-09-07
isbn: 9780735211292
rating: 5
image: https://cdn.wonderfulfrog.com/atomic-habits.jpeg
diff --git a/src/catalogue/books/ego-is-the-enemy.md b/src/catalogue/books/2019-10-21-ego-is-the-enemy.md
similarity index 97%
rename from src/catalogue/books/ego-is-the-enemy.md
rename to src/catalogue/books/2019-10-21-ego-is-the-enemy.md
index fe5556c..f1e3b89 100644
--- a/src/catalogue/books/ego-is-the-enemy.md
+++ b/src/catalogue/books/2019-10-21-ego-is-the-enemy.md
@@ -1,7 +1,6 @@
---
title: Ego Is The Enemy
author: Ryan Holiday
-date: 2019-10-21
isbn: 9781591847816
rating: 3
image: https://cdn.wonderfulfrog.com/ego-is-the-enemy.jpeg
diff --git a/src/catalogue/books/meditations.md b/src/catalogue/books/2019-10-22-meditations.md
similarity index 97%
rename from src/catalogue/books/meditations.md
rename to src/catalogue/books/2019-10-22-meditations.md
index 1c8534f..b72c433 100644
--- a/src/catalogue/books/meditations.md
+++ b/src/catalogue/books/2019-10-22-meditations.md
@@ -1,7 +1,6 @@
---
title: Meditations
author: Marcus Aurelius
-date: 2019-10-22
isbn: 9780140449334
rating: 2
image: https://cdn.wonderfulfrog.com/meditations.jpeg
diff --git a/src/catalogue/books/deep-work.md b/src/catalogue/books/2019-12-04-deep-work.md
similarity index 98%
rename from src/catalogue/books/deep-work.md
rename to src/catalogue/books/2019-12-04-deep-work.md
index a9f5cac..e6e0232 100644
--- a/src/catalogue/books/deep-work.md
+++ b/src/catalogue/books/2019-12-04-deep-work.md
@@ -2,7 +2,6 @@
title: Deep Work
subtitle: Rules for Focused Success in a Distracted World
author: Cal Newport
-date: 2019-12-04
isbn: 9781455586691
rating: 2
image: https://cdn.wonderfulfrog.com/deep-work.jpeg
diff --git a/src/catalogue/books/why-we-sleep.md b/src/catalogue/books/2019-12-04-why-we-sleep.md
similarity index 97%
rename from src/catalogue/books/why-we-sleep.md
rename to src/catalogue/books/2019-12-04-why-we-sleep.md
index c7c57c2..84efef0 100644
--- a/src/catalogue/books/why-we-sleep.md
+++ b/src/catalogue/books/2019-12-04-why-we-sleep.md
@@ -2,7 +2,6 @@
title: Why We Sleep
subtitle: Unlocking the Power of Sleep and Dreams
author: Matthew Walker
-date: 2019-12-04
isbn: 9781501144318
rating: 5
image: https://cdn.wonderfulfrog.com/why-we-sleep.jpeg
diff --git a/src/catalogue/books/astrophyics-for-people.md b/src/catalogue/books/2020-06-01-astrophyics-for-people.md
similarity index 97%
rename from src/catalogue/books/astrophyics-for-people.md
rename to src/catalogue/books/2020-06-01-astrophyics-for-people.md
index 0be0eab..e3af56a 100644
--- a/src/catalogue/books/astrophyics-for-people.md
+++ b/src/catalogue/books/2020-06-01-astrophyics-for-people.md
@@ -1,7 +1,6 @@
---
title: Astrophysics for People in a Hurry
author: Neil deGrasse Tyson
-date: 2020-06-01
isbn: 9780393609394
rating: 2
image: https://cdn.wonderfulfrog.com/astro-in-hurry.jpeg
diff --git a/src/catalogue/books/the-hate-u-give.md b/src/catalogue/books/2020-07-01-the-hate-u-give.md
similarity index 97%
rename from src/catalogue/books/the-hate-u-give.md
rename to src/catalogue/books/2020-07-01-the-hate-u-give.md
index 65b756e..1517015 100644
--- a/src/catalogue/books/the-hate-u-give.md
+++ b/src/catalogue/books/2020-07-01-the-hate-u-give.md
@@ -1,7 +1,6 @@
---
title: The Hate U Give
author: Angie Thomas
-date: 2020-07-01
isbn: 9780062498533
rating: 5
image: https://cdn.wonderfulfrog.com/the-hate-u-give.jpg
diff --git a/src/catalogue/books/the-skin-were-in.md b/src/catalogue/books/2020-08-01-the-skin-were-in.md
similarity index 98%
rename from src/catalogue/books/the-skin-were-in.md
rename to src/catalogue/books/2020-08-01-the-skin-were-in.md
index f080f7b..954f05a 100644
--- a/src/catalogue/books/the-skin-were-in.md
+++ b/src/catalogue/books/2020-08-01-the-skin-were-in.md
@@ -2,7 +2,6 @@
title: The Skin We're In
subtitle: A Year of Black Resistance and Power
author: Desmond Cole
-date: 2020-08-01
isbn: 9780385686341
rating: 5
image: https://cdn.wonderfulfrog.com/the-skin-were-in.jpeg
diff --git a/src/catalogue/books/the-big-leap.md b/src/catalogue/books/2020-09-02-the-big-leap.md
similarity index 99%
rename from src/catalogue/books/the-big-leap.md
rename to src/catalogue/books/2020-09-02-the-big-leap.md
index 88365d7..1dc1a2c 100644
--- a/src/catalogue/books/the-big-leap.md
+++ b/src/catalogue/books/2020-09-02-the-big-leap.md
@@ -2,7 +2,6 @@
title: The Big Leap
subtitle: Conquer Your Hidden Fear and Take Life to the Next Level
author: Gay Hendricks
-date: 2020-09-02
isbn: 9780061735363
rating: 3
image: https://cdn.wonderfulfrog.com/the-big-leap.jpg
diff --git a/src/catalogue/books/joshua-whitehead-jonny-appleseed.md b/src/catalogue/books/2021-09-09-joshua-whitehead-jonny-appleseed.md
similarity index 88%
rename from src/catalogue/books/joshua-whitehead-jonny-appleseed.md
rename to src/catalogue/books/2021-09-09-joshua-whitehead-jonny-appleseed.md
index 1dc059c..fd60899 100644
--- a/src/catalogue/books/joshua-whitehead-jonny-appleseed.md
+++ b/src/catalogue/books/2021-09-09-joshua-whitehead-jonny-appleseed.md
@@ -3,7 +3,6 @@ title: Jonny Appleseed
author: Joshua Whitehead
isbn: 9781551527253
rating: 4
-date: 2021-09-09T00:00:00Z
image: https://cdn.wonderfulfrog.com/jonny-appleseed.jpeg
---
diff --git a/src/catalogue/books/scott-mccloud-understanding-comics.md b/src/catalogue/books/2021-09-09-scott-mccloud-understanding-comics.md
similarity index 96%
rename from src/catalogue/books/scott-mccloud-understanding-comics.md
rename to src/catalogue/books/2021-09-09-scott-mccloud-understanding-comics.md
index ad0c6f8..f6ef130 100644
--- a/src/catalogue/books/scott-mccloud-understanding-comics.md
+++ b/src/catalogue/books/2021-09-09-scott-mccloud-understanding-comics.md
@@ -4,7 +4,6 @@ subtitle: The Invisible Art
author: Scott McCloud
isbn: 9780060976255
rating: 5
-date: 2021-09-09T00:00:00Z
image: https://cdn.wonderfulfrog.com/understanding-comics.jpg
---
diff --git a/src/catalogue/books/victoria-ortiz-dissenter-on-the-bench.md b/src/catalogue/books/2021-09-09-victoria-ortiz-dissenter-on-the-bench.md
similarity index 95%
rename from src/catalogue/books/victoria-ortiz-dissenter-on-the-bench.md
rename to src/catalogue/books/2021-09-09-victoria-ortiz-dissenter-on-the-bench.md
index 1b4e4d1..ec9daee 100644
--- a/src/catalogue/books/victoria-ortiz-dissenter-on-the-bench.md
+++ b/src/catalogue/books/2021-09-09-victoria-ortiz-dissenter-on-the-bench.md
@@ -4,7 +4,6 @@ subtitle: Ruth Bader Ginsburg's Life & Work
author: Victoria Ortiz
isbn: 978054497364
rating: 4
-date: 2021-09-09T00:00:00Z
image: https://cdn.wonderfulfrog.com/dissenter-on-the-bench.jpeg
---
diff --git a/src/catalogue/books/jim-butcher-peace-talks.md b/src/catalogue/books/2021-09-17-jim-butcher-peace-talks.md
similarity index 97%
rename from src/catalogue/books/jim-butcher-peace-talks.md
rename to src/catalogue/books/2021-09-17-jim-butcher-peace-talks.md
index eeccdae..1c33c19 100644
--- a/src/catalogue/books/jim-butcher-peace-talks.md
+++ b/src/catalogue/books/2021-09-17-jim-butcher-peace-talks.md
@@ -1,11 +1,9 @@
---
-created: 2021-08-26T00:00:00.000Z
title: Peace Talks
author: Jim Butcher
image: https://cdn.wonderfulfrog.com/jim-butcher-peace-talks.jpeg
isbn: 9780393609394
rating: 2
-date: 2021-09-17
---
I feverishly consumed the entire Dresden series in a few years ago. I thought it was so cool to see a blend of fantasy and real life that didn't seem to exist (as far as I knew). The writing sometimes felt chauvinistic (Dresden himself even admits as much) but I would roll my eyes and plod on.
diff --git a/src/catalogue/books/what-we-don’t-talk-about-when-we-talk-about-fat-aubrey-gordon.md b/src/catalogue/books/2021-11-28-what-we-dont-talk-about-when-we-talk-about-fat-aubrey-gordon.md
similarity index 98%
rename from src/catalogue/books/what-we-don’t-talk-about-when-we-talk-about-fat-aubrey-gordon.md
rename to src/catalogue/books/2021-11-28-what-we-dont-talk-about-when-we-talk-about-fat-aubrey-gordon.md
index c3e1efe..8736f81 100644
--- a/src/catalogue/books/what-we-don’t-talk-about-when-we-talk-about-fat-aubrey-gordon.md
+++ b/src/catalogue/books/2021-11-28-what-we-dont-talk-about-when-we-talk-about-fat-aubrey-gordon.md
@@ -5,7 +5,6 @@ image: https://cdn.wonderfulfrog.com/9780807041307_p0_v1_s1200x630.jpg
url: https://www.yourfatfriend.com/book
isbn: 9780807041307
rating: 5
-date: 2021-11-28T20:19:44.917Z
---
This book in combination with the [Maintenance Phase](http://www.maintenancephase.com) podcast has flipped my mindset when it comes to my relationship with my body. I previously believed that weight was something we all had complete control over and could change with diet and exercise. Anyone who was overweight was not trying hard enough.
diff --git a/src/catalogue/books/stolen-focus.md b/src/catalogue/books/2024-02-25-stolen-focus.md
similarity index 99%
rename from src/catalogue/books/stolen-focus.md
rename to src/catalogue/books/2024-02-25-stolen-focus.md
index 4f30f28..3638c03 100644
--- a/src/catalogue/books/stolen-focus.md
+++ b/src/catalogue/books/2024-02-25-stolen-focus.md
@@ -2,7 +2,6 @@
title: Stolen Focus
subtitle: Why You Can't Pay Attention - and How to Think Deeply Again
author: Johann Hari
-date: 2024-02-25
isbn: 9781526620224
rating: 4
image: https://cdn.wonderfulfrog.com/stolen-focus.jpg
diff --git a/src/catalogue/comics/the-monster-sisters-orca-books.md b/src/catalogue/comics/2021-09-11-the-monster-sisters-orca-books.md
similarity index 92%
rename from src/catalogue/comics/the-monster-sisters-orca-books.md
rename to src/catalogue/comics/2021-09-11-the-monster-sisters-orca-books.md
index 76894e6..2b80b3d 100644
--- a/src/catalogue/comics/the-monster-sisters-orca-books.md
+++ b/src/catalogue/comics/2021-09-11-the-monster-sisters-orca-books.md
@@ -6,6 +6,5 @@ year: 2021
isbn: 9781459822290
rating: 4
image: https://cdn.wonderfulfrog.com/the-monster-sisters-vol-2.jpg
-date: 2021-09-11
tags: ["adventure"]
---
diff --git a/src/catalogue/comics/monstress-image-1.md b/src/catalogue/comics/2021-09-19-monstress-image-1.md
similarity index 96%
rename from src/catalogue/comics/monstress-image-1.md
rename to src/catalogue/comics/2021-09-19-monstress-image-1.md
index 2b0ab3b..5e41fbd 100644
--- a/src/catalogue/comics/monstress-image-1.md
+++ b/src/catalogue/comics/2021-09-19-monstress-image-1.md
@@ -6,7 +6,6 @@ volume: 1
year: 2017
image: https://cdn.wonderfulfrog.com/monstress-vol-1.jpeg
rating: 3
-date: 2021-09-19T07:28:12.065Z
tags: ["fantasy"]
---
diff --git a/src/catalogue/comics/monstress-the-blood-image-comics-2.md b/src/catalogue/comics/2021-09-20-monstress-the-blood-image-comics-2.md
similarity index 96%
rename from src/catalogue/comics/monstress-the-blood-image-comics-2.md
rename to src/catalogue/comics/2021-09-20-monstress-the-blood-image-comics-2.md
index 501fe44..faa5e56 100644
--- a/src/catalogue/comics/monstress-the-blood-image-comics-2.md
+++ b/src/catalogue/comics/2021-09-20-monstress-the-blood-image-comics-2.md
@@ -7,7 +7,6 @@ year: 2017
image: https://cdn.wonderfulfrog.com/monstress-vol-2-tp_77ea1f170a.jpg
isbn: 9781534300415
rating: 3
-date: 2021-09-20T00:22:01.235Z
tags: ["fantasy"]
---
diff --git a/src/catalogue/games/yoshis-island.md b/src/catalogue/games/2012-02-26-yoshis-island.md
similarity index 99%
rename from src/catalogue/games/yoshis-island.md
rename to src/catalogue/games/2012-02-26-yoshis-island.md
index 01451ca..89bc973 100644
--- a/src/catalogue/games/yoshis-island.md
+++ b/src/catalogue/games/2012-02-26-yoshis-island.md
@@ -1,7 +1,6 @@
---
title: "Super Mario World 2: Yoshi's Island"
subtitle: Super Nintendo
-date: 2012-02-26
image: https://cdn.wonderfulfrog.com/Yoshi's_Island_(Super_Mario_World_2)_box_art.jpg
tags: ["snes", "platformer"]
year: 1995
diff --git a/src/catalogue/games/majoras-mask-3d.md b/src/catalogue/games/2015-03-01-majoras-mask-3d.md
similarity index 98%
rename from src/catalogue/games/majoras-mask-3d.md
rename to src/catalogue/games/2015-03-01-majoras-mask-3d.md
index 09fdd02..9772f56 100644
--- a/src/catalogue/games/majoras-mask-3d.md
+++ b/src/catalogue/games/2015-03-01-majoras-mask-3d.md
@@ -1,7 +1,6 @@
---
title: "Majora's Mask 3D"
subtitle: Nintendo 3DS
-date: 2015-03-01
image: https://cdn.wonderfulfrog.com/Majora's_Mask_3D_cover.png
tags: ["3ds"]
year: 2015
diff --git a/src/catalogue/games/mario-and-luigi-dream-team.md b/src/catalogue/games/2015-04-18-mario-and-luigi-dream-team.md
similarity index 98%
rename from src/catalogue/games/mario-and-luigi-dream-team.md
rename to src/catalogue/games/2015-04-18-mario-and-luigi-dream-team.md
index 801ef27..2e603fc 100644
--- a/src/catalogue/games/mario-and-luigi-dream-team.md
+++ b/src/catalogue/games/2015-04-18-mario-and-luigi-dream-team.md
@@ -1,7 +1,6 @@
---
title: "Mario & Luigi: Dream Team"
subtitle: Nintendo 3DS
-date: 2015-04-18
image: https://cdn.wonderfulfrog.com/MarioLuigiDreamTeam.jpg
tags: ["3ds"]
year: 2013
diff --git a/src/catalogue/games/donkey-kong-country-tropical-freeze.md b/src/catalogue/games/2015-04-21-donkey-kong-country-tropical-freeze.md
similarity index 98%
rename from src/catalogue/games/donkey-kong-country-tropical-freeze.md
rename to src/catalogue/games/2015-04-21-donkey-kong-country-tropical-freeze.md
index e6ab06e..3fb143c 100644
--- a/src/catalogue/games/donkey-kong-country-tropical-freeze.md
+++ b/src/catalogue/games/2015-04-21-donkey-kong-country-tropical-freeze.md
@@ -1,7 +1,6 @@
---
title: "Donkey Kong Country: Tropical Freeze"
subtitle: Nintendo Wii U
-date: 2015-04-21
image: https://cdn.wonderfulfrog.com/DKC5_box_art.jpg
tags: ["wii u"]
year: 2014
diff --git a/src/catalogue/games/professor-layton-vs-phoenix-wright.md b/src/catalogue/games/2015-04-26-professor-layton-vs-phoenix-wright.md
similarity index 98%
rename from src/catalogue/games/professor-layton-vs-phoenix-wright.md
rename to src/catalogue/games/2015-04-26-professor-layton-vs-phoenix-wright.md
index 65fba41..33768bc 100644
--- a/src/catalogue/games/professor-layton-vs-phoenix-wright.md
+++ b/src/catalogue/games/2015-04-26-professor-layton-vs-phoenix-wright.md
@@ -1,7 +1,6 @@
---
title: "Professor Layton vs. Phoenix Wright: Ace Attorney"
subtitle: Nintendo 3DS
-date: 2015-04-26
image: https://cdn.wonderfulfrog.com/Laytonvsaceattorneycover.jpg
tags: ["3ds"]
year: 2014
diff --git a/src/catalogue/games/the-wonderful-101.md b/src/catalogue/games/2015-05-15-the-wonderful-101.md
similarity index 98%
rename from src/catalogue/games/the-wonderful-101.md
rename to src/catalogue/games/2015-05-15-the-wonderful-101.md
index 5afe951..4bbeb4c 100644
--- a/src/catalogue/games/the-wonderful-101.md
+++ b/src/catalogue/games/2015-05-15-the-wonderful-101.md
@@ -1,7 +1,6 @@
---
title: "The Wonderful 101"
subtitle: Nintendo Wii U
-date: 2015-05-15
image: https://cdn.wonderfulfrog.com/Wonderful_101_box_artwork.jpg
tags: ["wii u", "action"]
year: 2013
diff --git a/src/catalogue/games/fallout-4.md b/src/catalogue/games/2015-12-02-fallout-4.md
similarity index 99%
rename from src/catalogue/games/fallout-4.md
rename to src/catalogue/games/2015-12-02-fallout-4.md
index caa9ad1..9c4eb84 100644
--- a/src/catalogue/games/fallout-4.md
+++ b/src/catalogue/games/2015-12-02-fallout-4.md
@@ -1,7 +1,6 @@
---
title: Fallout 4
subtitle: PC
-date: 2015-12-02
image: https://cdn.wonderfulfrog.com/Fallout_4_cover_art.jpg
tags: ["pc", "role-playing", "action"]
year: 2015
diff --git a/src/catalogue/games/persona-3-portable.md b/src/catalogue/games/2016-03-16-persona-3-portable.md
similarity index 99%
rename from src/catalogue/games/persona-3-portable.md
rename to src/catalogue/games/2016-03-16-persona-3-portable.md
index 9788eb7..1ddeff3 100644
--- a/src/catalogue/games/persona-3-portable.md
+++ b/src/catalogue/games/2016-03-16-persona-3-portable.md
@@ -1,7 +1,6 @@
---
title: "Persona 3 Portable"
subtitle: PlayStation Portable
-date: 2016-03-16
image: https://cdn.wonderfulfrog.com/p3p.jpg
tags: ["psp", "persona"]
youtube: true
diff --git a/src/catalogue/games/shovel-knight.md b/src/catalogue/games/2016-08-22-shovel-knight.md
similarity index 98%
rename from src/catalogue/games/shovel-knight.md
rename to src/catalogue/games/2016-08-22-shovel-knight.md
index 301b9f4..385bde6 100644
--- a/src/catalogue/games/shovel-knight.md
+++ b/src/catalogue/games/2016-08-22-shovel-knight.md
@@ -1,7 +1,6 @@
---
title: Shovel Knight
subtitle: Nintendo Wii U
-date: 2016-08-22
image: https://cdn.wonderfulfrog.com/Shovel_knight_cover.jpg
tags: ["wii u"]
year: 2014
diff --git a/src/catalogue/games/tomb-raider.md b/src/catalogue/games/2016-08-24-tomb-raider.md
similarity index 98%
rename from src/catalogue/games/tomb-raider.md
rename to src/catalogue/games/2016-08-24-tomb-raider.md
index e8056c1..1b86805 100644
--- a/src/catalogue/games/tomb-raider.md
+++ b/src/catalogue/games/2016-08-24-tomb-raider.md
@@ -1,7 +1,6 @@
---
title: Tomb Raider
subtitle: PC
-date: 2016-08-24
image: https://cdn.wonderfulfrog.com/TombRaider2013.jpg
tags: ["pc"]
year: 2013
diff --git a/src/catalogue/games/assassins-creed-black-flag.md b/src/catalogue/games/2016-12-31-assassins-creed-black-flag.md
similarity index 98%
rename from src/catalogue/games/assassins-creed-black-flag.md
rename to src/catalogue/games/2016-12-31-assassins-creed-black-flag.md
index eeee89f..856922f 100644
--- a/src/catalogue/games/assassins-creed-black-flag.md
+++ b/src/catalogue/games/2016-12-31-assassins-creed-black-flag.md
@@ -1,7 +1,6 @@
---
title: "Assassin's Creed IV: Black Flag"
subtitle: PlayStation 3
-date: 2016-12-31
image: https://cdn.wonderfulfrog.com/Assassin's_Creed_IV_-_Black_Flag_cover.jpg
tags: ["ps3"]
year: 2013
diff --git a/src/catalogue/games/doom-2016.md b/src/catalogue/games/2017-01-02-doom-2016.md
similarity index 99%
rename from src/catalogue/games/doom-2016.md
rename to src/catalogue/games/2017-01-02-doom-2016.md
index 4bcb202..93a7d0b 100644
--- a/src/catalogue/games/doom-2016.md
+++ b/src/catalogue/games/2017-01-02-doom-2016.md
@@ -1,7 +1,6 @@
---
title: DOOM
subtitle: PC
-date: 2017-01-02
image: https://cdn.wonderfulfrog.com/Doom_Cover.jpg
tags: ["pc"]
year: 2016
diff --git a/src/catalogue/games/hyper-light-drifter.md b/src/catalogue/games/2017-01-29-hyper-light-drifter.md
similarity index 99%
rename from src/catalogue/games/hyper-light-drifter.md
rename to src/catalogue/games/2017-01-29-hyper-light-drifter.md
index cb6a1e6..6baa4a1 100644
--- a/src/catalogue/games/hyper-light-drifter.md
+++ b/src/catalogue/games/2017-01-29-hyper-light-drifter.md
@@ -1,7 +1,6 @@
---
title: Hyper Light Drifter
subtitle: PC
-date: 2017-01-29
image: https://cdn.wonderfulfrog.com/HyperLightDrifterBoxArt.png
tags: ["pc"]
year: 2016
diff --git a/src/catalogue/games/vanquish.md b/src/catalogue/games/2017-02-26-vanquish.md
similarity index 99%
rename from src/catalogue/games/vanquish.md
rename to src/catalogue/games/2017-02-26-vanquish.md
index d33a8cb..b1f3980 100644
--- a/src/catalogue/games/vanquish.md
+++ b/src/catalogue/games/2017-02-26-vanquish.md
@@ -1,7 +1,6 @@
---
title: Vanquish
subtitle: PlayStation 3
-date: 2017-02-26
image: https://cdn.wonderfulfrog.com/PG_Vanquish_box_artwork.png
tags: ["ps3"]
year: 2010
diff --git a/src/catalogue/games/persona-5.md b/src/catalogue/games/2017-12-20-persona-5.md
similarity index 88%
rename from src/catalogue/games/persona-5.md
rename to src/catalogue/games/2017-12-20-persona-5.md
index ccd592d..020083b 100644
--- a/src/catalogue/games/persona-5.md
+++ b/src/catalogue/games/2017-12-20-persona-5.md
@@ -1,7 +1,6 @@
---
title: Persona 5
subtitle: PlayStation 4
-date: 2017-12-20
image: https://cdn.wonderfulfrog.com/Persona_5_cover_art.jpg
tags: ["ps4"]
year: 2016
diff --git a/src/catalogue/games/axiom-verge.md b/src/catalogue/games/2018-04-10-axiom-verge.md
similarity index 89%
rename from src/catalogue/games/axiom-verge.md
rename to src/catalogue/games/2018-04-10-axiom-verge.md
index f674d8b..478dacc 100644
--- a/src/catalogue/games/axiom-verge.md
+++ b/src/catalogue/games/2018-04-10-axiom-verge.md
@@ -1,7 +1,6 @@
---
title: Axiom Verge
subtitle: Nintendo Switch
-date: 2018-04-10
image: https://cdn.wonderfulfrog.com/Axiom_Verge_Title.png
tags: ["switch"]
year: 2015
diff --git a/src/catalogue/games/her-story.md b/src/catalogue/games/2024-01-07-her-story.md
similarity index 97%
rename from src/catalogue/games/her-story.md
rename to src/catalogue/games/2024-01-07-her-story.md
index 4373803..a1e3196 100644
--- a/src/catalogue/games/her-story.md
+++ b/src/catalogue/games/2024-01-07-her-story.md
@@ -1,7 +1,6 @@
---
title: Her Story
platform: PC
-date: 2024-01-07
image: https://cdn.wonderfulfrog.com/Her_Story_store_art.jpg
tags: ["pc", "narrative", "simulator"]
year: 2015
diff --git a/src/catalogue/games/middle-earth-shadow-of-mordor.md b/src/catalogue/games/2024-01-19-middle-earth-shadow-of-mordor.md
similarity index 96%
rename from src/catalogue/games/middle-earth-shadow-of-mordor.md
rename to src/catalogue/games/2024-01-19-middle-earth-shadow-of-mordor.md
index ab2fca5..f84887f 100644
--- a/src/catalogue/games/middle-earth-shadow-of-mordor.md
+++ b/src/catalogue/games/2024-01-19-middle-earth-shadow-of-mordor.md
@@ -1,7 +1,6 @@
---
title: "Middle-earth: Shadow of Mordor"
subtitle: PC
-date: 2024-01-19
image: https://cdn.wonderfulfrog.com/Shadow_of_Mordor_cover_art.jpg
tags: ["pc"]
year: 2014
diff --git a/src/catalogue/games/citizen-sleeper.md b/src/catalogue/games/2024-01-27-citizen-sleeper.md
similarity index 97%
rename from src/catalogue/games/citizen-sleeper.md
rename to src/catalogue/games/2024-01-27-citizen-sleeper.md
index 744a31b..5b98e7b 100644
--- a/src/catalogue/games/citizen-sleeper.md
+++ b/src/catalogue/games/2024-01-27-citizen-sleeper.md
@@ -1,7 +1,6 @@
---
title: Citizen Sleeper
subtitle: PC
-date: 2024-01-27
image: https://cdn.wonderfulfrog.com/Citizen_Sleeper_cover_art.jpg
tags: ["pc"]
year: 2022
diff --git a/src/catalogue/podcasts/history-of-the-90s.md b/src/catalogue/podcasts/2021-08-25-history-of-the-90s.md
similarity index 95%
rename from src/catalogue/podcasts/history-of-the-90s.md
rename to src/catalogue/podcasts/2021-08-25-history-of-the-90s.md
index c2b8240..dbe6d73 100644
--- a/src/catalogue/podcasts/history-of-the-90s.md
+++ b/src/catalogue/podcasts/2021-08-25-history-of-the-90s.md
@@ -2,7 +2,6 @@
title: History of the 90s
rating: 4
image: https://cdn.wonderfulfrog.com/history-of-the-90s.jpeg
-date: 2021-08-25T00:02:00Z
url: https://curiouscast.ca/podcast/466/history-of-the-90s/
---
diff --git a/src/catalogue/podcasts/hunting-warhead.md b/src/catalogue/podcasts/2021-08-25-hunting-warhead.md
similarity index 93%
rename from src/catalogue/podcasts/hunting-warhead.md
rename to src/catalogue/podcasts/2021-08-25-hunting-warhead.md
index 88f5031..fdd8d2a 100644
--- a/src/catalogue/podcasts/hunting-warhead.md
+++ b/src/catalogue/podcasts/2021-08-25-hunting-warhead.md
@@ -2,7 +2,6 @@
title: Hunting Warhead
rating: 5
image: https://cdn.wonderfulfrog.com/hunting-warhead.webp
-date: 2021-08-25T00:00:00Z
url: https://www.cbc.ca/listen/cbc-podcasts/387-hunting-warhead
---
diff --git a/src/catalogue/podcasts/maintenance-phase.md b/src/catalogue/podcasts/2021-08-25-maintenance-phase.md
similarity index 97%
rename from src/catalogue/podcasts/maintenance-phase.md
rename to src/catalogue/podcasts/2021-08-25-maintenance-phase.md
index 1487bd9..dc270a2 100644
--- a/src/catalogue/podcasts/maintenance-phase.md
+++ b/src/catalogue/podcasts/2021-08-25-maintenance-phase.md
@@ -2,7 +2,6 @@
title: Maintenance Phase
rating: 5
image: https://cdn.wonderfulfrog.com/maintenance-phase.webp
-date: 2021-08-25T00:08:00Z
url: https://www.maintenancephase.com/
---
diff --git a/src/catalogue/podcasts/reply-all.md b/src/catalogue/podcasts/2021-08-25-reply-all.md
similarity index 95%
rename from src/catalogue/podcasts/reply-all.md
rename to src/catalogue/podcasts/2021-08-25-reply-all.md
index 2a8e8be..1a365e5 100644
--- a/src/catalogue/podcasts/reply-all.md
+++ b/src/catalogue/podcasts/2021-08-25-reply-all.md
@@ -3,7 +3,6 @@ title: Reply All
url: https://gimletmedia.com/shows/reply-all
rating: 3
image: https://cdn.wonderfulfrog.com/reply-all.jpeg
-date: 2021-08-25T00:07:00Z
---
There are too many episodes to this podcast, but I have been shared a few interesting ones from my partner. I was never a regular listener, and have not listened since it [effectively imploded](https://www.vulture.com/article/gimlet-reply-all-controversy-spotify-test-kitchen.html)
diff --git a/src/catalogue/podcasts/running-from-cops.md b/src/catalogue/podcasts/2021-08-25-running-from-cops.md
similarity index 58%
rename from src/catalogue/podcasts/running-from-cops.md
rename to src/catalogue/podcasts/2021-08-25-running-from-cops.md
index dd3e807..8449496 100644
--- a/src/catalogue/podcasts/running-from-cops.md
+++ b/src/catalogue/podcasts/2021-08-25-running-from-cops.md
@@ -2,8 +2,5 @@
title: Running from COPS
rating: 5
image: https://cdn.wonderfulfrog.com/running-from-cops.webp
-date: 2021-08-25T00:03:00Z
url: https://podcasts.apple.com/ca/podcast/headlong-running-from-cops/id1459118695
---
-
-[Listen to the podcast](https://podcasts.apple.com/ca/podcast/headlong-running-from-cops/id1459118695)
diff --git a/src/catalogue/podcasts/surviving-y2k.md b/src/catalogue/podcasts/2021-08-25-surviving-y2k.md
similarity index 57%
rename from src/catalogue/podcasts/surviving-y2k.md
rename to src/catalogue/podcasts/2021-08-25-surviving-y2k.md
index e433d0c..e778c13 100644
--- a/src/catalogue/podcasts/surviving-y2k.md
+++ b/src/catalogue/podcasts/2021-08-25-surviving-y2k.md
@@ -2,8 +2,5 @@
title: Surviving Y2K
rating: 4
image: https://cdn.wonderfulfrog.com/surviving-y2k.webp
-date: 2021-08-25T00:01:00Z
url: https://podcasts.apple.com/ca/podcast/headlong-surviving-y2k/id1464251414
---
-
-[Listen to the podcast](https://podcasts.apple.com/ca/podcast/headlong-surviving-y2k/id1464251414)
diff --git a/src/catalogue/podcasts/youre-wrong-about.md b/src/catalogue/podcasts/2021-08-25-youre-wrong-about.md
similarity index 91%
rename from src/catalogue/podcasts/youre-wrong-about.md
rename to src/catalogue/podcasts/2021-08-25-youre-wrong-about.md
index 3f51aab..07c0ff0 100644
--- a/src/catalogue/podcasts/youre-wrong-about.md
+++ b/src/catalogue/podcasts/2021-08-25-youre-wrong-about.md
@@ -1,9 +1,8 @@
---
title: "You're Wrong About"
url: https://yourewrongabout.com/
-rating: 4
+rating: 3
image: https://cdn.wonderfulfrog.com/youre-wrong-about.jpeg
-date: 2021-08-25T00:06:00Z
---
## Favourite episodes
diff --git a/src/catalogue/podcasts/if-books-could-kill.md b/src/catalogue/podcasts/2024-02-17-if-books-could-kill.md
similarity index 98%
rename from src/catalogue/podcasts/if-books-could-kill.md
rename to src/catalogue/podcasts/2024-02-17-if-books-could-kill.md
index e0cd482..bdfd42c 100644
--- a/src/catalogue/podcasts/if-books-could-kill.md
+++ b/src/catalogue/podcasts/2024-02-17-if-books-could-kill.md
@@ -2,7 +2,6 @@
title: If Books Could Kill
url: https://www.ifbookspod.com/
image: https://cdn.wonderfulfrog.com/if-books-could-kill.jpeg
-date: 2024-02-17
---
I will follow Michael Hobbes to the ends of the earth.
diff --git a/src/catalogue/podcasts/9-12.md b/src/catalogue/podcasts/2024-02-20-9-12.md
similarity index 93%
rename from src/catalogue/podcasts/9-12.md
rename to src/catalogue/podcasts/2024-02-20-9-12.md
index dac39df..493786a 100644
--- a/src/catalogue/podcasts/9-12.md
+++ b/src/catalogue/podcasts/2024-02-20-9-12.md
@@ -1,8 +1,7 @@
---
title: 9/12
-rating: 5
+rating: 4
image: https://cdn.wonderfulfrog.com/21dcd7ff8bee7ea7122dd755078befbef85978d7ee34af54840833a606d375da90a4f8a295842e8d2b58f4db5dfa6a69859a209e3c346f5f268546110b2b6d45.jpeg
-date: 2024-02-20
url: https://art19.com/shows/9-12
---
diff --git a/src/catalogue/podcasts/a-death-in-cryptoland.md b/src/catalogue/podcasts/2024-02-20-a-death-in-cryptoland.md
similarity index 95%
rename from src/catalogue/podcasts/a-death-in-cryptoland.md
rename to src/catalogue/podcasts/2024-02-20-a-death-in-cryptoland.md
index bebc272..6a4b6d7 100644
--- a/src/catalogue/podcasts/a-death-in-cryptoland.md
+++ b/src/catalogue/podcasts/2024-02-20-a-death-in-cryptoland.md
@@ -2,7 +2,6 @@
title: A Death in Cryptoland
rating: 5
image: https://cdn.wonderfulfrog.com/adeathincryptoland-podcast-template-lg.avif
-date: 2024-02-20
url: https://www.cbc.ca/listen/cbc-podcasts/904-a-death-in-cryptoland
---
diff --git a/src/catalogue/podcasts/boys-like-me.md b/src/catalogue/podcasts/2024-02-20-boys-like-me.md
similarity index 98%
rename from src/catalogue/podcasts/boys-like-me.md
rename to src/catalogue/podcasts/2024-02-20-boys-like-me.md
index 5586411..f7a3e39 100644
--- a/src/catalogue/podcasts/boys-like-me.md
+++ b/src/catalogue/podcasts/2024-02-20-boys-like-me.md
@@ -2,7 +2,6 @@
title: Boys Like Me
rating: 5
image: https://cdn.wonderfulfrog.com/BoysLikeMe-podcast-template.avif
-date: 2024-02-20
url: https://www.cbc.ca/listen/cbc-podcasts/1035-boys-like-me
---
diff --git a/src/catalogue/podcasts/conversations-with-people-who-hate-me.md b/src/catalogue/podcasts/2024-02-20-conversations-with-people-who-hate-me.md
similarity index 98%
rename from src/catalogue/podcasts/conversations-with-people-who-hate-me.md
rename to src/catalogue/podcasts/2024-02-20-conversations-with-people-who-hate-me.md
index ac09809..1927f02 100644
--- a/src/catalogue/podcasts/conversations-with-people-who-hate-me.md
+++ b/src/catalogue/podcasts/2024-02-20-conversations-with-people-who-hate-me.md
@@ -2,7 +2,6 @@
title: Conversations With People Who Hate Me
rating: 5
image: https://cdn.wonderfulfrog.com/Conversations-With-People-Who-Hate-Me-Square-Logo.png
-date: 2024-02-20
url: https://www.dylanmarron.com/podcast
---
diff --git a/src/catalogue/podcasts/project-unabom.md b/src/catalogue/podcasts/2024-02-20-project-unabom.md
similarity index 95%
rename from src/catalogue/podcasts/project-unabom.md
rename to src/catalogue/podcasts/2024-02-20-project-unabom.md
index f3461d4..b0b5159 100644
--- a/src/catalogue/podcasts/project-unabom.md
+++ b/src/catalogue/podcasts/2024-02-20-project-unabom.md
@@ -2,7 +2,6 @@
title: Project Unabom
rating: 5
image: https://cdn.wonderfulfrog.com/313x0w.webp
-date: 2024-02-20
url: https://podcasts.apple.com/ca/podcast/project-unabom/id1627613321
---
diff --git a/src/catalogue/podcasts/redemption-of-jar-jar-binks.md b/src/catalogue/podcasts/2024-02-20-redemption-of-jar-jar-binks.md
similarity index 97%
rename from src/catalogue/podcasts/redemption-of-jar-jar-binks.md
rename to src/catalogue/podcasts/2024-02-20-redemption-of-jar-jar-binks.md
index 90e452b..a1078c8 100644
--- a/src/catalogue/podcasts/redemption-of-jar-jar-binks.md
+++ b/src/catalogue/podcasts/2024-02-20-redemption-of-jar-jar-binks.md
@@ -2,7 +2,6 @@
title: The Redemption of Jar Jar Binks
rating: 5
image: https://cdn.wonderfulfrog.com/Jar_Jar_250x250.jpg
-date: 2024-02-20
url: https://www.ted.com/podcasts/the-redemption-of-jar-jar-binks
---
diff --git a/src/catalogue/podcasts/the-flamethrowers.md b/src/catalogue/podcasts/2024-02-20-the-flamethrowers.md
similarity index 97%
rename from src/catalogue/podcasts/the-flamethrowers.md
rename to src/catalogue/podcasts/2024-02-20-the-flamethrowers.md
index 561f456..4a82456 100644
--- a/src/catalogue/podcasts/the-flamethrowers.md
+++ b/src/catalogue/podcasts/2024-02-20-the-flamethrowers.md
@@ -2,7 +2,6 @@
title: The Flamethrowers
rating: 5
image: https://cdn.wonderfulfrog.com/theflamethrowers-podcast-template.avif
-date: 2024-02-20
url: https://www.cbc.ca/listen/cbc-podcasts/1026-the-flamethrowers
---
diff --git a/src/catalogue/podcasts/the-new-gurus.md b/src/catalogue/podcasts/2024-02-20-the-new-gurus.md
similarity index 98%
rename from src/catalogue/podcasts/the-new-gurus.md
rename to src/catalogue/podcasts/2024-02-20-the-new-gurus.md
index eeabfdd..f3d24be 100644
--- a/src/catalogue/podcasts/the-new-gurus.md
+++ b/src/catalogue/podcasts/2024-02-20-the-new-gurus.md
@@ -2,7 +2,6 @@
title: The New Gurus
rating: 5
image: https://cdn.wonderfulfrog.com/the-new-gurus.webp
-date: 2024-02-20
url: https://podcasts.apple.com/ca/podcast/the-new-gurus/id1659385785
---