preliminary ordering of articles
This commit is contained in:
parent
99da64c963
commit
174ee624c8
@ -56,5 +56,7 @@ DELETE_OUTPUT_DIRECTORY = True
|
|||||||
SLUG_REGEX_SUBSTITUTIONS = [
|
SLUG_REGEX_SUBSTITUTIONS = [
|
||||||
(r'\s', '-'),]
|
(r'\s', '-'),]
|
||||||
|
|
||||||
|
|
||||||
|
ARTICLE_ORDER_BY = 'slug'
|
||||||
# Uncomment following line if you want document-relative URLs when developing
|
# Uncomment following line if you want document-relative URLs when developing
|
||||||
#RELATIVE_URLS = True
|
#RELATIVE_URLS = True
|
||||||
|
Loading…
Reference in New Issue
Block a user