I have been using Hugo for around 1,5 year now.
Today, I did two large commits and although they were uploaded normally, they did not appear on my site but rather a white page appeared with my name.
I tried renaming the directories and pushed again, and was met with the same issue (maybe I should have waited for github to render the site).
I then tried to revert back to a previous version of my site, but then started the push commits to fail. Now, I only see a failed push on my actions page with an exit code 1. The site runs perfectly on localhost though.
I tried using webtools to see if there is any error but nothing. I tried a bunch of git shenanigans but nothing worked. I am out of ideas and it is a pretty big blog to rebuild it from scratch.
I see, thank you very much!
Now that the commits worked, I only see my name again on the page, even though I was not met with any errors. Should I wait for github to render the page or is there any issue still?
Only question I have left is that, for some reason css got messed up. For example the backtick code blocks (code) do not work properly. You can see examples of it in the following two posts:
Yes I also checked that, and I as well have no clue why this happened. And the strangest thing is that some text inside the backticks (```) appear either extremely large or extremely small (as seen in the links I attached). So I am kinda lost on that matter myself.
Also, if it is of any help, the .toml file can be found in the blob/main/hugo.toml (writing the url like this because the forum does not allow new users paste moer than 2 links)
Edit: It worked! Thanks you hugo wizards for your help! Wish I could buy you a coffee.
Last question, for custom css, in which file should I append my code? I tried in the past but had no luck finding the correct file and ended up placing the custom css in each .md file separately.