Overview
wjaketemplate provides a custom pkgdown template for my personal packages. Please don’t use it for your own package.
This package and template were inspired by tidytemplate.
Templates
For all sites, ensure that DESCRIPTION contains:
Updating
If you’re updating from a previous pkgdown config, use the following checklist to make sure everything is up to date:
* [ ] `usethis::use_pkgdown_github_pages()`
* [ ] Update `DESCRIPTION` to include `Config/Needs/website: wjakethompson/wjaketemplate`
* [ ] Update `_pkgdown.yml` with appropriate template above.
* [ ] Remove `strip_header: true`
* [ ] Remove algolia search, if used
* [ ] Eliminate superseded navbar customisation (`home: ~`, article re-ordering)
* [ ] Update `news` structure if needed