summaryrefslogtreecommitdiff
path: root/docs/content.rst
diff options
context:
space:
mode:
authorOndrej Grover <ondrej.grover@gmail.com>2014-11-03 15:30:45 +0100
committerOndrej Grover <ondrej.grover@gmail.com>2014-11-03 21:54:08 +0100
commitf87e4faa22ffb0190ded256b7b2200dc075413a3 (patch)
treee487c64d82401080eedd543aa0db66c0f98a2d09 /docs/content.rst
parent08044f243684a1219b4702950a48a0ac68f9090e (diff)
downloadpelican-f87e4faa22ffb0190ded256b7b2200dc075413a3.tar.gz
add notices about caching interfering with changes to settings and plugins
Diffstat (limited to 'docs/content.rst')
-rw-r--r--docs/content.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/content.rst b/docs/content.rst
index 9764e8cd..5a1f3ad0 100644
--- a/docs/content.rst
+++ b/docs/content.rst
@@ -100,6 +100,13 @@ not be a good category name, you can set the setting ``USE_FOLDER_AS_CATEGORY``
to ``False``. When parsing dates given in the page metadata, Pelican supports
the W3C's `suggested subset ISO 8601`__.
+.. note::
+
+ When experimenting with different settings (especially the metadata
+ ones) caching may interfere and the changes may not be visible. In
+ such cases disable caching with ``LOAD_CONTENT_CACHE = False`` or
+ use the ``--ignore-cache`` command-line switch.
+
__ `W3C ISO 8601`_
``modified`` should be last time you updated the article, and defaults to ``date`` if not specified.