mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
note that {ARTICLE,PAGE}_PATHS may include files, add faq about using that
This commit is contained in:
parent
d356b44631
commit
369b8b8474
2 changed files with 13 additions and 2 deletions
|
|
@ -232,3 +232,12 @@ When only several specific output files are of interest (e.g. when
|
|||
working on some specific page or the theme templates), the
|
||||
`WRITE_SELECTED` option may help, see
|
||||
:ref:`writing_only_selected_content`.
|
||||
|
||||
How to process only a subset of all articles?
|
||||
=============================================
|
||||
|
||||
It is often useful to process only e.g. 10 articles for debugging
|
||||
purposes. This can be achieved by explicitly specifying only the
|
||||
filenames of those articles in ``ARTICLE_PATHS``. A list of such
|
||||
filenames could be found using a command similar to ``cd content;
|
||||
find -name '*.md' | head -n 10``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue