summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2015-07-10 18:21:05 +0200
committerStef Walter <stefw@redhat.com>2015-07-10 18:21:05 +0200
commitf1c3b7db24f8e70029918d47d523f3aec2128e1f (patch)
tree60e3157c82eb0b318e03c24cb51947d2293dff54
parent526fe682c43ffe7062e8cae7cfb12bb9b363b562 (diff)
Set site URL properly
-rw-r--r--pelicanconf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index f339ef3..5944d17 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -14,6 +14,8 @@ TIMEZONE = 'Utc'
DEFAULT_LANG = u'en'
+SITEURL = 'http://stef.thewalter.net'
+
# Feed generation is usually not desired when developing
FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = None