diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..b905c92 --- /dev/null +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..997dd7a --- /dev/null +++ b/go.sum @@ -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= diff --git a/hugo.yaml b/hugo.yaml index fa5818b..6cb4100 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,3 +1,15 @@ baseURL: https://example.org/ languageCode: en-us title: My New Hugo Site + +module: + imports: + - path: git.christian-wolf.click/tsc-vfl/gallery + +disableKinds: + - taxonomy + +outputs: + section: + - html + - json