1
0
Fork 0
forked from github/pelican

Added setting option RELATIVE_URLS to change default behaviour of file writer.

This commit is contained in:
Alexander Artemenko 2010-12-22 03:19:35 +03:00
commit c64ccc4fcd
2 changed files with 8 additions and 2 deletions

View file

@ -20,6 +20,7 @@ _DEFAULT_CONFIG = {'PATH': None,
'REVERSE_ARCHIVE_ORDER': False,
'KEEP_OUTPUT_DIRECTORY': False,
'CLEAN_URLS': False, # use /blah/ instead /blah.html in urls
'RELATIVE_URLS': True,
'DEFAULT_LANG': 'en',
}