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'