From e9b06499124e57e3907ffccaea6e7cb9f9d82afa Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Fri, 27 Apr 2018 16:51:42 +0200 Subject: Change to subdomain --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index 07588bb..04f9e46 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,7 +10,7 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = '/personal_blog' +SITEURL = 'https://ekaitz.elenq.tech' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml' -- cgit v1.2.3