From 174ee624c84b56016c6cc191ace31d9da63b2c18 Mon Sep 17 00:00:00 2001 From: lidia pereira Date: Wed, 14 Aug 2019 16:28:58 +0200 Subject: [PATCH] preliminary ordering of articles --- pelicanconf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pelicanconf.py b/pelicanconf.py index e25c604..143b6de 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -56,5 +56,7 @@ DELETE_OUTPUT_DIRECTORY = True SLUG_REGEX_SUBSTITUTIONS = [ (r'\s', '-'),] + +ARTICLE_ORDER_BY = 'slug' # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True