1
0

Slow conversion to YAML format
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-04-29 20:24:16 +02:00
parent d1f2c084b1
commit 9fd1bc2bd7
11 changed files with 194 additions and 371 deletions

5
go.mod
View File

@ -2,4 +2,7 @@ module code.jcktrue.dk/jct/jcktrue.dk
go 1.15
require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210425191248-0afcc81296de // indirect
require (
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210425191248-0afcc81296de // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210425191248-0afcc81296de // indirect
)