LoginRadius / engineering-portal

A collection of valuable resources by developers -- for developers -- to share practical learnings, development challenges, and open-source initiatives in dev, QA, Infra, and implementation.
https://www.loginradius.com/blog/
MIT License
95 stars 257 forks source link

Add local image support for authors, currently we are fetching author image from github #228

Closed puneetsingh24 closed 3 years ago

puneetsingh24 commented 4 years ago

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.

Ruchika30 commented 4 years ago

Hello @puneetsingh24 . I would like to take this up

vyasriday commented 4 years ago

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

Ruchika30 commented 4 years ago

@puneetsingh24 @vyasriday How do I run those graphql queries

mohammed786 commented 4 years ago

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.

Ruchika30 commented 4 years ago

@mohammed786 Kindly review my Pr for adding authorImage

Ruchika30 commented 4 years ago

Hello @mohammed786 . Required changes are done.I have used gatsby Img for rendering images.Kindly review 4e2cea334fb04efe7e232f95b66fae78d702f512

Ruchika30 commented 4 years ago

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