diff --git a/pelicanconf.py b/pelicanconf.py index 8955cb6..8d75106 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # AUTHOR = 'Avinal' HIDE_AUTHORS = True -SITENAME = 'The Interstellar Twilight' +SITENAME = 'Be My SpaceTime' SITESUBTITLE = 'Avinal Kumar' SITEURL = 'https://avinal.is-a.dev' THEME = 'alchemy' diff --git a/publishconf.py b/publishconf.py index a39be9c..7b547c6 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,7 +10,7 @@ sys.path.append(os.curdir) from pelicanconf import * # If your site is available via HTTPS, make sure SITEURL begins with https:// -SITEURL = 'https://avinal.github.io' +SITEURL = 'https://avinal.is-a.dev' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml'