diff options
-rwxr-xr-x | pelicanconf.py | 2 | ||||
-rw-r--r-- | publishconf.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index c31ac2c..57a0940 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -3,7 +3,7 @@ AUTHOR = u'Chimrod' SITENAME = u'Chimrod' -SITEURL = 'http://localhost:8000' +SITEURL = '//localhost:8000' TIMEZONE = 'Europe/Paris' diff --git a/publishconf.py b/publishconf.py index b224980..261cf85 100644 --- a/publishconf.py +++ b/publishconf.py @@ -5,7 +5,7 @@ import sys sys.path.append('.') from pelicanconf import * -SITEURL = 'http://blog.chimrod.com' +SITEURL = '//blog.chimrod.com' FEED_DOMAIN = SITEURL DELETE_OUTPUT_DIRECTORY = True |