From dc06f040ecb278a2285e4ddcbf9ceba533357ee6 Mon Sep 17 00:00:00 2001 From: Zachary Betz Date: Mon, 4 Feb 2019 14:55:40 -0600 Subject: [PATCH] Add theme.toml. Readme updates --- README.md | 4 ++-- theme.toml | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 theme.toml diff --git a/README.md b/README.md index 1dcc48e..8e74c56 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Cupper Hugo Theme +# Cupper 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 -TODO +TODO link post ## Features supported from the original Cupper diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..f4fb4e8 --- /dev/null +++ b/theme.toml @@ -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" \ No newline at end of file