Add Lotusdocs theme
This commit is contained in:
10
themes/lotusdocs/exampleSite/go.mod
Normal file
10
themes/lotusdocs/exampleSite/go.mod
Normal file
@@ -0,0 +1,10 @@
|
||||
module github.com/colinwilson/lotusdocs/exampleSite
|
||||
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/colinwilson/lotusdocs v0.0.0-20230915145608-8bab2d130c1e // indirect
|
||||
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 // indirect
|
||||
)
|
||||
|
||||
replace github.com/colinwilson/lotusdocs => ../
|
||||
Reference in New Issue
Block a user