From 8eed02f7318dbdac6d386f78e0680ec0a2b8286e Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Tue, 28 Jan 2014 22:47:57 +0100 Subject: [PATCH] changed siteurl --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 8e06443..d16d47c 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -3,7 +3,7 @@ from __future__ import unicode_literals AUTHOR = 'Marvin Steadfast' SITENAME = "xsteadfastx is trying to code" -SITEURL = 'http://xsteadfastx.github.io/blog' +SITEURL = 'http://code.xsteadfastx.org' TIMEZONE = "Europe/Berlin" # can be useful in development, but set to False when you're ready to publish