set a SITEURL to enable proper functioning of home link
deploying is supposed to happen via publishconf anyways
This commit is contained in:
parent
5d44c02e3d
commit
b1189c7a91
2 changed files with 4 additions and 4 deletions
|
|
@ -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 = ''
|
||||
SITEURL = 'https://schmittlau.ch'
|
||||
RELATIVE_URLS = False
|
||||
|
||||
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
||||
|
|
@ -21,4 +21,4 @@ DELETE_OUTPUT_DIRECTORY = True
|
|||
# Following items are often useful when publishing
|
||||
|
||||
#DISQUS_SITENAME = ""
|
||||
#GOOGLE_ANALYTICS = ""
|
||||
#GOOGLE_ANALYTICS = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue