Insert hugo go module
This commit is contained in:
parent
c1bc3d77c7
commit
8133217ac5
5
go.mod
Normal file
5
go.mod
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
module git.christian-wolf.click/tsc-vfl/show2024-public
|
||||||
|
|
||||||
|
go 1.23.3
|
||||||
|
|
||||||
|
require git.christian-wolf.click/tsc-vfl/gallery v0.0.0-20241106102006-c16b3ab59fa5 // indirect
|
2
go.sum
Normal file
2
go.sum
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
git.christian-wolf.click/tsc-vfl/gallery v0.0.0-20241106102006-c16b3ab59fa5 h1:yWr1m1OX3z2TXfReWX27XKbfoQ6ZL8AMtZcCz39OmgQ=
|
||||||
|
git.christian-wolf.click/tsc-vfl/gallery v0.0.0-20241106102006-c16b3ab59fa5/go.mod h1:5OJOp6FSZzsWs+sYRM9hSZ4Bb320czr1ZDfTspTga64=
|
12
hugo.yaml
12
hugo.yaml
@ -1,3 +1,15 @@
|
|||||||
baseURL: https://example.org/
|
baseURL: https://example.org/
|
||||||
languageCode: en-us
|
languageCode: en-us
|
||||||
title: My New Hugo Site
|
title: My New Hugo Site
|
||||||
|
|
||||||
|
module:
|
||||||
|
imports:
|
||||||
|
- path: git.christian-wolf.click/tsc-vfl/gallery
|
||||||
|
|
||||||
|
disableKinds:
|
||||||
|
- taxonomy
|
||||||
|
|
||||||
|
outputs:
|
||||||
|
section:
|
||||||
|
- html
|
||||||
|
- json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user