mirror of
https://github.com/loikein/hugo-tufte.git
synced 2025-05-22 14:22:16 +02:00
add go.mod back
This commit is contained in:
parent
f82e92459e
commit
8d691856e3
2 changed files with 5 additions and 2 deletions
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module github.com/loikein/hugo-tufte
|
||||
|
||||
go 1.17
|
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue