Ckbhatia / Ck-gatsby-blog

A beautiful and featureful gatsby blog starter for bloggers. It is an open-source project.
https://chetanblog.netlify.com
MIT License
37 stars 33 forks source link

Implement filter articles by topics #11

Closed Ckbhatia closed 3 years ago

Ckbhatia commented 3 years ago

Implement filter articles by topics

UI code is already available in Header.js component.

You need to implement filter article by topics.

Please star the project when you want to work on this issue or other.

marcotgs commented 3 years ago

Hi @Ckbhatia, I'd like to work on this issue.

Ckbhatia commented 3 years ago

Hi, I am glad to see your interest to work on this issue. I am assigning to you.

Ckbhatia commented 3 years ago

Hi @marcotgs, You this credential for articles data.

Don't need to set up your own contentful CMS for development

 CONTENTFUL_SPACE_ID=0dxfiyfxoovv
 CONTENTFUL_ACCESS_TOKEN=aQ8VH0ajavUGJur3I6LGRTZvjYf25s9ILko6bgLU9z8
marcotgs commented 3 years ago

Hi @Ckbhatia, I was thinking to create a new URL to show the filtered posts by topic, like this topic/react.

What do you think?

Ckbhatia commented 3 years ago

Sure, Go for it 👍

On Sun, 4 Oct, 2020, 8:38 pm Marco Túlio Gaulberto da Silva, < notifications@github.com> wrote:

Hi @Ckbhatia https://github.com/Ckbhatia, I was thinking to create a new URL to show the filtered posts by topic, like this topic/react.

What do you think?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Ckbhatia/Ck-gatsby-blog/issues/11#issuecomment-703269036, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI2SGUM3SJAOSLE2Z5XWWZLSJCFWLANCNFSM4SCVDAYQ .

Ckbhatia commented 3 years ago

@marcotgs What's progress?

marcotgs commented 3 years ago

Hi @Ckbhatia, finishing up some styling details. I'll open the PR today or tomorrow.