powered by
Use these function to generate the default YAML that pkgdown uses for the different parts of _pkgdown.yml. This are useful starting points if you want to customise your site.
_pkgdown.yml
template_navbar(path = ".")template_reference(path = ".")template_articles(path = ".")
template_reference(path = ".")
template_articles(path = ".")
Path to package root
if (FALSE) { pkgdown::template_navbar() } if (FALSE) { pkgdown::template_reference() } if (FALSE) { pkgdown::template_articles() }
Run the code above in your browser using DataLab