mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-12 06:03:45 -04:00
16 lines
328 B
Plaintext
16 lines
328 B
Plaintext
! hugo
|
|
stderr 'checksum mismatch'
|
|
|
|
-- hugo.toml --
|
|
baseURL = "https://example.org"
|
|
[[module.imports]]
|
|
path = "github.com/bep/hugo-mod-nop"
|
|
version = "v1.0.0"
|
|
-- layouts/all.html --
|
|
All.
|
|
-- go.mod --
|
|
module foo
|
|
|
|
go 1.24.0
|
|
-- hugo.direct.sum --
|
|
github.com/bep/hugo-mod-nop v1.0.0 h1:NRDMRPCD+4dw5K8XvaZURvZJCfBMCifkRe6C6x6W4Ix= |