The function performs a number of actions to configure a hubverse package's
pkgdown site to use the hubStyle
template for docs styling.
Runs
use_pkgdown()
to initialise pkgdown documentation.Runs
use_github_pages()
to initialise GitHub Pages for the package.Adds a GitHub Action workflow for building pkgdown documentation and deploying to GitHub Pages (productions) and Netlify (PR previews) using
use_hubdev_pkgdown_action()
.Adds the
hubStyle
repository to theDESCRIPTION
'sConfig/Needs/website
property usingadd_website_needs()
.Creates a favicon for the package using the
hubStyle
logo.Overwrites standard
_pkgdown.yml
file with customised configuration to use the hubversehubStyle
package for docs styling.