diff --git a/config/_default/hugo.yaml b/config/_default/hugo.yaml index 9c75eb9d8..734491e6d 100644 --- a/config/_default/hugo.yaml +++ b/config/_default/hugo.yaml @@ -5,7 +5,7 @@ title: Rhize documentation module: imports: - - path: github.com/imfing/hextra + - path: github.com/MattDodsonEnglish/hextra menu: diff --git a/content/versions/_index.md b/content/versions/_index.md index c2c88b4ec..ca48ac3f2 100644 --- a/content/versions/_index.md +++ b/content/versions/_index.md @@ -1,12 +1,13 @@ --- Title: Documentation archive description: An archive of documentation for old Rhize versions. - cascade: - draft: true - type: versions noindex: true + draft: false + type: versions excludeSearch: true sidebar: exclude: true --- + +{{< card-list >}} diff --git a/go.mod b/go.mod index 672362a92..8e51edf74 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ -module github.com/imfing/hextra-starter-template +module github.com/libremfg/rhize-docs -go 1.21 +go 1.24.2 -require github.com/imfing/hextra v0.9.7 // indirect +require github.com/MattDodsonEnglish/hextra v0.0.0-20250421135542-157012b6f9d0 // indirect diff --git a/go.sum b/go.sum index 8501da6f6..16a1c3f49 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/imfing/hextra v0.9.7 h1:Zg5n24us36Bn/S/5mEUPkRW6uwE6vHHEqWSgN0bPXaM= -github.com/imfing/hextra v0.9.7/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= +github.com/MattDodsonEnglish/hextra v0.0.0-20250421135542-157012b6f9d0 h1:1N87nhd3Ld4Z1XUYi4z7WjEKxxb75zRi5Fp9Cp1t1Zo= +github.com/MattDodsonEnglish/hextra v0.0.0-20250421135542-157012b6f9d0/go.mod h1:rYIlki3j2YkAXr8G9j6eeJf8eHfzMFCDrlbZWbB4E7s=