The ThoughtProcess


A insight to the Random Thoughts

Images not loading issue in Jekyll (Updated-2020)

After going through numerous blogs and stackoverflow,I was disappointed on the technical documents concerning this issue.Everywhere it was written resolved but to no avail.Finally after attempting almost all the solutions provided on the INTERNET,I switched on to the Hit and Trial Method and tried to solve the issue a logical way.

Whenever you face such an issue,please ue the Inspect element tool of Chrome.Additionally hover over the space and right click to open the image in new tab to see the link where the server is directing.Generally you would find that the server is directing to a url (Github folder) which does not exit.

In my case : The issue was siteurl.It was taking the wrong siteurl and therefore redirecting me to a different url (Github folder) altogether.If you have defined a siteurl in config.yml,Kindly go through the Documentation and solve the problem.

Test image

Additionally you can also go through some resources I used.

Stackoverflow