mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
generators: Update PagesGenerator to use new read_file
Also standardize signal names. If `article_generator_*` is singular, `page_generator_*` should be as well. Fix it from the older `pages_generator_*`.
This commit is contained in:
parent
a9c530281e
commit
7be16dd524
3 changed files with 18 additions and 14 deletions
|
|
@ -79,9 +79,9 @@ article_generator_finalized article_generator invoked at the e
|
|||
get_generators generators invoked in Pelican.get_generator_classes,
|
||||
can return a Generator, or several
|
||||
generator in a tuple or in a list.
|
||||
pages_generate_context pages_generator, metadata
|
||||
pages_generator_init pages_generator invoked in the PagesGenerator.__init__
|
||||
pages_generator_finalized pages_generator invoked at the end of PagesGenerator.generate_context
|
||||
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)
|
||||
============================= ============================ ===========================================================================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue