From 058006d39c20697539681353dce1eb3de3317b40 Mon Sep 17 00:00:00 2001 From: avinal <185067@nith.ac.in> Date: Mon, 8 Feb 2021 16:52:33 +0530 Subject: [PATCH] site address updated --- Makefile | 2 +- pelicanconf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5509347..d874f94 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ theme: github: publish touch "$(OUTPUTDIR)/CNAME" - echo "avinal.is-a.dev" > "$(OUTPUTDIR)/CNAME" + echo "www.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 4c3cd47..786045b 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,7 +4,7 @@ AUTHOR = 'Avinal' HIDE_AUTHORS = True SITENAME = 'Be My SpaceTime' SITESUBTITLE = '눈치' -SITEURL = 'https://avinal.is-a.dev' +SITEURL = 'https://avinal.space' THEME = 'themes/alchemy' PATH = 'content' MAIL = 'avinal.xlvii@gmail.com' @@ -19,7 +19,7 @@ AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None -# # URL Flexibility +# URL Flexibility ARTICLE_URL = 'posts/{category}/{slug}.html' ARTICLE_SAVE_AS = ARTICLE_URL PAGE_URL = 'pages/{slug}.html'