mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Updated the docs to hhave detailed information about ignoring subdirectories
This commit is contained in:
parent
87e16e5423
commit
c279cc5455
1 changed files with 5 additions and 0 deletions
|
|
@ -152,6 +152,11 @@ Basic settings
|
|||
``['.#*']`` will ignore emacs lock files, and ``['__pycache__']`` would
|
||||
ignore Python 3's bytecode caches.
|
||||
|
||||
.. data:: 'IGNORE_SUBDIRS' = []
|
||||
|
||||
Subdirectories matching any of these
|
||||
patterns will be ignored by the processor.
|
||||
|
||||
.. data:: MARKDOWN = {...}
|
||||
|
||||
Extra configuration settings for the Markdown processor. Refer to the Python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue