mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Added possible uses for the finalized signal to the docs
This commit is contained in:
parent
914653f140
commit
31afafda0f
1 changed files with 3 additions and 0 deletions
|
|
@ -58,6 +58,9 @@ Signal Arguments Description
|
|||
========================= ============================ ===========================================================================
|
||||
initialized pelican object
|
||||
finalized pelican object invoked after all the generators are executed and just before pelican exits
|
||||
usefull for custom post processing actions, such as:
|
||||
- minifying js/css assets.
|
||||
- notify/ping search engines with an updated sitemap.
|
||||
article_generate_context article_generator, metadata
|
||||
article_generator_init article_generator invoked in the ArticlesGenerator.__init__
|
||||
get_generators generators invoked in Pelican.get_generator_classes,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue