@@ -1,5 +1,7 @@
# Cupper
+[](https://app.netlify.com/sites/cupper-hugo-theme/deploys)
+
An accessibility-friendly Hugo theme, ported from the original [Cupper](https://github.com/ThePacielloGroup/cupper) project.
## Table of contents
@@ -8,9 +10,7 @@ TODO
## Demo
-Dev demo, immediate updates: TODO
-
-Hugo Themes demo, weekly-ish updates: TODO
+Dev demo: https://cupper-hugo-theme.netlify.com/
## Installation
@@ -0,0 +1,8 @@
+[build]
+ publish = "exampleSite/public"
+ command = "cd exampleSite && hugo --gc --themesDir ../.."
+[build.environment]
+ HUGO_VERSION = "0.54.0"
+ HUGO_THEME = "repo"
+ HUGO_BASEURL = "https://cupper-hugo-theme.netlify.com/"