Closed Temurgugu closed 4 years ago
What exactly is your issue or question or request?
Anyway, if you don't want the automatic startup of the server, please see the fourth bullet in MAJOR CHANGES in the release notes: https://github.com/rstudio/blogdown/releases
Before I was getting the message about the number of the pages on the website, but now only this message appears.
If you prefer seeing the Hugo log, you may set the options in your .Rprofile
:
options(blogdown.use.processx = FALSE, xfun.bg_process.verbose = TRUE)
using blogdown to run Wowchemy: Website Builder for Hugo after updating R(R version 4.0.3 (2020-10-10)) getting the message: "Launching the server via the command: /Users/macbook/Library/Application Support/Hugo/hugo server --bind XXX.X.X.X -p XXXX --themesDir themes -t hugo-academic -D -F --navigateToChanged Serving the directory . at http://XXX.X.X.X:XXXX Launched the hugo server in the background (process ID: 8555). To stop it, call blogdown::stop_server() or restart the R session."
By filing an issue to this repo, I promise that
xfun::session_info('blogdown')
. I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version:remotes::install_github('rstudio/blogdown')
.