|
|
@@ -10,7 +10,7 @@ import sys
|
|
|
sys.path.append(os.curdir)
|
|
|
from pelicanconf import *
|
|
|
|
|
|
-SITEURL = 'http://blog.theenglishway.eu'
|
|
|
+SITEURL = 'https://blog.theenglishway.eu'
|
|
|
RELATIVE_URLS = False
|
|
|
|
|
|
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
|
|
@@ -18,7 +18,7 @@ CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
|
|
|
|
|
|
DELETE_OUTPUT_DIRECTORY = True
|
|
|
|
|
|
-ISSO_SERVER = "http://comments.theenglishway.eu"
|
|
|
+ISSO_SERVER = "https://comments.theenglishway.eu"
|
|
|
|
|
|
# Following items are often useful when publishing
|
|
|
|