File tree Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 1- theme = " docuapi"
2- themesdir = " ../.."
31languageCode = " en-us"
42baseurl = " https://docuapi.netlify.com/"
53title = " DocuAPI Example Site"
@@ -25,8 +23,8 @@ defaultContentLanguage = "en"
2523[module ]
2624[module .hugoVersion ]
2725[[module .imports ]]
28- # We include the theme by "../.." above, but we need one module import for Hugo to detect us as a Hugo Module .
29- path =" github.com/bep/empty-hugo-module "
26+ # This is replaced in go.mod to point to the directory above .
27+ path =" github.com/bep/docuapi/v2 "
3028
3129[params ]
3230search = true
Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ module github.com/bep/docuapi/exampleSite
22
33go 1.16
44
5- require (
6- github.com/bep/empty-hugo-module v1.0.0 // indirect
7- github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3 v3.500.100 // indirect
8- github.com/olivernn/lunr.js v2.3.9+incompatible // indirect
9- github.com/slatedocs/slate v2.9.2+incompatible // indirect
10- )
5+ require github.com/bep/docuapi/v2 v2.0.4 // indirect
6+
7+ replace github.com/bep/docuapi/v2 => ../
Original file line number Diff line number Diff line change 1- github.com/bep/empty-hugo-module v1.0.0 h1:aYc9RWea644CdYjg9zCy8nkVF4KjC3fwhUTvvcXXg8s =
2- github.com/bep/empty-hugo-module v1.0.0 /go.mod h1:whohinbSjMoFi/Skivj9kvdPs1tEgzYpZ4rXoQk/0/I =
3- github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3 v3.401.201 h1:rIBco2i/51nTPbi7pHUvwBwznCddMOsp/9pR2veAPx8 =
4- github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3 v3.401.201 /go.mod h1:WWQxcmPs5Xy3xDgi29ipkmZT6NKVb3bsqyCDTY3eYYY =
1+ github.com/bep/docuapi/v2 v2.0.4 h1:TU6CzjdfiWI+D/d911r8ZQG7R8h64ayEaC6iWNbJ/NQ =
2+ github.com/bep/docuapi/v2 v2.0.4 /go.mod h1:hoeibCSjXWJ/fLOwPSo8WZbgl5EO3zQjS/nrAs2v2Ro =
53github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3 v3.500.100 h1:yIymGxglvwr9Guhk7cr9VoMQ3IgLLJ0E4PKcKCg+kJY =
64github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3 v3.500.100 /go.mod h1:WWQxcmPs5Xy3xDgi29ipkmZT6NKVb3bsqyCDTY3eYYY =
75github.com/olivernn/lunr.js v2.3.9+incompatible h1:eH8iBnjlR4mwlYDdNuqy9PCNLjp2bEs6aoNnTSaccx0 =
You can’t perform that action at this time.
0 commit comments