1
0
Fork 0
forked from mirrors/hugo-tufte

Initial commit.

This commit is contained in:
Shawn O'Hare 2015-12-29 18:35:20 -08:00
commit b3a2e36507
50 changed files with 2152 additions and 0 deletions

12
theme.toml Normal file
View file

@ -0,0 +1,12 @@
name = "Tufte"
license = "MIT"
licenselink = "https://github.com/shawnohare/hugo-tufte/blob/master/LICENSE.md"
description = "A minimalist blog theme using Tufte-css."
homepage = "http://github.com/shawnohare/hugo-tufte"
tags = ["blog", "tufte", "minimal"]
features = ["math", "tufte-css"]
min_version = 0.15
[author]
name = "Shawn O'Hare"
homepage = "https://shawnohare.com"