From 2fd7daa3b8ce077542a7849027e29f2da1096932 Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 20 Dec 2016 21:52:53 +0100 Subject: [PATCH] on desactive le SITEURL le temps des tests --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index 12222fd..929495b 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,7 +10,7 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'https://blog.victor-hery.com' +#SITEURL = 'https://blog.victor-hery.com' RELATIVE_URLS = True FEED_ALL_ATOM = 'feeds/all.atom.xml'