mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #3013 from Lx/mtime-docs
This commit is contained in:
commit
083fb357bd
1 changed files with 5 additions and 0 deletions
|
|
@ -350,6 +350,11 @@ Basic settings
|
|||
|
||||
Controls how files are checked for modifications.
|
||||
|
||||
- If set to ``'mtime'``, the modification time of the file is
|
||||
checked.
|
||||
- If set to a name of a function provided by the ``hashlib``
|
||||
module, e.g. ``'md5'``, the file hash is checked.
|
||||
|
||||
.. data:: LOAD_CONTENT_CACHE = False
|
||||
|
||||
If ``True``, load unmodified content from caches.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue