forked from github/pelican
Base routines were transformed into the class Pelican. This class could be overridden using PELICAN_CLASS option.
This commit is contained in:
parent
7873370583
commit
a937424faa
2 changed files with 85 additions and 65 deletions
|
|
@ -22,6 +22,7 @@ _DEFAULT_CONFIG = {'PATH': None,
|
|||
'CLEAN_URLS': False, # use /blah/ instead /blah.html in urls
|
||||
'RELATIVE_URLS': True,
|
||||
'DEFAULT_LANG': 'en',
|
||||
'PELICAN_CLASS': 'pelican.Pelican',
|
||||
}
|
||||
|
||||
def read_settings(filename):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue