-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_output.yml
More file actions
25 lines (25 loc) · 720 Bytes
/
_output.yml
File metadata and controls
25 lines (25 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
bookdown::bs4_book:
theme:
primary: "#9437FF" # "#637238"
repo: https://github.com/AndrewIrwin/data-visualization
# need development version
# devtools::install_github('rstudio/bookdown')
# also bslib, downlit
# remotes::install_github("rstudio/bslib")
# install.packages("downlit")
# Build
# knit all Rmd files in slides/
# cp -R static docs # files used in slides will be missed by book building process (images, js)
# cp -r slides/lib docs/slides/ # these files get missed too?
bookdown::gitbook:
lib_dir: assets
split_by: chapter
config:
toolbar:
position: static
sharing: no
download: null
bookdown::pdf_book:
keep_tex: yes
bookdown::html_book:
css: toc.css