mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #1408 from arty-name/feed-written
Add feed_written signal
This commit is contained in:
commit
cb11bea1f2
3 changed files with 4 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ static_generator_init static_generator invoked in th
|
|||
static_generator_finalized static_generator invoked at the end of StaticGenerator.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.
|
||||
feed_written path, context, feed invoked each time a feed 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