Thank you very much for pointing me at this.
I run the command blogdown::build_site(local = FALSE, method = c("html"), run_hugo = TRUE)
I am not sure anything different than before happened.
I looked at the documentation and at the repository on github, but I could not find the script mentioned in the documentation:
For method = "html", the R script ‘R/build2.R’ (if exists) will be executed after Hugo has built
the site. This can be useful if you want to post-process the site.
Could you please point me to where the R script R/build2.R is?
If possible, could you say what should be happening after this command is run?
Thanks a lot