From e62dfdde38ec2c32ae3a0c28f8199057624eb4ed Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 23 May 2025 11:07:03 +0100 Subject: [PATCH] Serve the new podcast episode from Tome Now the Podcast Episode content type and the first episode node has been created, serve the new episode from Tome. It won't appear on the episode listing page at /podcast, but I'll recreate that once I've migrated the existing episodes to Tome, or I can manually add it to the listing page by editing the HTML rather than re-generating the page with Sculpin as it would confuse the commit history in this project - which I want to keep intact. --- hosts/nixedo/modules/nginx/www.oliverdavies.uk/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nixedo/modules/nginx/www.oliverdavies.uk/default.nix b/hosts/nixedo/modules/nginx/www.oliverdavies.uk/default.nix index e358f5d9..db469687 100644 --- a/hosts/nixedo/modules/nginx/www.oliverdavies.uk/default.nix +++ b/hosts/nixedo/modules/nginx/www.oliverdavies.uk/default.nix @@ -17,6 +17,7 @@ let "daily/.+" "examples" "homelab" + "podcast/28-ai-tools-web-coding-luke-mccormick" "rss/daily.xml" "sites/default/files" "themes/custom/opdavies"