#' @export
norbeam <- function(..., colorlinks = TRUE, toc = FALSE, template = find_template("norbeam"),
theme = "Nord", highlight = find_theme("norbeam"), pandoc_args = NULL) {
pandoc_args <- c(pandoc_args, if (colorlinks) rmarkdown::pandoc_variable_arg("colorlinks"))
bookdown::beamer_presentation2(toc = toc, template = template, theme = theme,
highlight = highlight, pandoc_args = pandoc_args, ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.