lgaida / mediumish-gohugo-theme

A mediumish gohugo theme, ported from jekyll
MIT License
131 stars 99 forks source link

Only Single Author Present #2

Closed Akshay090 closed 6 years ago

Akshay090 commented 6 years ago

Need to add a way to use multiple authors for blog post

lgaida commented 6 years ago

Any ideas on how to implement this feature? i didn't dig deep enough into gohugo when porting the theme. I will take a look on it when i have some spare time

lgaida commented 6 years ago

The easiest solution would be to follow this guide. You will then have the option to specifiy the author of a post. And more advanced stuff like listing only posts of a specific author could be implemented like discussed in this thread

Akshay090 commented 6 years ago

Hey i actually solved this issue by passing the author name through front matter and displaying it in the appropriate place with . Params.AuthorName

lgaida commented 6 years ago

Great! I guess there is no need for further investigation. I'm closing this issue for now.