Friends, today I had a problem with Use hugo server --gc --disableFastRender --cleanDestinationDir --port 13130 --logLevel debug
.
After loading a few lines on the terminal page, it just keeps getting stuck there.
D:\Obsidian\Blog>hugo server --gc --disableFastRender --cleanDestinationDir
port 1313 already in use, attempting to use an available port
Watching for changes in D:\Obsidian\Blog\{archetypes,assets,content,data,i18n,layouts,static,themes}
Watching for config changes in D:\Obsidian\Blog\config.yaml, D:\Obsidian\Blog\themes\PaperMod\hugo.yaml
Start building sites …
hugo v0.134.1-2f89169baa87a9db47e288b60705f4e99e21a945+extended windows/amd64 BuildDate=2024-09-05T10:17:50Z VendorInfo=gohugoio
^C
D:\Obsidian\Blog>hugo server --gc --disableFastRender --cleanDestinationDir --port 13130 --logLevel debug
Watching for changes in D:\Obsidian\Blog\{archetypes,assets,content,data,i18n,layouts,static,themes}
Watching for config changes in D:\Obsidian\Blog\config.yaml, D:\Obsidian\Blog\themes\PaperMod\hugo.yaml
Start building sites …
hugo v0.134.1-2f89169baa87a9db47e288b60705f4e99e21a945+extended windows/amd64 BuildDate=2024-09-05T10:17:50Z VendorInfo=gohugoio
INFO static: removing all files from destination that don't exist in static dirs
INFO static: syncing static files to \ duration 311.2889ms
INFO build: step process substep collect files 44 files_total 44 pages_total 44 resources_total 0 duration 2.3451ms
INFO build: step process duration 5.0888ms
INFO build: step assemble duration 2.578ms
There were no errors reported, I didn’t know what was wrong!
Later, friends I found, I can run at first, I put an article just from draft mode set to can draft:false
, then I found stuck, I should go back and can again, may I ask why this problem occurs?