From b54b07fe948dfbc4f3927c8a40d54e23c188ade8 Mon Sep 17 00:00:00 2001 From: Jer Noble Date: Sat, 7 May 2022 21:47:19 -0700 Subject: [PATCH] Make permalinks for episodes prettier --- _config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_config.yml b/_config.yml index b60835d..4723a06 100644 --- a/_config.yml +++ b/_config.yml @@ -10,6 +10,13 @@ theme: minima plugins: - jekyll-feed +defaults: + - scope: + path: "sf" + type: "post" + values: + permalink: /:categories/episodes/:title/ + # Podcast Feed Settings podcast: title: "RJS SF Pod" -- 2.40.1