Hugo crashes on white screen on any page

Hello everyone, Hugo lovers. I have a problem. Hugo gives a white screen on every page. Where am I doing something wrong? GitHub - Sxinar/sxinar.github.io https://sxinar.github.io

What makes you think that “Hugo crashes”? When you see a “white screen”, you might want to check what is in this HTML, using the developer tools of your browser.

Also, you have a baseof.html in your _defaults directory that is utterly bogus. That will be loaded by Hugo before the baseof.html of your theme. See Template lookup order | Hugo

I suggest removing that as well as the head.html in your layouts directory and see what that gets you.

2 Likes

to override/change the theme layouts it might be a good idea to check out the Theme documentation.

especially the FAQ: