add podcast to feeds
This commit is contained in:
@@ -8,6 +8,7 @@ module.exports = function(eleventyConfig) {
|
|||||||
// Passthrough episodes directory to include both markdown and audio files
|
// Passthrough episodes directory to include both markdown and audio files
|
||||||
eleventyConfig.addPassthroughCopy("content/episodes/*/*.mp3");
|
eleventyConfig.addPassthroughCopy("content/episodes/*/*.mp3");
|
||||||
eleventyConfig.addPassthroughCopy("content/images/*.jpg");
|
eleventyConfig.addPassthroughCopy("content/images/*.jpg");
|
||||||
|
eleventyConfig.addPassthroughCopy("content/feeds/*.jpg");
|
||||||
eleventyConfig.addPlugin(handlebarsPlugin);
|
eleventyConfig.addPlugin(handlebarsPlugin);
|
||||||
eleventyConfig.addPlugin(pluginRss);
|
eleventyConfig.addPlugin(pluginRss);
|
||||||
|
|
||||||
|
|||||||
BIN
content/feeds/podcast.jpg
Executable file
BIN
content/feeds/podcast.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 498 KiB |
Reference in New Issue
Block a user