Skip to content
Snippets Groups Projects
Commit c80d01ce authored by boyska's avatar boyska
Browse files

relative urls!

parent 92881cf5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment