define slugify source
This commit is contained in:
parent
65c6b2d973
commit
9881a5074f
|
@ -62,6 +62,7 @@ WITH_FUTURE_DATES = False
|
||||||
|
|
||||||
THEME = 'themes/minimunit'
|
THEME = 'themes/minimunit'
|
||||||
|
|
||||||
|
SLUGIFY_SOURCE = 'title'
|
||||||
PAGE_URL = '{slug}/index.html'
|
PAGE_URL = '{slug}/index.html'
|
||||||
PAGE_SAVE_AS = '{slug}/index.html'
|
PAGE_SAVE_AS = '{slug}/index.html'
|
||||||
ARTICLE_URL = 'blog/{slug}.html'
|
ARTICLE_URL = 'blog/{slug}.html'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user