-
-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(fix): Update docs configs to work with the latest hugo theme ver…
…sion (#2155) Signed-off-by: Dave Henderson <[email protected]>
- Loading branch information
1 parent
e0a6e4f
commit 17eb360
Showing
6 changed files
with
33 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
module github.com/hairyhenderson/gomplate/docs | ||
|
||
go 1.22.4 | ||
|
||
require github.com/McShelby/hugo-theme-relearn v0.0.0-20231029175538-7ae1435626d7 // 0.53.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
github.com/McShelby/hugo-theme-relearn v0.0.0-20231029175538-7ae1435626d7 h1:dQ2UVtAGY3OFJnDN02uac5bjpczbgJcmhXnHv0QifG0= | ||
github.com/McShelby/hugo-theme-relearn v0.0.0-20231029175538-7ae1435626d7/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM= | ||
github.com/McShelby/hugo-theme-relearn v0.0.0-20240217004058-fe7f9a8764e3 h1:fpEagigEo9/AvC+90KuNMaF8Z8+Lg2rnEK6K7Ee/2WU= | ||
github.com/McShelby/hugo-theme-relearn v0.0.0-20240217004058-fe7f9a8764e3/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM= | ||
github.com/McShelby/hugo-theme-relearn v0.0.0-20240407214931-4391760c8bc1 h1:/SWuiqok8gDIkmBizkUBp6c3Y87JocRaukkzSUEDu+8= | ||
github.com/McShelby/hugo-theme-relearn v0.0.0-20240407214931-4391760c8bc1/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[build] | ||
command = "make gen-docs" | ||
publish = "docs/public/" | ||
|
||
[build.environment] | ||
HUGO_VERSION = "0.128.0" | ||
NODE_VERSION = "20" | ||
GO_VERSION = "1.22.4" |