preliminary ordering of articles

This commit is contained in:
lidia pereira 2019-08-14 16:28:58 +02:00
parent 99da64c963
commit 174ee624c8

View File

@ -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