diff --git a/R/use-poisson-pkgdown.R b/R/use-poisson-pkgdown.R index d8457dd..a8d5a3f 100644 --- a/R/use-poisson-pkgdown.R +++ b/R/use-poisson-pkgdown.R @@ -40,6 +40,7 @@ use_poisson_pkgdown <- function(pkg = getwd()) { cat(paste(cli::symbol$tick, "Registered poissontemplate in pkgdown config.\n")) cat(paste(cli::symbol$bullet, "Check that the config edits are all harmless.\n")) cat(paste(cli::symbol$bullet, "Git commit and push to origin.\n")) + cat(paste(cli::symbol$bullet, "Contact Poisson consulting plausible owner to set up subdomain.\n")) # TODO: traffic analytics setup? } diff --git a/README.md b/README.md index aae1113..78467c4 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,15 @@ or from [GitHub](https://github.com/poissonconsulting/poissontemplate) remotes::install_github("poissonconsulting/poissontemplate") ``` +Then contact the owner of Poisson consulting Plausible account to have a domain set up. +Once it is done, amend and add the following lines to the pkgdown configuration file: + +```yaml +includes: + in_header: | + +``` + ## Relevant resources - pkgdown documentation about theming: