diff --git a/.eleventy.js b/.eleventy.js index 25ebc47..465eca8 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -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); diff --git a/content/feeds/podcast.jpg b/content/feeds/podcast.jpg new file mode 100755 index 0000000..f8c94a8 Binary files /dev/null and b/content/feeds/podcast.jpg differ diff --git a/content/podcast.md b/content/feeds/podcast.md similarity index 100% rename from content/podcast.md rename to content/feeds/podcast.md