X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=publishconf.py;h=738f1f3d6eb97fc2846946207f4488fce5347455;hp=6498696a9a2166151f693066be9a7f618022654b;hb=e0ed847291ffa2a56700a4ea4b2d4e34fa0fccdf;hpb=cbca97e02c988ded1a3bb67e5fcfe159b89e5425 diff --git a/publishconf.py b/publishconf.py index 6498696..738f1f3 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,17 +10,14 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'unremediatedgender.space' # 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' DELETE_OUTPUT_DIRECTORY = True -# Following items are often useful when publishing - -#DISQUS_SITENAME = "" -#GOOGLE_ANALYTICS = "" +GOOGLE_ANALYTICS = "UA-100822263-1"