mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Another approach to adding more documentation for --write-selected
This commit is contained in:
parent
e43aadd545
commit
91d81bfd92
3 changed files with 19 additions and 9 deletions
|
|
@ -808,15 +808,10 @@ entire site output is often unnecessary. By specifying only the
|
|||
desired files as output paths in the ``WRITE_SELECTED`` list,
|
||||
**only** those files will be written. This list can be also specified
|
||||
on the command line using the ``--write-selected`` option, which
|
||||
accepts a comma-separated list of output file paths. By default this
|
||||
list is empty, so all output is written.
|
||||
accepts a comma-separated list of output file paths (See
|
||||
:ref:`site_generation` for details).
|
||||
|
||||
An example of doing this might be:
|
||||
|
||||
pelican --write-selected output/posts/2014/10/08/in-re-nsl/index.html
|
||||
|
||||
You can use the output of the ``--debug`` flag to determine the correct file
|
||||
names to provide to the ``--write-selected`` flag.
|
||||
By default this list is empty, so all output is written.
|
||||
|
||||
Example settings
|
||||
================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue