Replies: 6 comments 5 replies
-
Hey @rshmhrj, this is something that I have thought about implementing but you're the first person to ask for it. Out of interest how many authors do you think you'd need for your site? I wonder if having a JSON file for author information is going to be too confusing for most Hugo users to understand instead of just storing it in the site config files. |
Beta Was this translation helpful? Give feedback.
-
I would also like this feature. In my case there are four authors writing for the blog. |
Beta Was this translation helpful? Give feedback.
-
I came up with a POC of this for a forked project, but I think it may be more beneficial to refactor for congo instead. Will have a POC for this with Congo shortly to discuss implementation. Is this thread still the best place to discuss? or should a new thread be started for it? |
Beta Was this translation helpful? Give feedback.
-
my general idea/plan is to adjust the singular author construct to something like and then have a taxonomy for ‘contributors’ or something along those lines. each contributor entity would be able to have adistinct value attribute for their title and i18n values… I don’t think it would be outside of the realms of possibility to later incorporate a configurable list of roles that a contributor entity might have for different content; IE author for one post/series/article, editor for another, artist for another series or something… but i don’t want to overcomplicate the initial implementation. are there any initial thoughts or concerns around the concept as is? I have a functional implementation of this already; so it’s just a matter of restructuring and rewriting to fit elegantly. Shouldn’t take long… but I wanted to see if there were any specific needs peeps have already identified that I can try to ensure are at least supportable later if not supportable initially |
Beta Was this translation helpful? Give feedback.
-
I also needed this feature so I ended up implementing a workaround for now. It's not perfect but it works so if anyone needs it urgently, you can check out this commit for my website where you can find working examples. Basically, after modifying html files you would need to create inside a |
Beta Was this translation helpful? Give feedback.
-
This would be a great feature for congo - in my case I would need two authors |
Beta Was this translation helpful? Give feedback.
-
Hi all,
How would you go about using congo for a multi-author site?
Has anyone tried following the instructions at CodingConcepts, Netlify, or PolyGlotDeveloper with any luck?
It basically seems like adding an
author
front matter and reading the author details from a central.json
file.Beta Was this translation helpful? Give feedback.
All reactions