diff --git a/.github/sync.yml b/.github/sync.yml index 540f29b..e25b020 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -28,6 +28,7 @@ group: buriedsand/glbio-personal-website PurplFeesh/test-ottr-site jcha40/ottr_test_site + jhudsl/ITCR_Tables ###ADD NEW REPO HERE following the format above# ### These are custom groups for syncing -- not all files needs to be synced # will update later diff --git a/style.Rmd b/style.Rmd index bdd1231..39bb2f8 100644 --- a/style.Rmd +++ b/style.Rmd @@ -15,7 +15,7 @@ knitr::include_graphics("resources/images/navbar.png") ## Overall theme -To change the color scheme/fonts of the website modify the `theme` in the `_site.yml` file (see [here](https://www.datadreaming.org/post/r-markdown-theme-gallery/) for options): +To change the color scheme/fonts of the website modify the `theme` in the `_site.yml` file (see [here](https://bookdown.org/yihui/blogdown/themes.html) for options): ```{r, fig.align='center', fig.alt= "Change theme", echo = FALSE, out.width="40%"} knitr::include_graphics("resources/images/theme.png")