From 347e6120929d95ca6e0a170454ae5590e9ba9b59 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Mon, 21 Oct 2024 13:00:16 +0200 Subject: [PATCH] Create Hugo module --- go.mod | 3 +++ theme.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..2f5e1eb --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.christian-wolf.click/tsc-vfl/gallery + +go 1.22.5 diff --git a/theme.toml b/theme.toml index 3ba3164..41eaacf 100644 --- a/theme.toml +++ b/theme.toml @@ -1,10 +1,10 @@ -name = 'Theme name' +name = 'gallery' license = 'MIT' licenselink = 'https://github.com/owner/repo/LICENSE' description = 'Theme description' # The home page of the theme, where the source can be found -homepage = 'https://github.com/owner/repo' +homepage = 'https://git.christian-wolf.click/tsc-vfl/gallery' # If you have a running demo of the theme demosite = 'https://owner.github.io/repo'