aboutsummaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2013-05-01 13:19:41 +0200
committerSébastien Dailly <sebastien@chimrod.com>2013-05-01 13:19:41 +0200
commita59aab5a8c8122e13ca8482246437feac536da5b (patch)
treedf7d990985c39be7bc5e2dda4a7595f99046955c /pelicanconf.py
parentdc214056449119b29ad7b19b8d47e81b343ff453 (diff)
Updated publication configuration
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-xpelicanconf.py3
1 files changed, 1 insertions, 2 deletions
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