mirror of
https://github.com/loikein/hugo-tufte.git
synced 2025-06-20 00:52:17 +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"
|
name = "Tufte"
|
||||||
license = "MIT"
|
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."
|
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/"
|
demo = "https://slashformotion.github.io/hugo-tufte/"
|
||||||
tags = ["blog", "tufte", "minimal", 'light', "personal"]
|
tags = ["blog", "tufte", "minimal", 'light', "personal"]
|
||||||
features = ["math", "tufte-css", "tufte"]
|
features = ["math", "tufte-css", "tufte"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue