publishconf.py

changeset 144
202ad178f68f
parent 0
e7f601f9db69
child 145
66ea6b61242e
--- 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 = ""

mercurial