Some notes for adjusting various components
You should be able to adjust yml
variables controlling
the styles. These are listed is the bslib/_variables.scss.
Other potentially useful resources:
- The tidyverse template
- The hubStyle template
- The rOpenSci template, especially the footer.
When developing
To test features using this repository, I typically have to install the package first before rebuilding the site locally. So you would iterate:
devtools::install()
pkgdown::build_site()