mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-06-10 10:44:07 +00:00
Merge 430644826f
into f2c703e155
This commit is contained in:
commit
87d9fa7977
@ -141,6 +141,10 @@ disableKinds = ['taxonomy', 'taxonomyTerm']
|
||||
# /static/logo.png then the path would be 'logo.png'
|
||||
BookLogo = 'logo.png'
|
||||
|
||||
# (Optional, default 'favicon.png') Set the path to a favicon for the site.
|
||||
# If the favicon is in /static/custom.svg, then the path would be 'custom.svg'.
|
||||
BookFavicon = 'favicon.png'
|
||||
|
||||
# (Optional, default docs) Specify section of content to render as menu
|
||||
# You can also set value to "*" to render all sections to menu
|
||||
BookSection = 'docs'
|
||||
|
Loading…
Reference in New Issue
Block a user