mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
added new domain
This commit is contained in:
@@ -80,7 +80,7 @@ theme:
|
|||||||
|
|
||||||
github: publish
|
github: publish
|
||||||
touch "$(OUTPUTDIR)/CNAME"
|
touch "$(OUTPUTDIR)/CNAME"
|
||||||
echo "www.avinal.space" > "$(OUTPUTDIR)/CNAME"
|
echo "blog.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
@@ -4,7 +4,7 @@ AUTHOR = 'Avinal'
|
|||||||
HIDE_AUTHORS = True
|
HIDE_AUTHORS = True
|
||||||
SITENAME = 'Be My SpaceTime'
|
SITENAME = 'Be My SpaceTime'
|
||||||
SITESUBTITLE = '눈치'
|
SITESUBTITLE = '눈치'
|
||||||
SITEURL = 'https://avinal.space'
|
SITEURL = 'https://blog.avinal.space'
|
||||||
THEME = 'themes/alchemy'
|
THEME = 'themes/alchemy'
|
||||||
PATH = 'content'
|
PATH = 'content'
|
||||||
MAIL = 'avinal.xlvii@gmail.com'
|
MAIL = 'avinal.xlvii@gmail.com'
|
||||||
|
|||||||
+1
-1
@@ -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://avinal.is-a.dev'
|
SITEURL = 'https://blog.avinal.space'
|
||||||
RELATIVE_URLS = False
|
RELATIVE_URLS = False
|
||||||
|
|
||||||
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
||||||
|
|||||||
Reference in New Issue
Block a user