Make the whole site a module so it can accommodate the theme modules
This commit is contained in:
parent
bac1ff6ea9
commit
00d6181bd8
2 changed files with 16 additions and 0 deletions
8
config/_default/module.yaml
Normal file
8
config/_default/module.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
hugoVersion:
|
||||
extended: false
|
||||
min: "0.116.0"
|
||||
replacements: >-
|
||||
github.com/erynofwales/hugo-theme-termlite/v2 -> termlite,
|
||||
github.com/erynofwales/hugo-resource-builders/v2 -> resourceBuilders
|
||||
imports:
|
||||
- path: github.com/erynofwales/hugo-theme-termlite/v2
|
8
go.mod
Normal file
8
go.mod
Normal file
|
@ -0,0 +1,8 @@
|
|||
module github.com/erynofwales/erynwells.me/v2
|
||||
|
||||
go 1.22.5
|
||||
|
||||
require (
|
||||
github.com/erynofwales/hugo-resource-builders/v2 v2.0.0-20240807181356-8ae8136b8a70 // indirect
|
||||
github.com/erynofwales/hugo-theme-termlite/v2 v2.0.0-20240807183649-c348571be6af // indirect
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue