torontojs / blog

Toronto JS blog
https://blog.torontojs.com
2 stars 2 forks source link

Add ability of displaying multiple authors on a blog post #47

Open madcampos opened 1 month ago

madcampos commented 1 month ago

We want to change the way authors are listed to be an array of authors instead of a single entry, so the posts can list as written by multiple people.

This also needs tweaks to the AuthorCard component to make it responsive, using container queries, so the cards adapt to having either one single card, or having multiple cards next to each other.

Another point is to add a line to the PostHeader saying "by x and y" to list the authors of the post there.

heem42 commented 3 weeks ago

I would like to take this up.

madcampos commented 3 weeks ago

@heem42 awesome!

We need to change then the schema to have multiple authors and then display them. The header part is easier, but we also want to add the author cards to the bottom of the post and that requires some thought on layout to better display them