1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

domain corrected

This commit is contained in:
avinal
2021-02-23 18:00:02 +05:30
parent 38a2e2aef9
commit 2e8e9887b1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ theme:
github: publish github: publish
touch "$(OUTPUTDIR)/CNAME" touch "$(OUTPUTDIR)/CNAME"
echo "www.avinal.space" > "$(OUTPUTDIR)/CNAME" echo "avinal.space" > "$(OUTPUTDIR)/CNAME"
mkdir -p "$(OUTPUTDIR)/custom" mkdir -p "$(OUTPUTDIR)/custom"
cp -a custom/. "$(OUTPUTDIR)/custom/" cp -a custom/. "$(OUTPUTDIR)/custom/"
cp 404.html "$(OUTPUTDIR)" cp 404.html "$(OUTPUTDIR)"
+1 -1
View File
@@ -4,7 +4,7 @@ AUTHOR = 'Avinal'
HIDE_AUTHORS = True HIDE_AUTHORS = True
SITENAME = 'Be My SpaceTime' SITENAME = 'Be My SpaceTime'
SITESUBTITLE = '눈치' SITESUBTITLE = '눈치'
SITEURL = 'https://www.avinal.space' SITEURL = 'https://avinal.space'
THEME = 'themes/alchemy' THEME = 'themes/alchemy'
PATH = 'content' PATH = 'content'
MAIL = 'avinal.xlvii@gmail.com' MAIL = 'avinal.xlvii@gmail.com'
+1 -1
View File
@@ -10,7 +10,7 @@ sys.path.append(os.curdir)
from pelicanconf import * from pelicanconf import *
# If your site is available via HTTPS, make sure SITEURL begins with https:// # 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 RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds/all.atom.xml' FEED_ALL_ATOM = 'feeds/all.atom.xml'