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:
parent
3e9b80e993
commit
1d2af7aa01
3 changed files with 14 additions and 8 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue