Add the ability to read from markdown too.

This commit is contained in:
Alexis Metaireau 2010-10-31 00:08:16 +01:00
commit c83d234773
6 changed files with 40 additions and 20 deletions

View file

@ -5,7 +5,7 @@ _DEFAULT_THEME = os.sep.join([os.path.dirname(os.path.abspath(__file__)),
_DEFAULT_CONFIG = {'PATH': None,
'THEME': _DEFAULT_THEME,
'OUTPUT_PATH': 'output/',
'MARKUP': 'rst',
'MARKUP': ('rst', 'md'),
'STATIC_PATHS': ['css', 'images'],
'FEED': 'feeds/all.atom.xml',
'CATEGORY_FEED': 'feeds/%s.atom.xml',