Browse Source

Doc updates

Zachary Betz 6 years ago
parent
commit
0d0e73dd2f
2 changed files with 7 additions and 10 deletions
  1. 6 10
      README.md
  2. 1 0
      exampleSite/config.toml

+ 6 - 10
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
+## Favicons
 
-TODO link post
+TODO link RealFaviconGenerator and give steps
 
-## Features supported from the original Cupper
+## Shortcodes
 
 TODO list em 
 
-## Favicons
-
-TODO link RealFaviconGenerator and give steps
-
 ## Credits
 
 Thank you to:

+ 1 - 0
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"