I create a bookdown
and try to modify the left upper corner. I cannot find the name of this element.
Some authors have a short version of the title:
https://bookdown.org/yihui/bookdown/
Some have a logo (I also like to have this)
https://www.econometrics-with-r.org/
https://www.econometrics-with-r.org/
Some have skipped this features completely
https://bookdown.org/melissaksharp/STROBE_eduexpansion/
How can this be done? Thank you
You can use the config option toc: before
for bookdown::gitbook
, e.g.,
bookdown::gitbook:
config:
toc:
before: |
<li><a href="...">My Awesome Book</a></li>
<li><img src="..." /></li>