Skip to contents

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:

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:

  1. devtools::install()
  2. pkgdown::build_site()