Create Hugo module

This commit is contained in:
Christian Wolf 2024-10-21 13:00:16 +02:00
parent eb6c0aaac5
commit 347e612092
2 changed files with 5 additions and 2 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.christian-wolf.click/tsc-vfl/gallery
go 1.22.5

View File

@ -1,10 +1,10 @@
name = 'Theme name' name = 'gallery'
license = 'MIT' license = 'MIT'
licenselink = 'https://github.com/owner/repo/LICENSE' licenselink = 'https://github.com/owner/repo/LICENSE'
description = 'Theme description' description = 'Theme description'
# The home page of the theme, where the source can be found # 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 # If you have a running demo of the theme
demosite = 'https://owner.github.io/repo' demosite = 'https://owner.github.io/repo'