mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update settings documentation to explain INTRASITE_LINK_REGEX
Updates getpelican/pelican#1061
This commit is contained in:
parent
315f066398
commit
c62fa3d8f1
1 changed files with 2 additions and 0 deletions
|
|
@ -156,9 +156,11 @@ Setting name (default value) What doe
|
|||
<http://www.methods.co.nz/asciidoc/manpage.html>`_
|
||||
`WITH_FUTURE_DATES` (``True``) If disabled, content with dates in the future will get a
|
||||
default status of draft.
|
||||
`INTRASITE_LINK_REGEX` (''[#]_) Regex to parse intra site links to files, images, category, tags etc
|
||||
===================================================================== =====================================================================
|
||||
|
||||
.. [#] Default is the system locale.
|
||||
.. [#] Default is ``'(?P<markup><\s*[^\>]*(?:href|src)\s*=) (?P<quote>["\'])(?P<path>[|{](?P<what>.*?)[|}] (?P<value>.*?))\2'``
|
||||
|
||||
|
||||
URL settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue