From a59aab5a8c8122e13ca8482246437feac536da5b Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 1 May 2013 13:19:41 +0200 Subject: Updated publication configuration --- pelicanconf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pelicanconf.py') diff --git a/pelicanconf.py b/pelicanconf.py index 68e654d..4a145e8 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -3,7 +3,7 @@ AUTHOR = u'Chimrod' SITENAME = u'Chimrod' -SITEURL = 'http://blog.chimrod.com' +SITEURL = 'http://localhost:8000' TIMEZONE = 'Europe/Paris' @@ -31,7 +31,6 @@ ARTICLE_URL = u'{date:%Y}/{date:%m}/{slug}/' ARTICLE_SAVE_AS = u'{date:%Y}/{date:%m}/{slug}/index.html' -DISQUS_SITENAME='chimrod' THEME = 'theme' TYPOGRIFY = True -- cgit v1.2.3