We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c23ee commit 8cf2bb7Copy full SHA for 8cf2bb7
README.md
@@ -22,15 +22,17 @@ For local development and testing, use the following commands:
22
23
```shell
24
# Run the Hugo server with live reloading
25
-hugo server --disableFastRender -Ds ./docs
+hugo server --disableFastRender -Ds docs
26
27
# Generate static site
28
hugo -s ./docs
29
30
# If you need to manually update modules for local testing
31
hugo mod clean --all
32
hugo mod get -u ./...
33
+hugo mod tidy -s claude
34
hugo mod tidy -s docs
35
+hugo mod tidy -s k3s-cluster
36
37
# For Hextra main branch update (local testing only)
38
hugo mod get -u github.com/imfing/hextra@main
0 commit comments