From 0d0e73dd2fda129c4d2d5ea3fde75895f6e5dec3 Mon Sep 17 00:00:00 2001 From: Zachary Betz Date: Tue, 12 Feb 2019 23:13:39 -0600 Subject: [PATCH] Doc updates --- README.md | 18 +++++++----------- exampleSite/config.toml | 1 + 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7dc53ac..89f8edd 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@ [![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 -TODO +TODO generate ## Demo -Dev demo: https://cupper-hugo-theme.netlify.com/ +https://cupper-hugo-theme.netlify.com/ ## Installation @@ -40,18 +40,14 @@ hugo server --themesDir ../.. Copy the `config.toml` or `config.yaml` TODO from the `exampleSite` TODO, then edit as desired. -## Typography - -TODO link post - -## Features supported from the original Cupper - -TODO list em - ## Favicons TODO link RealFaviconGenerator and give steps +## Shortcodes + +TODO list em + ## Credits Thank you to: diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7a052ff..0a0955d 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,5 +1,6 @@ baseURL = "https://example.com" languageCode = "en-us" +defaultContentLanguage = "en" title = "Cupper" theme = "cupper-hugo-theme" googleAnalytics = "UA-123456789-1"