diff --git a/Makefile b/Makefile index d874f94..a8a68f1 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ theme: github: publish touch "$(OUTPUTDIR)/CNAME" - echo "www.avinal.space" > "$(OUTPUTDIR)/CNAME" + echo "avinal.space" > "$(OUTPUTDIR)/CNAME" mkdir -p "$(OUTPUTDIR)/custom" cp -a custom/. "$(OUTPUTDIR)/custom/" cp 404.html "$(OUTPUTDIR)" diff --git a/pelicanconf.py b/pelicanconf.py index d0bc6a7..786045b 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,7 +4,7 @@ AUTHOR = 'Avinal' HIDE_AUTHORS = True SITENAME = 'Be My SpaceTime' SITESUBTITLE = '눈치' -SITEURL = 'https://www.avinal.space' +SITEURL = 'https://avinal.space' THEME = 'themes/alchemy' PATH = 'content' MAIL = 'avinal.xlvii@gmail.com' diff --git a/publishconf.py b/publishconf.py index 2f65361..8335b85 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://www.avinal.space' +SITEURL = 'https://avinal.space' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml'