Skip to content

Commit 9e83f63

Browse files
committed
Moved to Hugo modules
1 parent e15b931 commit 9e83f63

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ defaultContentLanguageInSubdir: false
66
enableMissingTranslationPlaceholders: true
77
enableRobotsTXT: true
88
theme:
9-
- docsy
9+
- github.com/google/docsy
10+
- github.com/google/docsy/dependencies
1011
enableGitInfo: true
1112
taxonomies:
1213
tag: tags

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/splunk/observability-workshop
2+
3+
go 1.19
4+
5+
require github.com/google/docsy v0.6.0 // indirect

go.sum

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
2+
github.com/google/docsy v0.6.0 h1:43bVF18t2JihAamelQjjGzx1vO2ljCilVrBgetCA8oI=
3+
github.com/google/docsy v0.6.0/go.mod h1:VKKLqD8PQ7AglJc98yBorATfW7GrNVsn0kGXVYF6G+M=
4+
github.com/google/docsy/dependencies v0.6.0/go.mod h1:EDGc2znMbGUw0RW5kWwy2oGgLt0iVXBmoq4UOqstuNE=
5+
github.com/twbs/bootstrap v4.6.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

0 commit comments

Comments
 (0)