mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix SLUGIFY_SOURCE docs
This commit is contained in:
parent
bea40aab8c
commit
09c07e2950
1 changed files with 2 additions and 2 deletions
|
|
@ -173,9 +173,9 @@ Setting name (followed by default value, if any)
|
|||
``PYGMENTS_RST_OPTIONS = []`` A list of default Pygments settings for your reStructuredText
|
||||
code blocks. See :ref:`internal_pygments_options` for a list of
|
||||
supported options.
|
||||
``SLUGIFY_SOURCE = 'input'`` Specifies where you want the slug to be automatically generated
|
||||
``SLUGIFY_SOURCE = 'title'`` Specifies where you want the slug to be automatically generated
|
||||
from. Can be set to ``title`` to use the 'Title:' metadata tag or
|
||||
``basename`` to use the article's basename when creating the slug.
|
||||
``basename`` to use the article's file name when creating the slug.
|
||||
``CACHE_CONTENT = True`` If ``True``, save content in a cache file.
|
||||
See :ref:`reading_only_modified_content` for details about caching.
|
||||
``CONTENT_CACHING_LAYER = 'reader'`` If set to ``'reader'``, save only the raw content and metadata
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue