TLDR: Best way to handle multiple authors?
Maybe i am missing something here? My goal is: A blog, that is maintained by multiple (non-techie) authors, they should be able to login via the "admin" plugin. So from my thinking, the users of the admin Dashboard are also the blog authors, so i would like to access that information accounts/author1.yml, accounts/author2.ymlin the templates to show the author (name, icon, bio) of the current blog post.
Everything I found here relates to site.yml. But also i do not find the possibility to have multiple authors there, it's just author, not authors.
in this skeleton i see that the author, including all meta data is used per page:
i don't want to do that, to keep it more manageable.
thanks!