bs4_book | R Documentation |
Custom HTML template
bs4_book(
copy_supporting_files = TRUE,
theme = bookdown::bs4_book_theme(primary = "#086a6a", base_font =
bslib::font_google("Lexend"), heading_font = bslib::font_google("Roboto"), code_font
= bslib::font_google("JetBrains Mono"), ),
template = system.file("rmarkdown/resources/html_files/bs4_book_ptbr.html", package =
"fnaufelRmd"),
includes = NULL,
css = "default",
repo = NULL,
site = bookdown::bookdown_site,
lib_dir = "libs",
pandoc_args = NULL,
extra_dependencies = NULL,
split_bib = FALSE,
section_divs = TRUE,
fig_width = 7,
fig_height = 5,
fig_retina = 2,
fig_caption = TRUE,
dev = "png",
df_print = "paged",
mathjax = "default",
keep_md = FALSE,
md_extensions = NULL,
...
)
copy_supporting_files |
If TRUE, copy supporting files (css, js, html) to document dir before rendering |
theme |
see bookdown::bs4_book |
template |
see bookdown::bs4_book |
includes |
see bookdown::bs4_book |
css |
see bookdown::bs4_book |
repo |
see bookdown::bs4_book |
site |
see bookdown::bs4_book |
lib_dir |
see bookdown::bs4_book |
pandoc_args |
see bookdown::bs4_book |
extra_dependencies |
see bookdown::bs4_book |
split_bib |
see bookdown::bs4_book |
section_divs |
see bookdown::bs4_book |
fig_width |
see bookdown::bs4_book |
fig_height |
see bookdown::bs4_book |
fig_retina |
see bookdown::bs4_book |
fig_caption |
see bookdown::bs4_book |
dev |
see bookdown::bs4_book |
df_print |
see bookdown::bs4_book |
mathjax |
see bookdown::bs4_book |
keep_md |
see bookdown::bs4_book |
md_extensions |
see bookdown::bs4_book |
... |
see bookdown::bs4_book |
Loads additional style and configs
see bookdown::bs4_book
fnaufel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.