forked from github/pelican
add a KISS plugin system
This commit is contained in:
parent
3d2ae33799
commit
91cb42d7d8
2 changed files with 24 additions and 2 deletions
|
|
@ -37,6 +37,7 @@ _DEFAULT_CONFIG = {'PATH': None,
|
|||
'WITH_PAGINATION': False,
|
||||
'DEFAULT_PAGINATION': 5,
|
||||
'DEFAULT_ORPHANS': 0,
|
||||
'PLUGINS_PATH': None,
|
||||
}
|
||||
|
||||
def read_settings(filename):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue