add go.mod back

This commit is contained in:
loikein 2023-05-01 17:31:22 +01:00
parent f82e92459e
commit 8d691856e3
2 changed files with 5 additions and 2 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module github.com/loikein/hugo-tufte
go 1.17

View file

@ -1,8 +1,8 @@
name = "Tufte"
license = "MIT"
licenselink = "https://github.com/slashformotion/hugo-tufte/blob/master/LICENSE.md"
licenselink = "https://github.com/loikein/hugo-tufte/blob/main/LICENSE.md"
description = "A minimalist blog theme using Tufte-css."
homepage = "https://github.com/slashformotion/hugo-tufte"
homepage = "https://github.com/loikein/hugo-tufte"
demo = "https://slashformotion.github.io/hugo-tufte/"
tags = ["blog", "tufte", "minimal", 'light', "personal"]
features = ["math", "tufte-css", "tufte"]