mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Added a new signal finalized that is dispatched when pelican finishes.
This signal can then be used for post processing.
This commit is contained in:
parent
8ecebc9310
commit
e9a0717aea
3 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ Here is the list of currently implemented signals:
|
|||
Signal Arguments Description
|
||||
========================= ============================ =========================================
|
||||
initialized pelican object
|
||||
finalized pelican object
|
||||
article_generate_context article_generator, metadata
|
||||
article_generator_init article_generator invoked in the ArticlesGenerator.__init__
|
||||
pages_generate_context pages_generator, metadata
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue