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 search article feature #12

Open Ckbhatia opened 4 years ago

Ckbhatia commented 4 years ago

Implement search article feature

Search element is already there in Header.js component. You need to develop the only functionality.

Use these env variables for development.

# CONTENTFUL_SPACE_ID=0dxfiyfxoovv
# CONTENTFUL_ACCESS_TOKEN=aQ8VH0ajavUGJur3I6LGRTZvjYf25s9ILko6bgLU9z8

Please star the project if you are interested to work on this issue and also don't hesitate to ask for help if you need.

trinhminhhieu commented 4 years ago

I will take this

Ckbhatia commented 4 years ago

Okay, I am assigning you this.

Ckbhatia commented 4 years ago

Please take a checkout/clone from the feature branch.

Ckbhatia commented 4 years ago

Hi @trinhminhhieu, Any update on progress?

trinhminhhieu commented 4 years ago

hello

trinhminhhieu commented 4 years ago

I'm solving the last problem, I'm rushing to push it to github tomorrow

Ckbhatia commented 4 years ago

Okay, Good!

On Tue, 6 Oct 2020 at 22:01, trinh minh hieu notifications@github.com wrote:

I'm solving the last problem, I'm rushing to push it to github tomorrow

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Ckbhatia/Ck-gatsby-blog/issues/12#issuecomment-704399233, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI2SGUN5F6BLYB2MRGKJXWDSJNA6JANCNFSM4SDOH5RQ .

trinhminhhieu commented 4 years ago

Hello i don't see any pull request after running git push origin master

Ckbhatia commented 4 years ago

Can you elaborate it?

trinhminhhieu commented 4 years ago

I took Fork and then started your project, after it finished I ran git add. , git commit -m "first", git remote add origin https://github.com/trinhminhhieu/Ck-gatsby-blog.git and finally run git push origin master. But I go back to github and click "Pull requests" but there's no "add pull requests" button.

trinhminhhieu commented 4 years ago

githug

Ckbhatia commented 4 years ago

Wait, Let me guide you!

Ckbhatia commented 4 years ago

You need to take a pull from upstream ( original ) master and rebase with your local master or feature ( Where you changes are in ) branch then push changes to your origin master and create a PR on this repo.

You need to follow this:

Set upstream remote: git remote add upstream https://github.com/Ckbhatia/Ck-gatsby-blog

Pull and rebase the latest changes: git pull --rebase upstream feature

Push changes to your fork: git push origin feature

Note: push master instead of feature if you had merged/rebased the changes in the master where your changes are live.

Navigate to this original repo and create a PR against feature branch Instead of the master.

I hope, it is clear now.

trinhminhhieu commented 4 years ago

it doesn't work

Ckbhatia commented 4 years ago

What's error there?

On Wed, 7 Oct, 2020, 12:47 pm trinh minh hieu, notifications@github.com wrote:

it doesn't work

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Ckbhatia/Ck-gatsby-blog/issues/12#issuecomment-704745558, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI2SGUJNMR725RJE4T7BEETSJQIX3ANCNFSM4SDOH5RQ .

trinhminhhieu commented 4 years ago

When I run the git push origin feature I get an error error: src refspec feature does not match any. error: failed to push some refs to 'origin'

Ckbhatia commented 4 years ago

@trinhminhhieu Have you followed the instruction that I have given above?

trinhminhhieu commented 4 years ago

yes

trinhminhhieu commented 4 years ago

Should I delete the fork on github and fork again?

Ckbhatia commented 4 years ago

No, You don't need to delete

Ckbhatia commented 4 years ago

Do you have telegram app?

trinhminhhieu commented 4 years ago

@higooo

trinhminhhieu commented 4 years ago

please show me how to fix it so I will soon push it to Github

Ckbhatia commented 4 years ago

@higooo

Sun life, right?

alceil commented 3 years ago

Is anyone working on this issue?

Ckbhatia commented 3 years ago

Issue already resolved.