diff -r 9e963e155d4c -r 202ad178f68f publishconf.py --- a/publishconf.py Thu Nov 10 17:26:20 2022 +0100 +++ b/publishconf.py Thu Nov 10 18:52:14 2022 +0100 @@ -14,10 +14,12 @@ RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml' -CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' +CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' DELETE_OUTPUT_DIRECTORY = True +MATOMO_JS = True + # Following items are often useful when publishing #DISQUS_SITENAME = ""