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

test domain

This commit is contained in:
avinal
2021-02-08 18:05:18 +05:30
parent d5f66735a3
commit ef5563f449
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ AUTHOR = 'Avinal'
HIDE_AUTHORS = True
SITENAME = 'Be My SpaceTime'
SITESUBTITLE = '눈치'
SITEURL = 'https://blog.avinal.space'
SITEURL = 'https://www.avinal.space'
THEME = 'themes/alchemy'
PATH = 'content'
MAIL = 'avinal.xlvii@gmail.com'
+1 -1
View File
@@ -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://blog.avinal.space'
SITEURL = 'https://www.avinal.space'
RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds/all.atom.xml'