From 8d691856e37ac5b92ee6910e27761ad9ff27c9b1 Mon Sep 17 00:00:00 2001 From: loikein <wanleiqiong@gmail.com> Date: Mon, 1 May 2023 17:31:22 +0100 Subject: [PATCH] add go.mod back --- 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..b35398f --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/loikein/hugo-tufte + +go 1.17 diff --git a/theme.toml b/theme.toml index f823287..df80aad 100644 --- a/theme.toml +++ b/theme.toml @@ -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"]