hugo-toha / toha

A Hugo theme for personal portfolio
https://hugo-toha.github.io
MIT License
979 stars 567 forks source link

Cannot see Hero images on my posts after theme update #907

Closed MarionMoseby closed 4 months ago

MarionMoseby commented 4 months ago

Expected Behavior

Post images should appear

Current Behavior

In my personal website, after the last theme update, I cannot see images for the posts, unless they are located in /images.

Maybe there is an error in configuration in my part? I just dont know what to do :+

Steps to Reproduce

  1. git clone https://codeberg.org/FlyingFlamingo/pablomarcos-me/
  2. cd pablomarcos-me/
  3. hugo serve -w

Screenshots

imagen

Browsers Affected

Detailed Description

EDIT: It seems like the issue is related to the language configuration; if I add index.en.md to a post, the image shows up EDIT 2: The issue seems to have something to do with the default language, because, if I Set defaultContentLanguage: de; defaultContentLanguageInSubdir: true, it works back. Is having a main blog lang separated from the main page lang not supported anymore?

hossainemruz commented 4 months ago

We haven't changed anything related Language in recent updates. Probably, the behavior has changed in Hugo itself.

MarionMoseby commented 4 months ago

Thank you! So, I am guessing, nothing you can do right?

hossainemruz commented 4 months ago

Yes

MarionMoseby commented 4 months ago

Closing then :p