mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add a settings for PDF generation.
This commit is contained in:
parent
b7179548c3
commit
efc6bb7aa4
3 changed files with 8 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue