Netlify config

This commit is contained in:
Zachary Betz 2019-02-12 20:22:28 -06:00
parent f0179670ed
commit 87825d8234
2 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,7 @@
# Cupper # Cupper
[![Netlify Status](https://api.netlify.com/api/v1/badges/bc8c4e51-37ee-419d-ad4f-b378010ee546/deploy-status)](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. An accessibility-friendly Hugo theme, ported from the original [Cupper](https://github.com/ThePacielloGroup/cupper) project.
## Table of contents ## Table of contents
@ -8,9 +10,7 @@ TODO
## Demo ## Demo
Dev demo, immediate updates: TODO Dev demo: https://cupper-hugo-theme.netlify.com/
Hugo Themes demo, weekly-ish updates: TODO
## Installation ## Installation

8
netlify.toml Normal file
View File

@ -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/"