Add supporting themes required for Lotusdocs
This commit is contained in:
9
themes/hugo-mod-bootstrap-scss/exampleSite/go.mod
Normal file
9
themes/hugo-mod-bootstrap-scss/exampleSite/go.mod
Normal file
@@ -0,0 +1,9 @@
|
||||
module github.com/gohugoio/hugo-mod-bootstrap-scss/exampleSite/v5
|
||||
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.90100.90300 // indirect
|
||||
)
|
||||
|
||||
replace github.com/gohugoio/hugo-mod-bootstrap-scss/v5 => ../
|
||||
Reference in New Issue
Block a user