mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add a content_written signal
This commit is contained in:
parent
2a599b8646
commit
339955376e
3 changed files with 11 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ page_generate_context page_generator, metadata
|
|||
page_generator_init page_generator invoked in the PagesGenerator.__init__
|
||||
page_generator_finalized page_generator invoked at the end of PagesGenerator.generate_context
|
||||
content_object_init content_object invoked at the end of Content.__init__ (see note below)
|
||||
content_written path, context invoked each time a content file is written.
|
||||
============================= ============================ ===========================================================================
|
||||
|
||||
The list is currently small, so don't hesitate to add signals and make a pull
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue