-
-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Authors? #126
Comments
@kthecoder I would say this is definitely achievable! I am working on a complete new version of this theme. This feature I would first add it to the new theme call "ObsidiaNext". I will get back to this comment once the new theme releases. Which would me very soon! |
@kthecoder multiple author is possible. you can modify the code in /layout/_partial/post/article.ejs to allow another author and his avatar.
Of course, you need to add the variable to the front-matter of your markdown file. For example,
You can see other modification in my commit. |
Nice! Feel free to submit a PR if you have added or fix anything of this theme. Happy to see your contributions!~ |
@TriDiamond Well, since I do other personal modify which may not suit for this project, I think it's better that I post the code here and you commit. The key code of modified article.ejs with comment is here:
template of the front-matter:
If any bug you can @me. |
Is it possible to have a different authors for each page. So that posts can be set to different authors defined in the pages Front-Matter. And have a default author in case you want to delete an author from the data set? If its not implemented, how hard would it be to add a connection to a JSON, XML, or Database to reference the correct author?
The text was updated successfully, but these errors were encountered: