Doc updates
This commit is contained in:
parent
4a3b86afb6
commit
0d0e73dd2f
18
README.md
18
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)
|
[![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
|
||||||
|
|
||||||
TODO
|
TODO generate
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
Dev demo: https://cupper-hugo-theme.netlify.com/
|
https://cupper-hugo-theme.netlify.com/
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -40,18 +40,14 @@ hugo server --themesDir ../..
|
||||||
|
|
||||||
Copy the `config.toml` or `config.yaml` TODO from the `exampleSite` TODO, then edit as desired.
|
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
|
## Favicons
|
||||||
|
|
||||||
TODO link RealFaviconGenerator and give steps
|
TODO link RealFaviconGenerator and give steps
|
||||||
|
|
||||||
|
## Shortcodes
|
||||||
|
|
||||||
|
TODO list em
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
Thank you to:
|
Thank you to:
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
baseURL = "https://example.com"
|
baseURL = "https://example.com"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
|
defaultContentLanguage = "en"
|
||||||
title = "Cupper"
|
title = "Cupper"
|
||||||
theme = "cupper-hugo-theme"
|
theme = "cupper-hugo-theme"
|
||||||
googleAnalytics = "UA-123456789-1"
|
googleAnalytics = "UA-123456789-1"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user