From 6004c7edc3e43e9079cab50b39a2dd395294a22a Mon Sep 17 00:00:00 2001 From: Paul Twohey Date: Sun, 1 Sep 2019 11:05:34 -0700 Subject: Optional brand logo in the menu controlled by .Site.Params.BookLogo - documentation in README.md and exampleSite/config.{toml,yaml} --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 76e59d5..2732dca 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,10 @@ disableKinds = ['taxonomy', 'taxonomyTerm'] # You can also specify this parameter per page in front matter BookToC = 3 +# (Optional, default none) Set the path to a logo for the book. If the logo is +# /static/logo.png then the path would be /logo.png +BookLogo = '/logo.png' + # (Optional, default none) Set leaf bundle to render as side menu # When not specified file structure and weights will be used BookMenuBundle = '/menu' -- cgit v1.2.3