mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
site address updated
This commit is contained in:
@@ -80,7 +80,7 @@ theme:
|
|||||||
|
|
||||||
github: publish
|
github: publish
|
||||||
touch "$(OUTPUTDIR)/CNAME"
|
touch "$(OUTPUTDIR)/CNAME"
|
||||||
echo "avinal.is-a.dev" > "$(OUTPUTDIR)/CNAME"
|
echo "www.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)"
|
||||||
|
|||||||
+2
-2
@@ -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.is-a.dev'
|
SITEURL = 'https://avinal.space'
|
||||||
THEME = 'themes/alchemy'
|
THEME = 'themes/alchemy'
|
||||||
PATH = 'content'
|
PATH = 'content'
|
||||||
MAIL = 'avinal.xlvii@gmail.com'
|
MAIL = 'avinal.xlvii@gmail.com'
|
||||||
@@ -19,7 +19,7 @@ AUTHOR_FEED_ATOM = None
|
|||||||
AUTHOR_FEED_RSS = None
|
AUTHOR_FEED_RSS = None
|
||||||
|
|
||||||
|
|
||||||
# # URL Flexibility
|
# URL Flexibility
|
||||||
ARTICLE_URL = 'posts/{category}/{slug}.html'
|
ARTICLE_URL = 'posts/{category}/{slug}.html'
|
||||||
ARTICLE_SAVE_AS = ARTICLE_URL
|
ARTICLE_SAVE_AS = ARTICLE_URL
|
||||||
PAGE_URL = 'pages/{slug}.html'
|
PAGE_URL = 'pages/{slug}.html'
|
||||||
|
|||||||
Reference in New Issue
Block a user