Espresso-Aficionados / website

MIT License
30 stars 42 forks source link

credits at the end of each page (where feasible) #37

Open bacadev opened 3 years ago

bacadev commented 3 years ago

We could do both real names or usernames, based on contributor preference.

HarryMerckel commented 3 years ago

Should this be handled manually for each page, or should we set it up as a frontmatter variable?

EG the frontmatter could look like:

--- layout: article title: example contributors: [Somebody, bacafreak, A longer name] ---

Then the template would check whether the contributors variable exists and automatically put something at the top or bottom of the page.

It's a bit more work now for a more consistent end result and hopefully less work later.

Alternatively we could leave it freeform so people can put their name to individual page sections they've contributed to. Edit: but we could still do both

bacadev commented 3 years ago

Both could work! Especially since some contributors won't have access to github and will instead get one of us to get it online