-
Notifications
You must be signed in to change notification settings - Fork 181
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
support tag and count for our blog #470
Comments
I found that in the blog type file of Docusaurus, the header of the file allows us to set the tags field. It looks like this when I try to set it up: And when I select a tag, it will list all the blogs under that tag: I think it can solve this demand, all we need to do is to add tags to each blog. |
Good! |
cool ~, we can use it as our first edition |
I noticed there are about 4 types blogs in our site, they are:
what's your opinion about classification of articles? @Baoyuantop @yzeng25 @Serendipity96 @bzp2010 @KishaniKandasamy @1502shivam-singh @juzhiyuan @moonming Once the categories have been defined we can get to work on this function |
Awesome!
|
I agree with the '4 types blogs' as @liuxiran listed above. In addition, I think we can derive more types out of these 4 when necessary. |
good catch, actually all posts need tags in our site, and we can first do it in blog page, and Iterate through the detailed classification of articles for each module step by step.
This is more focused~! Based on this idea, maybe we also need a tag something called
Agree with it ~! |
Yes, absolutely! Well |
What about first separating them into en and zh blogs then we could apply these 4 types blogs in our site ? |
yes, separating them into en and zh blogs is necessary, we can start it from this point, and would like to have a try @KishaniKandasamy |
Sure, I will give a try |
ok, assign to you, thanks very much, any questions can be commented here |
hi @KishaniKandasamy, you are currently focused on separating blogs into en and zh right, do you have any problems we can do for you? |
Yes.Separating blogs into en and zh is okay .but I'm a bit unclear in some places dividing the zh blogs into those 4types due to the language issue :( .Can anyone help me to do this? |
got you, thanks @KishaniKandasamy , then you can just complete the separating part, and for the tag part , just leave it to @bzp2010 , let's work together to finish it , is that ok for you? |
yeah that's fine |
glad to hear that, looking forward to your pr @KishaniKandasamy |
Sure! |
Hi @KishaniKandasamy. By the way, You can refer to this document for this work. link here |
Thanks . PR submitted for this task. |
Actual Behavior
At the moment, our blog only shows the title, author and other information in the summary page,
for example:
Expected Behavior
We need to add some tags for each blog, and at the same time, viewers can search blogs via tags, so that it will be easier for viewer to get what they want
for example:
https://quickwit.io/blog
https://developer.axioms.io/blog
The text was updated successfully, but these errors were encountered: