kishaningithub / hugo-creative-portfolio-theme

Port of the creative portfolio theme to Hugo
https://themes.gohugo.io/hugo-creative-portfolio-theme/
MIT License
447 stars 292 forks source link

Inline images do not appear when deploying site to gh-pages #96

Open CurtLH opened 3 years ago

CurtLH commented 3 years ago

I am trying to use this template to build a site that can be deployed via gh-pages. Everything has been working as expected when developing the site locally. However, when I push the site to the gh-pages branch, the inline images in my posts no longer appear.

Here is a link to my about page: https://github.com/CurtLH/new_site/blob/main/content/about/_index.md Here is a link to my published site: https://curtishampton.com/new_site/about/

Any help in understand why inline images render as expected locally but not when deployed to GitHub pages would be greatly appreciated.