From 720176d791425eacb777979a5041f63ade48eae5 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 21 May 2014 18:26:18 +0200 Subject: add theme --- publishconf.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'publishconf.py') diff --git a/publishconf.py b/publishconf.py index 8b2522b..0aac58e 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,15 +10,14 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'http://syntax-fehler.de' +SITEURL = 'http://euer.krebsco.de' RELATIVE_URLS = True -FEED_ALL_ATOM = 'feeds/all.atom.xml' -CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' - -DELETE_OUTPUT_DIRECTORY = True +DELETE_OUTPUT_DIRECTORY = False # Following items are often useful when publishing -#DISQUS_SITENAME = "" +DISQUS_SITENAME = 'euer' #GOOGLE_ANALYTICS = "" +PIWIK_URL='mediengewitter.krebsco.de:10000' +PIWIK_SITE_ID=1 -- cgit v1.2.3