You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JSON feed (for example) says author for this post (live, source) is Rawr (probably because he lasted edited that file) even though I used the Author component to assign authorship to "Tyson Williams" (see line five of the markdown).
How can I tell the RSS generating code that I am the author of this post?
The text was updated successfully, but these errors were encountered:
the bug is that it is supposed to include all commit authors, not just the author of the last commit. maybe this is how JSON feed handles the situation? can you look into other emitted RSS files as well?
the requested feature is to be able to include an author using the Author component that is not listed in commit authors (if I am not mistaken), or outright overriding the authors using the Author component. which is also understandable (but would require a separate issue).
TysonMN
changed the title
RSS generated author wrong
RSS generated author only the most recent editor
Jan 28, 2021
TysonMN
changed the title
RSS generated author only the most recent editor
Only most recent commit author in JSON feed
Jan 28, 2021
the bug is that it is supposed to include all commit authors, not just the author of the last commit. maybe this is how JSON feed handles the situation? can you look into other emitted RSS files as well?
Oh, only the JSON feed has this problem. It also has another problem, which is that none of authors include an email address.
I just added support for RSS to my blog by following the coding-blog-plugin documentation for RSS. Here is one thing that isn't quite right.
The JSON feed (for example) says author for this post (live, source) is Rawr (probably because he lasted edited that file) even though I used the
Author
component to assign authorship to "Tyson Williams" (see line five of the markdown).How can I tell the RSS generating code that I am the author of this post?
The text was updated successfully, but these errors were encountered: