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
hubStylerepository to theDESCRIPTION'sConfig/Needs/websiteproperty usingadd_website_needs().Creates a favicon for the package using the
hubStylelogo.Overwrites standard
_pkgdown.ymlfile with customised configuration to use the hubversehubStylepackage for docs styling.
