Add SITEURL
This commit is contained in:
parent
1998c9a7a1
commit
959bdab92b
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ sys.path.append(os.curdir)
|
|||
from pelicanconf import *
|
||||
|
||||
# If your site is available via HTTPS, make sure SITEURL begins with https://
|
||||
SITEURL = ''
|
||||
SITEURL = 'https://fossy.us'
|
||||
RELATIVE_URLS = False
|
||||
|
||||
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
||||
|
@ -18,4 +18,4 @@ DELETE_OUTPUT_DIRECTORY = True
|
|||
# Following items are often useful when publishing
|
||||
|
||||
#DISQUS_SITENAME = ""
|
||||
#GOOGLE_ANALYTICS = ""
|
||||
#GOOGLE_ANALYTICS = ""
|
||||
|
|
Loading…
Reference in a new issue