relative urls!
This commit is contained in:
parent
92881cf58e
commit
c80d01cec7
1 changed files with 2 additions and 5 deletions
|
@ -11,12 +11,9 @@ sys.path.append(os.curdir)
|
|||
from pelicanconf import *
|
||||
|
||||
SITEURL = '/hackit15'
|
||||
RELATIVE_URLS = False
|
||||
RELATIVE_URLS = True
|
||||
|
||||
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
||||
CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
|
||||
|
||||
DELETE_OUTPUT_DIRECTORY = True
|
||||
# DELETE_OUTPUT_DIRECTORY = True
|
||||
|
||||
# Following items are often useful when publishing
|
||||
|
||||
|
|
Loading…
Reference in a new issue