naro143 / hugo-coder-portfolio

It is a theme to have you know yourself than developed based on "hugo-coder".
MIT License
154 stars 66 forks source link

Trouble with image insert #15

Closed alexhallam closed 5 years ago

alexhallam commented 5 years ago

Hi, I am really enjoying the theme, but I am having some trouble inserting images. Is there a specific way to insert images with this theme that is different from other hugo themes?

Here are a few things I have tried.

# recommended 
![Example image](static/img.png)

# explicit path 
![Example image](../../static/img)                                                                                                                                                                               

# in content with posts in img directory                                                                                                                                                                         
![your image](/post/img/img.png)                                                                                                                                                                                 

# just name of image                                                                                                                                                                                             
![your image](img.png)                                                                                                                                                                                           
adityas129 commented 4 years ago

Did you end up finding a way around this? I'm struggling with something similar - I have also tried all the things that you mention.