Skip to content

Commit

Permalink
Merge pull request #75 from axivo/fix/global-module
Browse files Browse the repository at this point in the history
Use global module into deployments
  • Loading branch information
fmunteanu authored May 24, 2024
2 parents 653151c + 2e2803b commit 5eb5790
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 96 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
"labels": [
"dependency"
],
"packageRules": [
{
"matchManagers": [
"gomod"
],
"rangeStrategy": "bump"
}
],
"prConcurrentLimit": 0,
"prHourlyLimit": 0
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Run the following commands:

```shell
cd docs
hugo mod get -u github.com/axivo/website/global
hugo mod get -u github.com/imfing/hextra
hugo mod tidy
```
Expand Down
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.22.2

require (
github.com/axivo/website v1.0.0 // indirect
github.com/axivo/website/global v1.0.0 // indirect
github.com/imfing/hextra v0.7.4-0.20240523223646-d43ac6649463 // 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 v1.0.0 h1:C3tx149OySXr6mHHWjRx4KWO1bT6LrZoVZWhNDFcEZQ=
github.com/axivo/website v1.0.0/go.mod h1:tUp5FY/r8/tL91THo8GpR8ivTWcOLFTX+6YaBQcevDE=
github.com/axivo/website/global v1.0.0 h1:bj9/nm3JDNhEnVPmxrtEnIML0jcF8CLSYRoUOozHyMo=
github.com/axivo/website/global v1.0.0/go.mod h1:ZKVkalB26nUsvakWnA861I8MOZNiXK2DKnoBCPTqjT8=
github.com/imfing/hextra v0.7.4-0.20240523223646-d43ac6649463 h1:WgEAxVSM3LdxO6xA6/LcWGTy+apHbIZk2paVJLe1l3c=
github.com/imfing/hextra v0.7.4-0.20240523223646-d43ac6649463/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
2 changes: 1 addition & 1 deletion docs/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module:
extended: true
min: 0.125.0
imports:
- path: github.com/axivo/website
- path: github.com/axivo/website/global
- path: github.com/imfing/hextra
params:
description: Imagine. Create.
Expand Down
3 changes: 0 additions & 3 deletions go.mod

This file was deleted.

63 changes: 0 additions & 63 deletions hugo.yaml

This file was deleted.

1 change: 0 additions & 1 deletion i18n/en.yaml

This file was deleted.

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.22.2

require (
github.com/axivo/website v1.0.0 // indirect
github.com/axivo/website/global v1.0.0 // indirect
github.com/imfing/hextra v0.7.4-0.20240523223646-d43ac6649463 // 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 v1.0.0 h1:C3tx149OySXr6mHHWjRx4KWO1bT6LrZoVZWhNDFcEZQ=
github.com/axivo/website v1.0.0/go.mod h1:tUp5FY/r8/tL91THo8GpR8ivTWcOLFTX+6YaBQcevDE=
github.com/axivo/website/global v1.0.0 h1:bj9/nm3JDNhEnVPmxrtEnIML0jcF8CLSYRoUOozHyMo=
github.com/axivo/website/global v1.0.0/go.mod h1:ZKVkalB26nUsvakWnA861I8MOZNiXK2DKnoBCPTqjT8=
github.com/imfing/hextra v0.7.4-0.20240523223646-d43ac6649463 h1:WgEAxVSM3LdxO6xA6/LcWGTy+apHbIZk2paVJLe1l3c=
github.com/imfing/hextra v0.7.4-0.20240523223646-d43ac6649463/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
2 changes: 1 addition & 1 deletion k3s-cluster/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module:
extended: true
min: 0.125.0
imports:
- path: github.com/axivo/website
- path: github.com/axivo/website/global
- path: github.com/imfing/hextra
params:
description: High Availability K3s cluster deployed with Ansible
Expand Down
6 changes: 0 additions & 6 deletions layouts/partials/custom/head-end.html

This file was deleted.

10 changes: 0 additions & 10 deletions layouts/shortcodes/hextra/hero-section.html

This file was deleted.

5 changes: 0 additions & 5 deletions layouts/shortcodes/steps.html

This file was deleted.

0 comments on commit 5eb5790

Please sign in to comment.