summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2022-08-04 15:04:35 +0200
committerGitHub <noreply@github.com>2022-08-04 15:04:35 +0200
commit73c0320f62de2c74b19e9bd4789b10b0ea07ecb7 (patch)
tree2874304663d9e28bfbc73ae95cc1c56d637e107a
parent083fb357bd2c8cd00c773e11e71024bffeeeee5b (diff)
parent70060161215d47ed9f9f51d8f490b0944e26e44e (diff)
downloadpelican-73c0320f62de2c74b19e9bd4789b10b0ea07ecb7.tar.gz
Merge pull request #3014 from Lx/static-content-docs
-rw-r--r--docs/content.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/content.rst b/docs/content.rst
index cd492012..84ebb6da 100644
--- a/docs/content.rst
+++ b/docs/content.rst
@@ -197,6 +197,13 @@ are copied over with the ``STATIC_PATHS`` setting of the project's
``images`` directory for this, but others must be added manually. In addition,
static files that are explicitly linked to are included (see below).
+.. note::
+
+ In the default configuration, all files with a valid content file suffix
+ (``.html``, ``.rst``, ``.md``, ...) get processed by the article and page
+ generators *before* the static generator. This is avoided by altering the
+ ``*_EXCLUDE`` settings appropriately.
+
Mixed content in the same directory
-----------------------------------