mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add JINJA_EXTENSIONS to the settings docs
This commit is contained in:
parent
3c0649d89f
commit
426ee1f76e
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ Setting name what it does ?
|
|||
`feeds/all.atom.xml`
|
||||
`FEED_RSS` relative url to output the rss feed. Default is
|
||||
None (no rss)
|
||||
`JINJA_EXTENSIONS` A list of any Jinja2 extensions you want to use.
|
||||
Default is no extensions (the empty list)
|
||||
`KEEP_OUTPUT_DIRECTORY` Keep the output directory and just update all the generated files.
|
||||
Default is to delete the output directory.
|
||||
`MARKUP` A list of available markup languages you want to use.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue