mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #785 from wraithan/docs_for_ignore_files
documentation for IGNORE_FILES
This commit is contained in:
commit
439b783a72
1 changed files with 3 additions and 0 deletions
|
|
@ -74,6 +74,9 @@ Setting name (default value) What doe
|
|||
`MARKUP` (``('rst', 'md')``) A list of available markup languages you want
|
||||
to use. For the moment, the only available values
|
||||
are `rst`, `md`, `markdown`, `mkd`, `html`, and `htm`.
|
||||
`IGNORE_FILES` (``[]``) A list of file globbing patterns to match against the
|
||||
source files to be ignored by the processor. For example
|
||||
``['.#*']`` will ignore emacs temporary files.
|
||||
`MD_EXTENSIONS` (``['codehilite','extra']``) A list of the extensions that the Markdown processor
|
||||
will use. Refer to the extensions chapter in the
|
||||
Python-Markdown documentation for a complete list of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue