Closed puneetsingh24 closed 3 years ago
Hello @puneetsingh24 . I would like to take this up
Assigned you @Ruchika30. Thanks for contributing!
LoginRadius is also giving swags to people who will be contributing, so please make sure to read our blog and submit your info to get free goodies. https://www.loginradius.com/engineering/page/hacktoberfest2020
@puneetsingh24 @vyasriday How do I run those graphql queries
Hey @Ruchika30 ,
Once you setup the project in the local you can try the graphql queries in the localhost:8000/__graphql playground provided by gatsby.
Also, gatsby provides a playground where you can try those queries without setting up the project. Checkout here.
I hope it's clear now, feel free to ask any more questions if you have.
@mohammed786 Kindly review my Pr for adding authorImage
Hello @mohammed786 . Required changes are done.I have used gatsby Img for rendering images.Kindly review 4e2cea334fb04efe7e232f95b66fae78d702f512
Hello @mohammed786 . Though I raised the PR I cannot see any update regarding it in my hacktoberfest profile. Is there something thats needs to be done from your side. Like adding hacktoberfest-accepted label or something llike that. Would u pls look into it
Create a folder in content/assets folder for author images, then need to mention the image name for the respective author in content/author.yaml
And that author image will be displayed at the blog listing/blog detail and author page.