diff --git a/README.md b/README.md index 16737a0..763cd69 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ For local development and testing, use the following commands: ```shell # Run the Hugo server with live reloading -hugo server --disableFastRender -Ds ./docs +hugo server --disableFastRender -Ds docs # Generate static site hugo -s ./docs @@ -30,7 +30,9 @@ hugo -s ./docs # If you need to manually update modules for local testing hugo mod clean --all hugo mod get -u ./... +hugo mod tidy -s claude hugo mod tidy -s docs +hugo mod tidy -s k3s-cluster # For Hextra main branch update (local testing only) hugo mod get -u github.com/imfing/hextra@main diff --git a/claude/go.mod b/claude/go.mod index 1438c04..d50a731 100644 --- a/claude/go.mod +++ b/claude/go.mod @@ -3,6 +3,6 @@ module github.com/axivo/website/claude go 1.25 require ( - github.com/axivo/website/global v1.0.4 // indirect + github.com/axivo/website/global v1.0.5 // indirect github.com/imfing/hextra v0.11.1 // indirect ) diff --git a/claude/go.sum b/claude/go.sum index 2dc7a2d..6c22287 100644 --- a/claude/go.sum +++ b/claude/go.sum @@ -1,4 +1,4 @@ -github.com/axivo/website/global v1.0.4 h1:L1xjtlid2sCQKgRi32Crx5rsl9x3iqjLd6zXgiCd/Ag= -github.com/axivo/website/global v1.0.4/go.mod h1:a/BSXKI9qEZ7PwHQJNyNZjqnT6iKwHD+YJg5UzwlVA8= +github.com/axivo/website/global v1.0.5 h1:daJ06nLXU+HZt25Utnn0ZJ0wpMcqEy69idRbP/qdNYs= +github.com/axivo/website/global v1.0.5/go.mod h1:a/BSXKI9qEZ7PwHQJNyNZjqnT6iKwHD+YJg5UzwlVA8= github.com/imfing/hextra v0.11.1 h1:8pTc4ReYbzGTHAnyiebmlT3ijFfIXiGu1r7tM/UGjFI= github.com/imfing/hextra v0.11.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= diff --git a/docs/go.mod b/docs/go.mod index 0f174e9..4b10008 100644 --- a/docs/go.mod +++ b/docs/go.mod @@ -3,6 +3,6 @@ module github.com/axivo/website/docs go 1.25 require ( - github.com/axivo/website/global v1.0.4 // indirect + github.com/axivo/website/global v1.0.5 // indirect github.com/imfing/hextra v0.11.1 // indirect ) diff --git a/docs/go.sum b/docs/go.sum index 2dc7a2d..6c22287 100644 --- a/docs/go.sum +++ b/docs/go.sum @@ -1,4 +1,4 @@ -github.com/axivo/website/global v1.0.4 h1:L1xjtlid2sCQKgRi32Crx5rsl9x3iqjLd6zXgiCd/Ag= -github.com/axivo/website/global v1.0.4/go.mod h1:a/BSXKI9qEZ7PwHQJNyNZjqnT6iKwHD+YJg5UzwlVA8= +github.com/axivo/website/global v1.0.5 h1:daJ06nLXU+HZt25Utnn0ZJ0wpMcqEy69idRbP/qdNYs= +github.com/axivo/website/global v1.0.5/go.mod h1:a/BSXKI9qEZ7PwHQJNyNZjqnT6iKwHD+YJg5UzwlVA8= github.com/imfing/hextra v0.11.1 h1:8pTc4ReYbzGTHAnyiebmlT3ijFfIXiGu1r7tM/UGjFI= github.com/imfing/hextra v0.11.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= diff --git a/k3s-cluster/go.mod b/k3s-cluster/go.mod index 8176c7c..3078dd4 100644 --- a/k3s-cluster/go.mod +++ b/k3s-cluster/go.mod @@ -3,6 +3,6 @@ module github.com/axivo/website/k3s-cluster go 1.25 require ( - github.com/axivo/website/global v1.0.4 // indirect + github.com/axivo/website/global v1.0.5 // indirect github.com/imfing/hextra v0.11.1 // indirect ) diff --git a/k3s-cluster/go.sum b/k3s-cluster/go.sum index 2dc7a2d..6c22287 100644 --- a/k3s-cluster/go.sum +++ b/k3s-cluster/go.sum @@ -1,4 +1,4 @@ -github.com/axivo/website/global v1.0.4 h1:L1xjtlid2sCQKgRi32Crx5rsl9x3iqjLd6zXgiCd/Ag= -github.com/axivo/website/global v1.0.4/go.mod h1:a/BSXKI9qEZ7PwHQJNyNZjqnT6iKwHD+YJg5UzwlVA8= +github.com/axivo/website/global v1.0.5 h1:daJ06nLXU+HZt25Utnn0ZJ0wpMcqEy69idRbP/qdNYs= +github.com/axivo/website/global v1.0.5/go.mod h1:a/BSXKI9qEZ7PwHQJNyNZjqnT6iKwHD+YJg5UzwlVA8= github.com/imfing/hextra v0.11.1 h1:8pTc4ReYbzGTHAnyiebmlT3ijFfIXiGu1r7tM/UGjFI= github.com/imfing/hextra v0.11.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=