options(htmltools.dir.version = FALSE)
knitr::opts_chunk$set(echo = TRUE, warning = FALSE, message = FALSE, 
                      comment = NA) 
library(xaringanthemer)
invisible(mono_light(
  base_color = "#FFFFFF",
  header_color = "#000000",
  text_bold_color   = "#FF0000",
  text_color = "#000000",
  background_image = "all_background.png",
  background_size = "contain",
  background_position = "10px",
  title_slide_background_image = "title_background.png",
  title_slide_background_size = "contain",
  #title_slide_background_color = "#FFC500",
  title_slide_text_color = "#000000",
  text_slide_number_color = "#000000",
  text_font_size = "15px",
  header_h1_font_size = "40x",
  #header_font_google = google_font("Josefin Sans"),
  #text_font_google   = google_font("Montserrat", "300", "300i"),
  #code_font_google   = google_font("Droid Mono")
outfile = "xaringan-themer.css"))

Introduction

--

## Add in any code here 

Section 1

--

--

--


Section 2




dshelldhillon/markdowntemplate documentation built on March 21, 2020, 4:44 a.m.