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:
authorEmiel Hollander <EmielH@users.noreply.github.com>2019-05-05 19:14:04 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2019-05-05 19:14:04 +0300
commit1fd88a5d811371ef0d1a53f22e50b13f029bcc9a (patch)
tree0b434888556d6c789d8cbe7cf10a7b2092793de1
parentfb86b115e1e588518cbf9531bc9a4887feef435c (diff)
Make spelling of readme consistent
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 0b23c96..677f7c6 100644
--- a/README.md
+++ b/README.md
@@ -105,9 +105,9 @@ Feel free to submit pull requests for other translations of Hallo's texts.
_[Hugo documentation for multilingual sites](//gohugo.io/content-management/multilingual/)_
-### Colours
+### Colors
-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:
+You can alter the colors of your website using configuration options. Add the following to the `[params]` section of your `config.toml` for an alternate color scheme:
```
[params.colors]
@@ -116,7 +116,7 @@ You can alter the colours of your website using configuration options. Add the f
hover = "#ffba82"
```
-* `background`: Used as background colour of the site.
+* `background`: Used as background color of the site.
* `foreground`: Used for text and the border of the portrait.
* `hover`: Used for hover of links.
@@ -126,9 +126,9 @@ You can alter the colours of your website using configuration options. Add the f
>
> `error: failed to transform resource: TOCSS: failed to transform "style.hallo.scss" (text/x-scss): this feature is not available in your current Hugo version`
>
-> The SCSS needs to be transpiled for your custom colours, which is something Hugo Basic cannot do. For the standard colours, the transpiled SCSS comes with the theme.
+> The SCSS needs to be transpiled for your custom colors, which is something Hugo Basic cannot do. For the standard colors, the transpiled SCSS comes with the theme.
>
-> If you're stuck with Hugo Basic, e.g. because your Hugo site is generated on a server that only has Hugo Basic installed, you can get custom colours to work by performing the following steps.
+> If you're stuck with Hugo Basic, e.g. because your Hugo site is generated on a server that only has Hugo Basic installed, you can get custom colors to work by performing the following steps.
>
> 1. Install Hugo Extended on your local machine.
> 2. Generate your site locally by running `hugo` on your local machine.