mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add the setting SLUGIFY_ATTRIBUTE
This commit is contained in:
parent
011cd50e2e
commit
56b0061393
4 changed files with 23 additions and 5 deletions
|
|
@ -116,6 +116,7 @@ DEFAULT_CONFIG = {
|
|||
'IGNORE_FILES': ['.#*'],
|
||||
'SLUG_SUBSTITUTIONS': (),
|
||||
'INTRASITE_LINK_REGEX': '[{|](?P<what>.*?)[|}]',
|
||||
'SLUGIFY_SOURCE': 'title'
|
||||
}
|
||||
|
||||
PYGMENTS_RST_OPTIONS = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue