diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-01 13:19:41 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-01 13:19:41 +0200 |
commit | a59aab5a8c8122e13ca8482246437feac536da5b (patch) | |
tree | df7d990985c39be7bc5e2dda4a7595f99046955c /pelicanconf.py | |
parent | dc214056449119b29ad7b19b8d47e81b343ff453 (diff) |
Updated publication configuration
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-x | pelicanconf.py | 3 |
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 |