From 8eaf953e38fc6fcb80ca8437dced0b5c5e5e43f8 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Thu, 14 Oct 2010 02:33:42 +0100 Subject: [PATCH] update config for the server. --- pelican.conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican.conf.py b/pelican.conf.py index 1c8b60c..7bc8e17 100644 --- a/pelican.conf.py +++ b/pelican.conf.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -THEME = '/home/alexis/dev/python/pelican/samples/themes/notmyidea' +THEME = '/usr/local/www/hg/repos/pelican/samples/themes/notmyidea' AUTHOR = u'Alexis Métaireau' BLOGNAME = u"Alexis' log"