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:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
# -*- coding: utf-8 -*- #
|
# -*- coding: utf-8 -*- #
|
||||||
AUTHOR = 'Avinal'
|
AUTHOR = 'Avinal'
|
||||||
HIDE_AUTHORS = True
|
HIDE_AUTHORS = True
|
||||||
SITENAME = 'The Interstellar Twilight'
|
SITENAME = 'Be My SpaceTime'
|
||||||
SITESUBTITLE = 'Avinal Kumar'
|
SITESUBTITLE = 'Avinal Kumar'
|
||||||
SITEURL = 'https://avinal.is-a.dev'
|
SITEURL = 'https://avinal.is-a.dev'
|
||||||
THEME = 'alchemy'
|
THEME = 'alchemy'
|
||||||
|
|||||||
+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.github.io'
|
SITEURL = 'https://avinal.is-a.dev'
|
||||||
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