Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,17 @@ 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

# 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
Expand Down
2 changes: 1 addition & 1 deletion claude/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
4 changes: 2 additions & 2 deletions claude/go.sum
Original file line number Diff line number Diff line change
@@ -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=
2 changes: 1 addition & 1 deletion docs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
4 changes: 2 additions & 2 deletions docs/go.sum
Original file line number Diff line number Diff line change
@@ -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=
2 changes: 1 addition & 1 deletion k3s-cluster/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
4 changes: 2 additions & 2 deletions k3s-cluster/go.sum
Original file line number Diff line number Diff line change
@@ -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=