Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7f92146..1783134 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Color Your World
-[Live demo (on Netlify)](https://color-your-world-demo.netlify.app/)
+[Live demo (on Netlify)](https://color-your-world-demo.netlify.app/) | [Demo (on Hugo Themes)](https://themes.gohugo.io/theme/hugo-theme-color-your-world/)
**Color Your World** is a [Hugo](https://gohugo.io) theme developed around a single experiment that led me to this:
@@ -72,7 +72,7 @@ You can change the default mode and accent colors in the config:
darkAccent = "#dd587c" # Default is "#dd587c"
# More colors, pick as many as you want (not really sure if there's a limit)
- # Apparently these may not show up on every modern browser (ie. Firefox)
+ # Apparently these may not show up on every modern browser (ie.: Firefox)
# There's no default value. Used here just as example
presets = [ "#1f676b", "#f3a530", "#902b37", "#1dbc91", "#754e85", "#7fc121", "#a8314a", "#ff7433", "#3e6728", "#c063bd" ]
```
@@ -237,7 +237,7 @@ A **really** basic 404 page can be generated via config file by using:
[params.notFound]
title = "Page not found"
description = "This page was not found."
- text = "Nothing to see here, buddy."
+ paragraph = "Nothing to see here, buddy."
```
### Custom partials