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:
authorJleopore <Jleopore@DESKTOP-4VP2HMN>2020-06-07 21:48:14 +0300
committerFabien <vaga@users.noreply.github.com>2020-06-08 17:26:39 +0300
commit71ab671245b3471f2884381b7fbada192a24695a (patch)
treeef8947ab45b0d9cb227b5ffda6c0b12db5a859d5
parentb5ab22f0bed879040d68a556f73f99fb45653875 (diff)
Add styling section and fix spelling
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0472e12..93f0a3a 100644
--- a/README.md
+++ b/README.md
@@ -53,10 +53,16 @@ To change theme colors, add the following lines in `params`:
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/`
+
+Note: Hugo releases come in two versions, `hugo` and `hugo_extended`. You need `hugo_extended` to automatically compile your scss.
+
## License
This theme is released under the [**MIT**](/LICENSE.md) License.
-## Aknowledgements
+## Acknowledgements
- [feather](https://feathericons.com/) - [MIT](https://github.com/feathericons/feather/blob/master/LICENSE)