url
This commit is contained in:
parent
70b7849fde
commit
0c581ece64
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import sys
|
|||
sys.path.append(os.curdir)
|
||||
from pelicanconf import *
|
||||
|
||||
SITEURL = ''
|
||||
SITEURL = 'https://blog.rwx.work'
|
||||
RELATIVE_URLS = True
|
||||
|
||||
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
||||
|
|
Loading…
Reference in a new issue