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

configuration changes

This commit is contained in:
avinal
2020-12-31 21:31:00 +05:30
parent 1f84160a1d
commit 1f1eeebd37
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*- #
AUTHOR = 'Avinal'
HIDE_AUTHORS = True
SITENAME = 'The Interstellar Twilight'
SITENAME = 'Be My SpaceTime'
SITESUBTITLE = 'Avinal Kumar'
SITEURL = 'https://avinal.is-a.dev'
THEME = 'alchemy'
+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://avinal.github.io'
SITEURL = 'https://avinal.is-a.dev'
RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds/all.atom.xml'