forked from github/pelican
made template extensions configurable
This commit is contained in:
parent
71625af8a4
commit
88da1b89cb
3 changed files with 17 additions and 5 deletions
|
|
@ -134,6 +134,7 @@ DEFAULT_CONFIG = {
|
|||
'PLUGINS': [],
|
||||
'PYGMENTS_RST_OPTIONS': {},
|
||||
'TEMPLATE_PAGES': {},
|
||||
'TEMPLATE_EXTENSIONS': ['.html'],
|
||||
'IGNORE_FILES': ['.#*'],
|
||||
'SLUG_SUBSTITUTIONS': (),
|
||||
'INTRASITE_LINK_REGEX': '[{|](?P<what>.*?)[|}]',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue