Add the setting SLUGIFY_ATTRIBUTE

This commit is contained in:
th3aftermath 2014-01-31 19:42:20 -05:00
commit 56b0061393
4 changed files with 23 additions and 5 deletions

View file

@ -116,6 +116,7 @@ DEFAULT_CONFIG = {
'IGNORE_FILES': ['.#*'],
'SLUG_SUBSTITUTIONS': (),
'INTRASITE_LINK_REGEX': '[{|](?P<what>.*?)[|}]',
'SLUGIFY_SOURCE': 'title'
}
PYGMENTS_RST_OPTIONS = None