Added sourcefile generator that generates .text files

This commit is contained in:
Nico Di Rocco 2012-09-07 08:46:38 +02:00
commit 0a1a868b37
6 changed files with 20 additions and 11 deletions

View file

@ -32,6 +32,7 @@ _DEFAULT_CONFIG = {'PATH': '.',
'SITENAME': 'A Pelican Blog',
'DISPLAY_PAGES_ON_MENU': True,
'PDF_GENERATOR': False,
'OUTPUT_SOURCES': False,
'DEFAULT_CATEGORY': 'misc',
'DEFAULT_DATE': 'fs',
'WITH_FUTURE_DATES': True,