npx claudepluginhub therealbill/mynet --plugin hugo-repoStart hugo server with appropriate flags for the current project.
Verify Hugo is installed:
hugo version
If not installed, suggest installation method for the current platform.
Resolve Hugo modules if go.mod exists:
hugo mod get
Start the server:
hugo server --buildDrafts --navigateToChanged
Report the local URL (typically http://localhost:1313/) and any warnings.
/hugo-serve [flags]
| Flag | Purpose |
|---|---|
--buildDrafts | Include draft content (default: on) |
--navigateToChanged | Browser navigates to changed page |
--disableFastRender | Full rebuild on every change (use if seeing stale content) |
--port 1314 | Use a different port |
If the server fails to start:
hugo.toml exists and is validgo.mod exists (hugo mod init)hugo mod get--port to change)