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:
authorFrank Taillandier <frank@forestry.io>2020-02-02 00:43:12 +0300
committerGitHub <noreply@github.com>2020-02-02 00:43:12 +0300
commitc6e5591d8907742536fda325369ee716cf1ccd40 (patch)
tree2b3a9fcd7297058cb9d461ec59fbb5ea814e34f4
parent5bb00a94a97b463da317389c0ebbbd9c40e047ea (diff)
parent43fe8522da4e4447b64393e154a544fe9ebdc095 (diff)
Merge pull request #12 from nicfits/patch-2
Clarify logo documentation
-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