Change default REVERSE_ARCHIVE_ORDER to true

Updated documentation and updated tests to reflect correct default order
Fixes #304
This commit is contained in:
tBunnyMan 2012-07-14 17:53:10 -07:00
commit 79e480a894
10 changed files with 78 additions and 78 deletions

View file

@ -32,7 +32,7 @@ _DEFAULT_CONFIG = {'PATH': '.',
'DEFAULT_DATE': 'fs',
'WITH_FUTURE_DATES': True,
'CSS_FILE': 'main.css',
'REVERSE_ARCHIVE_ORDER': False,
'REVERSE_ARCHIVE_ORDER': True,
'REVERSE_CATEGORY_ORDER': False,
'DELETE_OUTPUT_DIRECTORY': False,
'ARTICLE_URL': '{slug}.html',