1
0
Fork 0
forked from github/pelican

support both implicit and explicit inheritance with THEMES

This commit is contained in:
Ondrej Grover 2014-11-05 09:53:20 +01:00
commit b22f760042
4 changed files with 51 additions and 41 deletions

View file

@ -34,7 +34,7 @@ DEFAULT_CONFIG = {
'PAGE_PATHS': ['pages'],
'PAGE_EXCLUDES': [],
'THEME': DEFAULT_THEME,
'THEMES': {},
'THEMES': ('simple', ('!simple', 'simple')),
'OUTPUT_PATH': 'output',
'READERS': {},
'STATIC_PATHS': ['images'],