mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Group PDF related settings together.
This commit is contained in:
parent
4c1b5c3429
commit
92f5c06ba6
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,6 @@ DEFAULT_CONFIG = {
|
||||||
'SITENAME': 'A Pelican Blog',
|
'SITENAME': 'A Pelican Blog',
|
||||||
'DISPLAY_PAGES_ON_MENU': True,
|
'DISPLAY_PAGES_ON_MENU': True,
|
||||||
'DISPLAY_CATEGORIES_ON_MENU': True,
|
'DISPLAY_CATEGORIES_ON_MENU': True,
|
||||||
'PDF_GENERATOR': False,
|
|
||||||
'OUTPUT_SOURCES': False,
|
'OUTPUT_SOURCES': False,
|
||||||
'OUTPUT_SOURCES_EXTENSION': '.text',
|
'OUTPUT_SOURCES_EXTENSION': '.text',
|
||||||
'USE_FOLDER_AS_CATEGORY': True,
|
'USE_FOLDER_AS_CATEGORY': True,
|
||||||
|
|
@ -66,6 +65,7 @@ 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_PATH': '',
|
||||||
'PDF_STYLE': 'twelvepoint',
|
'PDF_STYLE': 'twelvepoint',
|
||||||
'CATEGORY_URL': 'category/{slug}.html',
|
'CATEGORY_URL': 'category/{slug}.html',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue