From c80d01cec76dfc67daaa7b952b359c190621d903 Mon Sep 17 00:00:00 2001
From: boyska <piuttosto@logorroici.org>
Date: Thu, 26 Mar 2015 13:54:22 +0100
Subject: [PATCH] relative urls!

---
 publishconf.py | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/publishconf.py b/publishconf.py
index a038a4b..e0a665f 100644
--- a/publishconf.py
+++ b/publishconf.py
@@ -11,12 +11,9 @@ sys.path.append(os.curdir)
 from pelicanconf import *
 
 SITEURL = '/hackit15'
-RELATIVE_URLS = False
+RELATIVE_URLS = True
 
-FEED_ALL_ATOM = 'feeds/all.atom.xml'
-CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
-
-DELETE_OUTPUT_DIRECTORY = True
+# DELETE_OUTPUT_DIRECTORY = True
 
 # Following items are often useful when publishing
 
-- 
GitLab