Skip to content

Commit 8cf2bb7

Browse files
committed
docs: hugo tidy
1 parent e3c23ee commit 8cf2bb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,17 @@ For local development and testing, use the following commands:
2222

2323
```shell
2424
# Run the Hugo server with live reloading
25-
hugo server --disableFastRender -Ds ./docs
25+
hugo server --disableFastRender -Ds docs
2626

2727
# Generate static site
2828
hugo -s ./docs
2929

3030
# If you need to manually update modules for local testing
3131
hugo mod clean --all
3232
hugo mod get -u ./...
33+
hugo mod tidy -s claude
3334
hugo mod tidy -s docs
35+
hugo mod tidy -s k3s-cluster
3436

3537
# For Hextra main branch update (local testing only)
3638
hugo mod get -u github.com/imfing/hextra@main

0 commit comments

Comments
 (0)