mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add a new signal generator_init, invoked at the end of Generator.__init__.
This commit is contained in:
parent
7ff0d0e686
commit
09c893f3a3
3 changed files with 4 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ finalized pelican object invoked after al
|
|||
usefull for custom post processing actions, such as:
|
||||
- minifying js/css assets.
|
||||
- notify/ping search engines with an updated sitemap.
|
||||
generator_init generator invoked in the Generator.__init__
|
||||
article_generate_context article_generator, metadata
|
||||
article_generator_init article_generator invoked in the ArticlesGenerator.__init__
|
||||
article_generator_finalized article_generator invoked at the end of ArticlesGenerator.generate_context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue