Single page rendering issues(beautifulhugo theme)

Hi Guys,

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)

I have the source here - https://github.com/smasetty/hugo-blog hosted here

Thanks a lot for the help!!

Sharat

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 :frowning: the problem is resolved now :slightly_smiling_face:

Also I learned that Chrome refresh gets pages from the caches, I had to empty the caches to retrieve the latest source from GH.

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