Add theme.toml. Readme updates

This commit is contained in:
Zachary Betz 2019-02-04 14:55:40 -06:00
parent 13fee6dcdf
commit dc06f040ec
2 changed files with 19 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Cupper Hugo Theme # Cupper
An accessibility-friendly Hugo theme, ported from the original [Cupper](https://github.com/ThePacielloGroup/cupper) project. An accessibility-friendly Hugo theme, ported from the original [Cupper](https://github.com/ThePacielloGroup/cupper) project.
@ -42,7 +42,7 @@ Copy the `config.toml` or `config.yaml` TODO from the `exampleSite` TODO, then e
## Typography ## Typography
TODO TODO link post
## Features supported from the original Cupper ## Features supported from the original Cupper

17
theme.toml Normal file
View File

@ -0,0 +1,17 @@
name = "Cupper"
license = "MIT"
licenselink = "https://github.com/zwbetz-gh/cupper-hugo-theme/blob/master/LICENSE"
description = "An accessibility-friendly Hugo theme, ported from the original Cupper project."
homepage = "https://github.com/zwbetz-gh/cupper-hugo-theme"
tags = ["accessible", "blog", "documentation"]
features = ["accessible", "blog", "documentation"]
min_version = "0.48"
[author]
name = "Zachary Betz"
homepage = "https://zwbetz.com/"
[original]
name = "Cupper"
homepage = "https://thepaciellogroup.github.io/cupper/"
repo = "https://github.com/ThePacielloGroup/cupper"