diff --git a/publishconf.py b/publishconf.py index aa18ae2c..ee023d14 100644 --- a/publishconf.py +++ b/publishconf.py @@ -11,4 +11,6 @@ FEED_ALL_RSS = "feeds/all.rss.xml" CATEGORY_FEED_ATOM = "feeds/{slug}.atom.xml" +RSS_FEED_SUMMARY_ONLY = False + DELETE_OUTPUT_DIRECTORY = True