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.