feat: Ability to use as a Hugo module

main
earnest ma 2021-11-29 22:38:32 -05:00
parent 283423748c
commit 34fe1f72d0
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
2 changed files with 7 additions and 0 deletions

4
config.toml Normal file
View File

@ -0,0 +1,4 @@
[module.hugoVersion]
extended = true
min = '0.80.0'
# max = ''

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.sr.ht/~earnestma/nwt
go 1.16