1
0
Fork 0
forked from github/pelican

added a keep commandline switch (-k, --keep)

-keep output directory if keep commandline switch is provided
-added KEEP_OUTPUT_DIRECTORY to settings (default is to delete output
directory before processing)
-updated documentation
This commit is contained in:
Florian Preinstorfer 2010-12-14 23:45:45 +01:00
commit 1d2af7aa01
3 changed files with 14 additions and 8 deletions

View file

@ -17,6 +17,7 @@ _DEFAULT_CONFIG = {'PATH': None,
'FALLBACK_ON_FS_DATE': True,
'CSS_FILE': 'main.css',
'REVERSE_ARCHIVE_ORDER': False,
'KEEP_OUTPUT_DIRECTORY': False,
}
def read_settings(filename):