-
-
Notifications
You must be signed in to change notification settings - Fork 193
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 Signed-off-by: Dave Henderson <[email protected]>
- Loading branch information
1 parent
e0a6e4f
commit 61594dc
Showing
7 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
docs/static/css/theme-gomplate-dark.css → docs/assets/css/theme-gomplate-dark.css
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import "chroma-gomplate-dark.css"; | ||
--CODE-theme: gomplate-dark; | ||
|
||
/* my-custom-variant */ | ||
:root { | ||
|
2 changes: 1 addition & 1 deletion
2
docs/static/css/theme-gomplate-light.css → docs/assets/css/theme-gomplate-light.css
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
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,7 @@ | ||
[build] | ||
command = "make gen-docs" | ||
publish = "docs/public/" | ||
|
||
[build.environment] | ||
HUGO_VERSION = "0.128.0" | ||
NODE_VERSION = "20" |