1
0
Fork 0
forked from github/pelican

Add the possibility to publish drafts. Fixes #111

This commit is contained in:
Alexis Metaireau 2011-05-08 14:58:57 +01:00
commit 6b44d93780
5 changed files with 32 additions and 6 deletions

View file

@ -39,6 +39,7 @@ _DEFAULT_CONFIG = {'PATH': None,
'DEFAULT_ORPHANS': 0,
'DEFAULT_METADATA': (),
'FILES_TO_COPY': (),
'DEFAULT_STATUS': 'published',
}
def read_settings(filename):