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

github.com/forestryio/hugo-theme-novela.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Gracilla <nick@neotericdesign.com>2020-01-25 00:33:14 +0300
committerGitHub <noreply@github.com>2020-01-25 00:33:14 +0300
commit43fe8522da4e4447b64393e154a544fe9ebdc095 (patch)
treec3a5d40d3f51084e7ec16fc24e4edcff3f1eefa9
parentee48c2010b39411f5299a81401addc596aaba3e7 (diff)
Clarify logo documentation
Light/dark mode support for custom desktop/mobile logos are handled in logo SVG as a class on the path.
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index cf0d26a..1ce423d 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,11 @@ A port of [Narative](https://www.narative.co/)'s Gatsby theme [Novela](https://w
### Logo
-Add to your projects layout directory your logo's SVG:
-`/layouts/partials/icons/ui/logo.html`
+Override `/themes/novela/layouts/partials/icons/ui/logo.html` with your own file at `/layouts/partials/icons/ui/logo.html`; include your logo in SVG format for desktop and mobile formats.
+
+Novela supports light and dark mode. To have your logo respond in kind, add `class="change-fill"` to the svg path(s).
+
+
### Socials