add podcast to feeds

This commit is contained in:
2024-11-11 15:20:28 -06:00
parent 2e26dd2000
commit b39471bed0
3 changed files with 1 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ module.exports = function(eleventyConfig) {
// Passthrough episodes directory to include both markdown and audio files
eleventyConfig.addPassthroughCopy("content/episodes/*/*.mp3");
eleventyConfig.addPassthroughCopy("content/images/*.jpg");
eleventyConfig.addPassthroughCopy("content/feeds/*.jpg");
eleventyConfig.addPlugin(handlebarsPlugin);
eleventyConfig.addPlugin(pluginRss);

BIN
content/feeds/podcast.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 KiB