1
0
Fork 0
forked from github/pelican

Merge pull request #1603 from ltiao/patch-2

Remove PDF generation settings
This commit is contained in:
Justin Mayer 2015-01-27 14:44:12 -08:00
commit 2fc442fe2d

View file

@ -78,9 +78,6 @@ DEFAULT_CONFIG = {
'PAGE_LANG_SAVE_AS': os.path.join('pages', '{slug}-{lang}.html'),
'STATIC_URL': '{path}',
'STATIC_SAVE_AS': '{path}',
'PDF_GENERATOR': False,
'PDF_STYLE_PATH': '',
'PDF_STYLE': 'twelvepoint',
'CATEGORY_URL': 'category/{slug}.html',
'CATEGORY_SAVE_AS': os.path.join('category', '{slug}.html'),
'TAG_URL': 'tag/{slug}.html',