mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #2731 from avaris/unicode-slugify
Add support for Unicode slugs
This commit is contained in:
commit
7e24886190
7 changed files with 141 additions and 40 deletions
|
|
@ -155,6 +155,8 @@ DEFAULT_CONFIG = {
|
|||
],
|
||||
'INTRASITE_LINK_REGEX': '[{|](?P<what>.*?)[|}]',
|
||||
'SLUGIFY_SOURCE': 'title',
|
||||
'SLUGIFY_USE_UNICODE': False,
|
||||
'SLUGIFY_PRESERVE_CASE': False,
|
||||
'CACHE_CONTENT': False,
|
||||
'CONTENT_CACHING_LAYER': 'reader',
|
||||
'CACHE_PATH': 'cache',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue