rstudio / bookdown-demo

A minimal book example using bookdown
https://bookdown.org/yihui/bookdown-demo
Creative Commons Zero v1.0 Universal
503 stars 1.34k forks source link

Config for bookdown-demo2 (html_book) #37

Open peterdesmet opened 5 years ago

peterdesmet commented 5 years ago

Where can I find the html_book settings for the demo at https://bookdown.org/yihui/bookdown-demo2/ which uses the bootstrap style?

I want to take a peak, as I can't seem to get my navbar styled properly. 😄

peterdesmet commented 5 years ago

Found I should include the toc.css, so my issue is resolved. Would still be nice to get a reference to this yaml options from the demo.

---
output:
  bookdown::html_book:
    toc: yes
    css: toc.css
---