Add a settings for PDF generation.

This commit is contained in:
Alexis Metaireau 2010-11-06 02:25:47 +00:00
commit efc6bb7aa4
3 changed files with 8 additions and 2 deletions

View file

@ -11,6 +11,7 @@ _DEFAULT_CONFIG = {'PATH': None,
'CATEGORY_FEED': 'feeds/%s.atom.xml',
'SITENAME': 'A Pelican Blog',
'DISPLAY_PAGES_ON_MENU': True,
'PDF_PROCESSOR': False,
}
def read_settings(filename):