mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
added new domain
This commit is contained in:
@@ -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)"
|
||||
|
||||
+1
-1
@@ -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'
|
||||
|
||||
+1
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user