add notices about caching interfering with changes to settings and plugins

This commit is contained in:
Ondrej Grover 2014-11-03 15:30:45 +01:00
commit f87e4faa22
4 changed files with 30 additions and 0 deletions

View file

@ -32,6 +32,14 @@ Configuration files are optional and are just an easy way to configure Pelican.
For basic operations, it's possible to specify options while invoking Pelican
via the command line. See ``pelican --help`` for more information.
Changes to the setting file take no effect
==========================================
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.
I'm creating my own theme. How do I use Pygments for syntax highlighting?
=========================================================================