1
0
Fork 0
forked from github/pelican

add a KISS plugin system

This commit is contained in:
Nicolas Duhamel 2011-04-26 12:23:45 +02:00
commit 91cb42d7d8
2 changed files with 24 additions and 2 deletions

View file

@ -37,6 +37,7 @@ _DEFAULT_CONFIG = {'PATH': None,
'WITH_PAGINATION': False,
'DEFAULT_PAGINATION': 5,
'DEFAULT_ORPHANS': 0,
'PLUGINS_PATH': None,
}
def read_settings(filename):