apreshill on master
Update README.md (compare)
apreshill on master
add redirect Merge branch 'master' of github… (compare)
apreshill on master
Update README.md (compare)
apreshill on master
put the bookdown slides downloa… (compare)
apreshill on master
add more detail re image sizing… (compare)
apreshill on master
woops had deleted an important … (compare)
apreshill on master
update xaringan 2 column slides (compare)
apreshill on master
add some labels for links in da… (compare)
apreshill on master
add download link for full work… (compare)
apreshill on master
add chat to navbar, should have… (compare)
apreshill on master
update download links to day 1 … (compare)
.unnumbered
instead of -
<i id="test">Act One</i>
#test {
color: green;
}
pkgdown
site: https://github.com/apreshill/bakeoff
netlify.toml
that changes the publish directory to docs
pkgdown
site: https://bakeoff.netlify.com/
pkgdown
, blogdown
, xaringan
, and bookdown
(+ or - Travis CI): rstudio-education/arm-workshop-rsc2019#34
knit_expand()
. For example, you can have a custom.txt
that uses params
, e.g. \whatever\latex\command{{params$foo}}
. Then in the main Rmd document, you do writeLines(knitr::knit_expand('custom.txt'), 'custom.tex')
. In other words, your custom.tex
is generated dynamically.