From 8d68acfe18c9bd2b2a1e53a1f38e712d0ad0d402 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 5 May 2016 17:05:51 -0400 Subject: small config tweaks --- publishconf.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'publishconf.py') diff --git a/publishconf.py b/publishconf.py index 85ff8ef..50bd158 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,15 +10,15 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = '' -RELATIVE_URLS = False - -FEED_ALL_ATOM = 'feeds/all.atom.xml' -CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' +# Keep defaults from pelicanconfig.py +#SITEURL = '' +#RELATIVE_URLS = False +#FEED_ALL_ATOM = 'feeds/all.atom.xml' +#CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' +# Do want this DELETE_OUTPUT_DIRECTORY = True # Following items are often useful when publishing - #DISQUS_SITENAME = "" #GOOGLE_ANALYTICS = "" -- cgit v1.2.3