mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #862 from avaris/emacs-autoreload
ignore emacs lock files and exception handling for watchers
This commit is contained in:
commit
30c2490f88
4 changed files with 18 additions and 8 deletions
|
|
@ -81,9 +81,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`, `mdown`, `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.
|
||||
`IGNORE_FILES` (``['.#*']``) A list of file globbing patterns to match against the
|
||||
source files to be ignored by the processor. For example,
|
||||
the default ``['.#*']`` will ignore emacs lock files.
|
||||
`MD_EXTENSIONS` (``['codehilite(css_class=highlight)','extra']``) A list of the extensions that the Markdown processor
|
||||
will use. Refer to the Python Markdown documentation's
|
||||
`Extensions section <http://pythonhosted.org/Markdown/extensions/>`_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue