getnikola / plugins

Extra plugins for Nikola
https://plugins.getnikola.com/
MIT License
57 stars 93 forks source link

[postcast] allow separate handling of enclosure files for podcasts to support hosting on CDN #352

Closed tikki closed 3 years ago

tikki commented 3 years ago

Hi,

I'd like to host my podcast files at a completely different location (let's say on a CDN) than my blog. For that I'd like to have the podcast files somewhere in my file system, but not be part of the build output, but still reference them from my blog posts. I think this can be done by adding an (optional) extra config var for the plugin where you could set the CDN URL, and an another (optional) extra config var where you could set the local enclosure folder.