From f3f71bfd22e45bf7dfaa32814b166d00e9072676 Mon Sep 17 00:00:00 2001 From: avinal <185067@nith.ac.in> Date: Mon, 8 Feb 2021 17:07:28 +0530 Subject: [PATCH] added new domain --- Makefile | 2 +- pelicanconf.py | 2 +- publishconf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d874f94..10896e7 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ theme: github: publish touch "$(OUTPUTDIR)/CNAME" - echo "www.avinal.space" > "$(OUTPUTDIR)/CNAME" + echo "blog.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 786045b..125878d 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,7 +4,7 @@ AUTHOR = 'Avinal' HIDE_AUTHORS = True SITENAME = 'Be My SpaceTime' SITESUBTITLE = '눈치' -SITEURL = 'https://avinal.space' +SITEURL = 'https://blog.avinal.space' THEME = 'themes/alchemy' PATH = 'content' MAIL = 'avinal.xlvii@gmail.com' diff --git a/publishconf.py b/publishconf.py index 7b547c6..a6e3334 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.is-a.dev' +SITEURL = 'https://blog.avinal.space' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml'