Browse Source

preliminary ordering of articles

pull/2/head
lidia pereira 5 years ago
parent
commit
174ee624c8
  1. 2
      pelicanconf.py

2
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

Loading…
Cancel
Save