diff options
author | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2018-04-27 16:51:42 +0200 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2018-04-27 16:51:42 +0200 |
commit | e9b06499124e57e3907ffccaea6e7cb9f9d82afa (patch) | |
tree | c1aa861701dd0d140ad96a5230f3b4a001980aef | |
parent | b510f4d67082ecbea2b187a595534e3cdcd4eb3c (diff) |
Change to subdomain
-rw-r--r-- | publishconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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' |