
Configure rogtemplate for your pkgdown site
Source:R/rog_add_template_pkgdown.R
rog_add_template_pkgdown.RdAdd the rOpenGov template configuration to your _pkgdown.yml. If no
configuration file exists, create one at pkgdown/_pkgdown.yml. Also add the
corresponding paths to .Rbuildignore.
Details
The function also adds these package URLs to _pkgdown.yml and DESCRIPTION
if they are not already present:
https://ropengov.github.io/pkgname/
https://github.com/rOpenGov/pkgname
See also
pkgdown vignettes:
vignette("pkgdown", package = "pkgdown") and
vignette("linking", package = "pkgdown"),
usethis's usethis::use_tidy_description().
site setup helpers:
rog_actions_pkgdown_branch(),
rog_build()