mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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
|
|
@ -52,6 +52,8 @@ Setting name what it does ?
|
|||
the default one ('main.css')
|
||||
`REVERSE_ARCHIVE_ORDER` Reverse the archives order. (True makes it in
|
||||
descending order: the newer first)
|
||||
`KEEP_OUTPUT_DIRECTORY` Keep the output directory and just update all the generated files.
|
||||
Default is to delete the output directory.
|
||||
======================= =======================================================
|
||||
|
||||
Themes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue