Can't get the featured_image to show as thumbail on my page. #2508
-
|
I am very new to Hugo and the theme in general. I have followed tutorials and managed to deploy this site: However, I can't get the configuration to show the featured_image as a thumbnail on my main page. I am following these instructions for the asset and content layout https://blowfish.page/docs/thumbnails/ so for example my conteent estructures goes like: and my folder structures is like:
and here is all the files pushed to git for reference https://github.com/zareki/Blowfish_remlu Any ideas of what i am doing wrong... one thing i can do is modify the paramas.toml line: However, doing so modifies all the thumbnails to one static image, and I want to have one individual futured image per post. Thanks in advance to anyone that can give any recommendations. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Looks like a typo. It should be Set
In your frontmatter, the keys should be Some additional tweaks for your project:
public/
resources/
.hugo_build.lockRemove them from git tracking with Footnotes
|
Beta Was this translation helpful? Give feedback.

Internal images for the frontmatter
featureimagewill be supported in the next release, fixed in #2451.