mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Added signals to plugin for pages generation
This commit is contained in:
parent
809ba7f04e
commit
597dba1391
3 changed files with 7 additions and 1 deletions
|
|
@ -59,6 +59,8 @@ Signal Arguments Description
|
|||
initialized pelican object
|
||||
article_generate_context article_generator, metadata
|
||||
article_generator_init article_generator invoked in the ArticlesGenerator.__init__
|
||||
pages_generate_context pages_generator, metadata
|
||||
pages_generator_init pages_generator invoked in the PagesGenerator.__init__
|
||||
========================= ============================ =========================================
|
||||
|
||||
The list is currently small, don't hesitate to add signals and make a pull
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue