Failing to render site content

I’ve modified the risotto theme but I can’t get Hugo to properly render my .md content.

Repo: GitHub - dpcamargo/dpcamargo.github.io: Dario Camargo Data Scientist

I’ve tried several flags such as -D -E -F --gc --disableCache --cleanDestinationDir, building with hugo and hugo server, but I can’t get it to render about and my til page.

When running with hugo server, if I make a change to about.md, then it gets rendered. Same if I change something from inside content/til.

I’ve also tried to put about as /content/about.md with same results.

mv content/index.md content/_index.md
1 Like

That worked. Thank you very much.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.