check in
[Ultimately_Untrue_Thought.git] / publishconf.py
index d9d58c4..c200297 100644 (file)
@@ -10,15 +10,14 @@ import sys
 sys.path.append(os.curdir)
 from pelicanconf import *
 
-SITEURL = 'ultimatelyuntruethought.space'
-RELATIVE_URLS = False
+# XXX: relative URLs == False resulted in hostname erroneously appearing twice
+# in path?!
+RELATIVE_URLS = True
 
+FEED_DOMAIN = SITEURL
 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
 
-# Following items are often useful when publishing
-
-#DISQUS_SITENAME = ""
-#GOOGLE_ANALYTICS = ""
+GOOGLE_ANALYTICS = "UA-100822263-1"