I’ve looked through a few threads, but am wondering if there’s been a consensus on the best way to handle multiple authors - in such a way that each author will have it’s own list pages that will display associated metadata (bio, photo, social links, etc.) and all posts made by the author?
Thanks for you help!
ju52
August 29, 2019, 7:24pm
2
use a frontmatter param
authors =["me", "you"]
define it in the config file
[taxonomies]
author = "authors"
[permalinks]
authors = "/authors/:slug/"
make a section for authors and setup files for everyone
/config/author (different to authors)
me/
_index.md
you
_index.md
With this page bundles you can store images etc …
use a correct spelling to generate the right references
2 Likes
Perfect Thanks for your help!
Grob
August 29, 2019, 9:26pm
4
Hi!
As you are asking for a standardised method: Check out this page . It is obviously a working draft, but very interesting.
1 Like
Grob
August 30, 2019, 7:10pm
8
Sorry. I have not tried, yet. I suspect it should work because of this comment in the YAML part where only the “documentation” is mentioned:
Before this page is published, need to also update both site- and page-level variables documentation.