From 8133217ac5fd233b808850877e73bbfe08df40b4 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Wed, 8 Jan 2025 12:11:09 +0100 Subject: [PATCH] Insert hugo go module --- go.mod | 5 +++++ go.sum | 2 ++ hugo.yaml | 12 ++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 go.mod create mode 100644 go.sum 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