File tree Expand file tree Collapse file tree 7 files changed +12
-10
lines changed
Expand file tree Collapse file tree 7 files changed +12
-10
lines changed Original file line number Diff line number Diff 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
2828hugo -s ./docs
2929
3030# If you need to manually update modules for local testing
3131hugo mod clean --all
3232hugo mod get -u ./...
33+ hugo mod tidy -s claude
3334hugo mod tidy -s docs
35+ hugo mod tidy -s k3s-cluster
3436
3537# For Hextra main branch update (local testing only)
3638hugo mod get -u github.com/imfing/hextra@main
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module github.com/axivo/website/claude
33go 1.25
44
55require (
6- github.com/axivo/website/global v1.0.4 // indirect
6+ github.com/axivo/website/global v1.0.5 // indirect
77 github.com/imfing/hextra v0.11.1 // indirect
88)
Original file line number Diff line number Diff line change 1- github.com/axivo/website/global v1.0.4 h1:L1xjtlid2sCQKgRi32Crx5rsl9x3iqjLd6zXgiCd/Ag =
2- github.com/axivo/website/global v1.0.4 /go.mod h1:a/BSXKI9qEZ7PwHQJNyNZjqnT6iKwHD+YJg5UzwlVA8 =
1+ github.com/axivo/website/global v1.0.5 h1:daJ06nLXU+HZt25Utnn0ZJ0wpMcqEy69idRbP/qdNYs =
2+ github.com/axivo/website/global v1.0.5 /go.mod h1:a/BSXKI9qEZ7PwHQJNyNZjqnT6iKwHD+YJg5UzwlVA8 =
33github.com/imfing/hextra v0.11.1 h1:8pTc4ReYbzGTHAnyiebmlT3ijFfIXiGu1r7tM/UGjFI =
44github.com/imfing/hextra v0.11.1 /go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI =
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module github.com/axivo/website/docs
33go 1.25
44
55require (
6- github.com/axivo/website/global v1.0.4 // indirect
6+ github.com/axivo/website/global v1.0.5 // indirect
77 github.com/imfing/hextra v0.11.1 // indirect
88)
Original file line number Diff line number Diff line change 1- github.com/axivo/website/global v1.0.4 h1:L1xjtlid2sCQKgRi32Crx5rsl9x3iqjLd6zXgiCd/Ag =
2- github.com/axivo/website/global v1.0.4 /go.mod h1:a/BSXKI9qEZ7PwHQJNyNZjqnT6iKwHD+YJg5UzwlVA8 =
1+ github.com/axivo/website/global v1.0.5 h1:daJ06nLXU+HZt25Utnn0ZJ0wpMcqEy69idRbP/qdNYs =
2+ github.com/axivo/website/global v1.0.5 /go.mod h1:a/BSXKI9qEZ7PwHQJNyNZjqnT6iKwHD+YJg5UzwlVA8 =
33github.com/imfing/hextra v0.11.1 h1:8pTc4ReYbzGTHAnyiebmlT3ijFfIXiGu1r7tM/UGjFI =
44github.com/imfing/hextra v0.11.1 /go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI =
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module github.com/axivo/website/k3s-cluster
33go 1.25
44
55require (
6- github.com/axivo/website/global v1.0.4 // indirect
6+ github.com/axivo/website/global v1.0.5 // indirect
77 github.com/imfing/hextra v0.11.1 // indirect
88)
Original file line number Diff line number Diff line change 1- github.com/axivo/website/global v1.0.4 h1:L1xjtlid2sCQKgRi32Crx5rsl9x3iqjLd6zXgiCd/Ag =
2- github.com/axivo/website/global v1.0.4 /go.mod h1:a/BSXKI9qEZ7PwHQJNyNZjqnT6iKwHD+YJg5UzwlVA8 =
1+ github.com/axivo/website/global v1.0.5 h1:daJ06nLXU+HZt25Utnn0ZJ0wpMcqEy69idRbP/qdNYs =
2+ github.com/axivo/website/global v1.0.5 /go.mod h1:a/BSXKI9qEZ7PwHQJNyNZjqnT6iKwHD+YJg5UzwlVA8 =
33github.com/imfing/hextra v0.11.1 h1:8pTc4ReYbzGTHAnyiebmlT3ijFfIXiGu1r7tM/UGjFI =
44github.com/imfing/hextra v0.11.1 /go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI =
You can’t perform that action at this time.
0 commit comments