I am trying to setting up a hugo blog based on beautiful hugo theme and I have it hosted on github. https://smasetty.github.io/ but for some reason when I click on a post link the render is messed up. can you please let me know what I may have been missing? When I try it out locally things work very fine (hugo server -D)
the browser debugger was helpful in fixing this issue for me. The index.html was not able to locate the css and js resources and the root cause of the problem was the baseURL was missing the https:// prefix the problem is resolved now
Also I learned that Chrome refresh gets pages from the caches, I had to empty the caches to retrieve the latest source from GH.