« Home

Problem solved: Hugo did not update content on linux

Recently I was faced with a weird hugo behaviour on linux - it didn’t update the content of the site after running the dev server.

First thing that I tried is to run hugo with disabled “Fast Render Mode”:

hugo server --disableFastRender

And it didn’t help.

Solution: Reboot linux. I can’t find the link right now, but I found this answer somewhere on the internet. Turned out, it’s all because of suspend in linux - somehow the fact that I wasn’t shutting down a system relates to this issue.