hugo-tufte/theme.toml

15 lines
538 B
TOML
Raw Normal View History

2015-12-30 03:35:20 +01:00
name = "Tufte"
license = "MIT"
2021-07-30 19:28:26 +02:00
licenselink = "https://github.com/slashformotion/hugo-tufte/blob/master/LICENSE.md"
2015-12-30 03:35:20 +01:00
description = "A minimalist blog theme using Tufte-css."
2021-07-30 19:28:26 +02:00
homepage = "http://github.com/slashformotion/hugo-tufte"
2021-07-29 09:07:58 +02:00
demo = "https://slashformotion.github.io/hugo-tufte/"
2015-12-30 03:35:20 +01:00
tags = ["blog", "tufte", "minimal"]
features = ["math", "tufte-css", "tufte"]
2021-07-28 10:33:10 +02:00
min_version = 0.84
2015-12-30 03:35:20 +01:00
authors = [
{name = "Shawn O'Hare", homepage = "http://www.shawnohare.com"},
2021-07-30 19:28:26 +02:00
{name = "Slashformotion", homepage = "https://github.com/slashformotion"}
]