forked from github/pelican
Get HtmlReader to work again
wrote unit tests and documentation, improved regular expression. The HtmlReader is enabled by default now and parses metadata in html files of the form: <!-- key:value -->
This commit is contained in:
parent
88555de28c
commit
39db9ddcfd
7 changed files with 72 additions and 15 deletions
|
|
@ -21,7 +21,7 @@ _DEFAULT_CONFIG = {'PATH': '.',
|
|||
'PAGE_EXCLUDES': (),
|
||||
'THEME': DEFAULT_THEME,
|
||||
'OUTPUT_PATH': 'output/',
|
||||
'MARKUP': ('rst', 'md'),
|
||||
'MARKUP': ('rst', 'md', 'html'),
|
||||
'STATIC_PATHS': ['images', ],
|
||||
'THEME_STATIC_PATHS': ['static', ],
|
||||
'FEED_ATOM': 'feeds/all.atom.xml',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue