Joanna Schroeder
DSPG 2023 Training
July 5 2023
Goal: Understand the workflow of creating a website with Rmds and GitHub Pages
In addition to being a great way to write literate programs, Rmd supports a variety of output formats
We can use YAML + Rmds to build a website
Bonus: We can add customizations
We will need
From your directory*, run rmarkdown::render_site()
to
autopopulate files
* You will want to consider your directory structure (specific to project needs)
Inline CSS
Note: VERY HACKY