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

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien CASTERS <fabien@vaga.io>2021-03-05 16:01:57 +0300
committerFabien <vaga@users.noreply.github.com>2021-03-05 16:04:59 +0300
commit1f851dae5c2943a70308eb61fbf29e31e00636d0 (patch)
treeccaf14ba809102157aee29eca16ff22a403ce053
parent09b0ce9b362365e1f1371ca7c2b3a70719fa4b33 (diff)
update README
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1f6b78f..a2f883e 100644
--- a/README.md
+++ b/README.md
@@ -73,16 +73,16 @@ To change theme colors, add the following lines in `params`:
darkColor = "#212121"
lightColor = "#f5e3e0"
lightestColor = "#f5f5f5"
- primaryColor = "#fff"
+ primaryColor = "#ffffff"
```
If you want the above theme colors, you can see the [exampleSite/config.toml](/exampleSite/config.toml) file.
### Styling
-To override styles using scss, add a file called `_extra.scss` to `{your site directory}/assets/css/`
+To override styles using scss, add a file called `_extra.scss` to `[path]/assets/css/`
-Note: Hugo releases come in two versions, `hugo` and `hugo_extended`. You need `hugo_extended` to automatically compile your scss.
+**Note:** Hugo releases come in two versions, `hugo` and `hugo_extended`. You need `hugo_extended` to automatically compile your scss.
## License