forked from github/pelican
merge nduhamel/plugins
This commit is contained in:
commit
7184484488
7 changed files with 101 additions and 6 deletions
|
|
@ -42,7 +42,8 @@ _DEFAULT_CONFIG = {'PATH': None,
|
|||
'DEFAULT_METADATA': (),
|
||||
'FILES_TO_COPY': (),
|
||||
'DEFAULT_STATUS': 'published',
|
||||
}
|
||||
'PLUGINS_PATH': None,
|
||||
}
|
||||
|
||||
def read_settings(filename):
|
||||
"""Load a Python file into a dictionary.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue