forked from mirrors/hugo-tufte
02788d2fe5
* modify test CI * add test ci badge back * use newest hugo version for test ci * add netlify.toml * add netlify badge
14 lines
544 B
TOML
14 lines
544 B
TOML
name = "Tufte"
|
|
license = "MIT"
|
|
licenselink = "https://github.com/loikein/hugo-tufte/blob/main/LICENSE.md"
|
|
description = "A minimalist blog theme using Tufte-css."
|
|
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"]
|
|
min_version = 0.83
|
|
|
|
authors = [
|
|
{name = "Shawn O'Hare", homepage = "http://www.shawnohare.com"},
|
|
{name = "Slashformotion", homepage = "https://github.com/slashformotion"}
|
|
]
|