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"]