-
Notifications
You must be signed in to change notification settings - Fork 65
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
Feature: add post metadata #21
Comments
Where exactly are these posts or articles? The docs website only displays documentation pages. |
Are you familiar with https://docusaurus.io/docs/markdown-features#front-matter ? We are using docusaurus to create the docs 🍕 |
Yes I had a look on it. So you want the meta data on the "docs" pages right? What I initially understood is that there is a separate blog for posts or something. |
No, the issue was about making the "author" clickable as we only really have GitHub username authors - https://docusaurus.io/docs/blog#blog-post-authors sheds more light on the 2 ways to do it! |
Is this the author section you're talking about? |
For the doc metadata, you can add something like this to the top of each md file:
I am familiar with Docusaurus and wouldn't mind taking on this issue @0-vortex @Deadreyo Or maybe create a new issue for adding metadata? I think this issue is for blog authors specifically? |
Yes this is a different issue. Here we're discussing modifying the "last updated" section to include a link to the author's profile. |
Ok so I researched about it, and there doesn't seem to be a configurable supported way by the framework to get any more details about the author. I've also asked on their github discussions, and got this message, which clarifies that they dont handle email adressess / profile links due to the mentioned reasons. The suggested answer by the collaborator was to make an email / link field that would be manually filled by the author upon updating the page. Issues with this solution:
|
I have created an issue: #45 and will work on adding and configuring the head metadata. |
Hey @0-vortex. Any update on this? |
Type of feature
Feature
Current behavior
Anyone adding a new post or article is not officially credited outside of GitHub contributions
Desired solution
Use metadata to add author information and other social links
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: