Skip to content

Commit

Permalink
Update hugoblox.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arafanning authored Jun 16, 2024
1 parent 0535cf9 commit 4cb243d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions hugoblox.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
build:
hugo_version: '0.126.3'

module:
imports:
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5
and this in your go.mod:

module github.com/wowchemy/starter-hugo-academic

go 1.19

require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20240513194541-c2e9a799f797
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.3-0.20240513194541-c2e9a799f797
github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.8-0.20240513194541-c2e9a799f797
)

0 comments on commit 4cb243d

Please sign in to comment.