Merge branch 'main' into paragraph-summary

This commit is contained in:
Justin Mayer 2024-06-25 14:26:14 +02:00 committed by GitHub
commit bf02288af7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
256 changed files with 13541 additions and 12694 deletions

View file

@ -28,7 +28,7 @@ Environment variables can also be used here but must be escaped appropriately::
Settings are configured in the form of a Python module (a file). There is an
`example settings file
<https://github.com/getpelican/pelican/raw/master/samples/pelican.conf.py>`_
<https://github.com/getpelican/pelican/raw/main/samples/pelican.conf.py>`_
available for reference.
To see a list of current settings in your environment, including both default
@ -1016,6 +1016,11 @@ the ``TAG_FEED_ATOM`` and ``TAG_FEED_RSS`` settings:
to ``False``, the full content will be included instead. This setting
doesn't affect Atom feeds, only RSS ones.
.. data:: FEED_APPEND_REF = False
If set to ``True``, ``?ref=feed`` will be appended to links in generated
feeds for the purpose of referrer tracking.
If you don't want to generate some or any of these feeds, set the above
variables to ``None``.