1
0
Fork 0
forked from github/pelican

Don't delete the output dir as a default behaviour.

Fixes #107
This commit is contained in:
Alexis Metaireau 2011-05-07 19:27:33 +01:00
commit e09444fa89
4 changed files with 15 additions and 14 deletions

View file

@ -21,7 +21,7 @@ _DEFAULT_CONFIG = {'PATH': None,
'CSS_FILE': 'main.css',
'REVERSE_ARCHIVE_ORDER': False,
'REVERSE_CATEGORY_ORDER': False,
'KEEP_OUTPUT_DIRECTORY': False,
'DELETE_OUTPUT_DIRECTORY': False,
'CLEAN_URLS': False, # use /blah/ instead /blah.html in urls
'RELATIVE_URLS': True,
'DEFAULT_LANG': 'en',