aboutsummaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
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