Optional brand logo in the menu controlled by .Site.Params.BookLogo
- documentation in README.md and exampleSite/config.{toml,yaml}
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user