Hugo compilation stage stuck in "Start building sites ..."
Possible cause Lock file not released This is one of the situations I encountered, during Hugo Server continuous running, if you change Hugo project configuration file (config.yaml, config.toml, etc.), and then attempt to run Hugo after that, Hugo will keep waiting for Hugo Server releasing the .hugo_build.lock file before the compile phase, causing it to get stuck. The solution Interrupt the Hugo Server process; If the .hugo_build.lock file still exists, delete it manually.
2024-06-20
1 min read
Newer Version Than 0.122.0 Hugo Breaks Eureka Theme
Reference to the Github issue, if you meet error log like the one below:
2024-06-16
1 min read