1
0
Fork 0
forked from github/pelican

made template extensions configurable

This commit is contained in:
Dan Bate 2017-01-15 22:57:01 +00:00 committed by OmegaDroid
commit 88da1b89cb
3 changed files with 17 additions and 5 deletions

View file

@ -134,6 +134,7 @@ DEFAULT_CONFIG = {
'PLUGINS': [],
'PYGMENTS_RST_OPTIONS': {},
'TEMPLATE_PAGES': {},
'TEMPLATE_EXTENSIONS': ['.html'],
'IGNORE_FILES': ['.#*'],
'SLUG_SUBSTITUTIONS': (),
'INTRASITE_LINK_REGEX': '[{|](?P<what>.*?)[|}]',