Thanks for a great forum!
I am creating authors pages for a website with many authors. I have succeeded in doing it using separate files by author storing their metadata (Twitter username, bio) as explained here.
I wonder whether I could instead
- save the metadata in each post i.e.
authors:
- name: Maëlle Salmon
url: https://masalmon.eu/
twitter: ma_salmon
- name: Mark Padgham
url: https://github.com/mpadge
- not create a file by author
- and still get a taxonomy by author name?
I am nearly sure it is not possible (and maybe even a very bad idea since this system might mean conflicts where two posts define different Twitter usernames for the same name) but wanted to be sure.