-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename & migrate representative_plugin
as namespace plugin
#1
Conversation
… to an article's property
clean_summary, read_more_link, representative_image, summary plugins now use all_generators_finalized signal so as to avoid issue #314. They fallback to current behavior is said signal is not yet available. See also: getpelican/pelican#1616 Closes #314.
* Enable Representative Image also for pages * Add requirements.txt * Add .vscode to .gitignore
@schtobia replied to my comment about tests not passing for the Representative Image plugin, even in the monolithic repo, even before any rename/migration-related changes were made, and @schtobia said:
I have never used this plugin, and I'm away from my computer for the next few days. So I am ill-equipped to delve into this topic in detail at the moment. @khuevu @jkrshw @Murchik @kernc @Lucas-C @pauloxnet: As folks who have contributed to this plugin in the past, might you have a moment to take a look and help @schtobia fix the failing tests? (cc: @avaris also, in case he has a moment) |
I pushed a commit to fix the tests. The old version of tests would've never worked with the new signal. It connects the signals but the way tests are configured, it would never hit that signal, tests would need to actually run However, |
@avaris: Many thanks for fixing the tests. Let's create a new issue to track whether Pelican needs a way to get and set Many thanks also to @khuevu for creating this plugin, to @schtobia for helping migrate it to its new home, and to all the folks who have contributed to the development of this plugin. Featured Image: https://github.com/pelican-plugins/featured-image/releases/tag/1.0.0 ✨ |
Thanks @avaris @justinmayer! |
See: getpelican/pelican-plugins#1390