forked from github/pelican
Add the possibility to publish drafts. Fixes #111
This commit is contained in:
parent
1171d24f3f
commit
6b44d93780
5 changed files with 32 additions and 6 deletions
|
|
@ -39,6 +39,7 @@ _DEFAULT_CONFIG = {'PATH': None,
|
|||
'DEFAULT_ORPHANS': 0,
|
||||
'DEFAULT_METADATA': (),
|
||||
'FILES_TO_COPY': (),
|
||||
'DEFAULT_STATUS': 'published',
|
||||
}
|
||||
|
||||
def read_settings(filename):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue