mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
oops
This commit is contained in:
parent
299277b140
commit
51c08601dc
1 changed files with 3 additions and 5 deletions
|
|
@ -54,17 +54,15 @@ List of signals
|
||||||
|
|
||||||
Here is the list of currently implemented signals:
|
Here is the list of currently implemented signals:
|
||||||
|
|
||||||
========================= ======================================= =========================================
|
========================= ============================ ===========================================================================
|
||||||
Signal Arguments Description
|
Signal Arguments Description
|
||||||
========================= ======================================= =========================================
|
========================= ============================ ===========================================================================
|
||||||
>>>>>>> rach/master
|
|
||||||
initialized pelican object
|
initialized pelican object
|
||||||
finalized pelican object invoked after all the generators are executed and just before pelican exits
|
finalized pelican object invoked after all the generators are executed and just before pelican exits
|
||||||
usefull for custom post processing actions, such as:
|
usefull for custom post processing actions, such as:
|
||||||
- minifying js/css assets.
|
- minifying js/css assets.
|
||||||
- notify/ping search engines with an updated sitemap.
|
- notify/ping search engines with an updated sitemap.
|
||||||
article_generate_context article_generator, metadata
|
article_generate_context article_generator, metadata
|
||||||
<<<<<<< HEAD
|
|
||||||
article_generator_init article_generator invoked in the ArticlesGenerator.__init__
|
article_generator_init article_generator invoked in the ArticlesGenerator.__init__
|
||||||
get_generators generators invoked in Pelican.get_generator_classes,
|
get_generators generators invoked in Pelican.get_generator_classes,
|
||||||
can return a Generator, or several
|
can return a Generator, or several
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue