Skip to content

Commit

Permalink
modified: config/_default/module.yaml
Browse files Browse the repository at this point in the history
	modified:   go.mod
  • Loading branch information
dunxuan committed Dec 6, 2023
1 parent f8c9568 commit 8c6285a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions config/_default/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
############################

imports:
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind
# - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-seo
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/HugoBlox/hugo-blox-builder/starters/blog
go 1.20

require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify main
<!-- github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify main -->
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind main
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo main
)

0 comments on commit 8c6285a

Please sign in to comment.