This appears to work fine, and then I am asking if I want to preview the site, and I say yes. This results in the error message:
► Want to serve and preview the site now? (y/n) y
Launching the server via the command:
/Users/abraham/Library/Application Support/Hugo/0.134.2/hugo server --bind 127.0.0.1 -p 4321 --themesDir themes --theme hugo-apero -D -F --navigateToChanged
Error: Failed to serve the site; see if blogdown::build_site() gives more info.
Then doing as suggested:
> blogdown::build_site()
WARN deprecated: site config key paginate was deprecated in Hugo v0.128.0 and will be removed in a future release. Use pagination.pagerSize instead.
Start building sites …
hugo v0.134.2-1c74abd26070b0c12849550c974a9f3f1e7afb06+extended darwin/amd64 BuildDate=2024-09-10T10:46:33Z VendorInfo=gohugoio
ERROR [en] REF_NOT_FOUND: Ref "/02-postcards": "/Users/abraham/Desktop/website/content/collection/day01/03-distill/index.md:93:23": page not found
Total in 662 ms
Error: error building site: logged 1 error(s)
I am following these instructions for creating a blogdown site with Hugo Apéro.
So, in RStudio, I created a new project from github and then:
This appears to work fine, and then I am asking if I want to preview the site, and I say yes. This results in the error message:
Then doing as suggested:
check_site()
did not reveal any issues