Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images not showing in blog _posts #80

Closed
JayanthRR opened this issue Feb 26, 2018 · 7 comments
Closed

Images not showing in blog _posts #80

JayanthRR opened this issue Feb 26, 2018 · 7 comments
Labels
documentation Changes to documentation only (e.g., README, Guide, Wiki Pages, etc.)

Comments

@JayanthRR
Copy link

I am looking to add images in my blog post. I placed the corresponding image in the images/ folder and included the following line in markdown file in _posts/.
![](../images/DP1.png)

I am able to see the image in my atom editor, but when I push the changes and refresh the webpage, I do not see it in the blog. Any idea how to resolve this?
Note: I even tried placing the image in the _posts/ directory and modified the line to
![](DP1.png)
but it doesn't work.

@litingfeng
Copy link

I had the same issue

@JayanthRR
Copy link
Author

JayanthRR commented May 10, 2018 via email

@litingfeng
Copy link

Thanks, I think I should consider switching to other framework too.

@zotroneneis
Copy link

I'm having the same issue. Is there any progress or idea yet?

@sar-gupta
Copy link

sar-gupta commented Mar 14, 2019

![](/images/DP1.png)

and you're good to go!

@drdh
Copy link

drdh commented Jul 7, 2019

Hi, I find another solution #140 (comment)

MingSun-Tse pushed a commit to MingSun-Tse/mingsun-tse.github.io that referenced this issue Apr 30, 2023
vince-lam added a commit to vince-lam/vince-lam.github.io that referenced this issue Sep 7, 2023
@rjzupkoii rjzupkoii added question Issues that are just questions. documentation Changes to documentation only (e.g., README, Guide, Wiki Pages, etc.) and removed question Issues that are just questions. labels Feb 14, 2024
@rlucas7
Copy link

rlucas7 commented Oct 21, 2024

#91 (comment)
^this comment is what fixed the issue for me, seems to work regardless of where you store the images

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Changes to documentation only (e.g., README, Guide, Wiki Pages, etc.)
Projects
None yet
Development

No branches or pull requests

7 participants