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

github.com/EmielH/hallo-hugo.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.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index 288301d..54b3560 100644
--- a/README.md
+++ b/README.md
@@ -107,9 +107,24 @@ Feel free to submit pull requests for other translations of Hallo's texts.
[Hugo documentation for multilingual sites](//gohugo.io/content-management/multilingual/)
+### Colours
+
+You can alter the colours of your website using configuration options. Add the following to the `[params]` section of your `config.toml` for an alternate colour scheme:
+
+```
+ [params.colors]
+ background = "#81c6ff"
+ foreground = "#edf7ff"
+ hover = "#ffba82"
+```
+
+* `background`: Used as background colour of the site.
+* `foreground`: Used for text and the border of the portrait.
+* `hover`: Used for hover of links.
+
## Acknowledgments
Stock portrait photo obtained [here](https://www.pexels.com/photo/adult-beautiful-blonde-blur-324658/).
## License
-See [LICENSE](https://github.com/EmielH/hallo-hugo/blob/master/LICENSE). \ No newline at end of file
+See [LICENSE](https://github.com/EmielH/hallo-hugo/blob/master/LICENSE).