File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed
Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1- [submodule "themes/docsy "]
2- path = themes/docsy
3- url = https://github.com/google/docsy
41[submodule "content/en/docs "]
52 path = content/en/docs
63 url = https://github.com/cdevents/spec
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title = "CDEvents"
44enableRobotsTXT = true
55
66# Hugo allows theme composition (and inheritance). The precedence is from left to right.
7- theme = [" docsy" ]
7+ theme = [" github.com/google/ docsy" , " github.com/google/docsy/dependencies " ]
88
99# Will give values to .Lastmod etc.
1010enableGitInfo = true
Original file line number Diff line number Diff line change 1+ module github.com/cdevents/cdevents.dev
2+
3+ go 1.19
4+
5+ require github.com/google/docsy v0.5.1 // indirect
Original file line number Diff line number Diff line change 1+ github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f /go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo =
2+ github.com/google/docsy v0.5.1 h1:D/ZdFKiE29xM/gwPwQzmkyXhcbQGkReRS6aGrF7lnYk =
3+ github.com/google/docsy v0.5.1 /go.mod h1:maoUAQU5H/d+FrZIB4xg1EVWAx7RyFMGSDJyWghm31E =
4+ github.com/google/docsy/dependencies v0.5.1 /go.mod h1:EDGc2znMbGUw0RW5kWwy2oGgLt0iVXBmoq4UOqstuNE =
5+ github.com/twbs/bootstrap v4.6.2+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments