Adds reference to SLUGIFY_SOURCE

When working on my site, I wanted SLUGIFY_SOURCE, but I came across PATH_METADATA first and enabled that for a while. Better to include the cross-reference where people can find it.
This commit is contained in:
Mike Lissner 2014-08-16 21:07:30 -07:00
commit 04978e9b75

View file

@ -66,7 +66,7 @@ Setting name (followed by default value, if any)
For example, if you would like to extract both the For example, if you would like to extract both the
date and the slug, you could set something like: date and the slug, you could set something like:
``'(?P<date>\d{4}-\d{2}-\d{2})_(?P<slug>.*)'``. ``'(?P<date>\d{4}-\d{2}-\d{2})_(?P<slug>.*)'``.
See :ref:`path_metadata`. See :ref:`path_metadata` and ``SLUGIFY_SOURCE``.
``PATH_METADATA = ''`` Like ``FILENAME_METADATA``, but parsed from a page's ``PATH_METADATA = ''`` Like ``FILENAME_METADATA``, but parsed from a page's
full path relative to the content source directory. full path relative to the content source directory.
See :ref:`path_metadata`. See :ref:`path_metadata`.