mirror of
https://github.com/getpelican/pelican.git
synced 2026-06-02 07:07:12 +02:00
Docs/Plugins: document another signal
This commit is contained in:
parent
24350502c7
commit
ebfbc344df
1 changed files with 3 additions and 1 deletions
|
|
@ -151,7 +151,9 @@ finalized pelican object invoked after
|
|||
generator_init generator invoked in the Generator.__init__
|
||||
all_generators_finalized generators invoked after all the generators are executed and before writing output
|
||||
readers_init readers invoked in the Readers.__init__
|
||||
article_generator_context article_generator, metadata
|
||||
article_generator_context article_generator, metadata invoked after the content and metadata for the article has been generated;
|
||||
use if you need to adjust the article metadata before it gets used by
|
||||
Pelican.
|
||||
article_generator_preread article_generator invoked before a article is read in ArticlesGenerator.generate_context;
|
||||
use if code needs to do something before every article is parsed
|
||||
article_generator_init article_generator invoked in the ArticlesGenerator.__init__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue