Somehow posts in content folder are not rendered when i run hugo . If i make some small edit that specific posts are then rendered. Is it some kind of bug ? Is there anyway i can fix it ?
I have the same problem, i thought at first that i did something wrong in the configurations.
Try hugo server --disableFastRender
, maybe it will help.
hi Jonathon. Doesn’t work from me . I tried it when i looked up for similar issues online. If you are interested you can check out my repo https://github.com/shankar/alvaro
1 Like
I am not that informed about Hugo, i used it several years ago, and yesterday i started using it again cuz i wanted to make a personal website.
Tho I will take a look at your repo. Thanks
1 Like
Change the index.md
file in the content folder to _index.md
.
2 Likes
omg that works . TYSM
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.