rstudio / blogdown

Create Blogs and Websites with R Markdown
https://pkgs.rstudio.com/blogdown/
1.73k stars 334 forks source link

> blogdown:::preview_site(startup = TRUE) #497

Closed Temurgugu closed 3 years ago

Temurgugu commented 3 years ago

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

yihui commented 3 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

Temurgugu commented 3 years ago

Before I was getting the message about the number of the pages on the website, but now only this message appears.

yihui commented 3 years ago

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)