diff --git a/publishconf.py b/publishconf.py index 45caab8..8140557 100644 --- a/publishconf.py +++ b/publishconf.py @@ -17,6 +17,9 @@ RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds.atom.xml' FEED_ALL_RSS = 'feed.xml' +## attivando feed sui tag (solo atom) per avere fare podcast di bitume +TAG_FEED_ATOM = "feeds.tag_%s.atom.xml" + DELETE_OUTPUT_DIRECTORY = True # Following items are often useful when publishing