mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #1603 from ltiao/patch-2
Remove PDF generation settings
This commit is contained in:
commit
2fc442fe2d
1 changed files with 0 additions and 3 deletions
|
|
@ -78,9 +78,6 @@ DEFAULT_CONFIG = {
|
||||||
'PAGE_LANG_SAVE_AS': os.path.join('pages', '{slug}-{lang}.html'),
|
'PAGE_LANG_SAVE_AS': os.path.join('pages', '{slug}-{lang}.html'),
|
||||||
'STATIC_URL': '{path}',
|
'STATIC_URL': '{path}',
|
||||||
'STATIC_SAVE_AS': '{path}',
|
'STATIC_SAVE_AS': '{path}',
|
||||||
'PDF_GENERATOR': False,
|
|
||||||
'PDF_STYLE_PATH': '',
|
|
||||||
'PDF_STYLE': 'twelvepoint',
|
|
||||||
'CATEGORY_URL': 'category/{slug}.html',
|
'CATEGORY_URL': 'category/{slug}.html',
|
||||||
'CATEGORY_SAVE_AS': os.path.join('category', '{slug}.html'),
|
'CATEGORY_SAVE_AS': os.path.join('category', '{slug}.html'),
|
||||||
'TAG_URL': 'tag/{slug}.html',
|
'TAG_URL': 'tag/{slug}.html',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue