changed siteurl

This commit is contained in:
Marvin Steadfast 2014-01-28 22:47:57 +01:00
parent 3664823279
commit 8eed02f731

View File

@ -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