I followed the exact same instruction as described here: https://hugo-apero-docs.netlify.app/start/setup/
Everthing works, I can stage, commit and push from within R Studio to GitHub. Now I want to get the Apero site up and running using:
library(blogdown)
new_site(theme = "hugo-apero/hugo-apero",
format = "toml",
sample = FALSE,
empty_dirs = TRUE)
当询问该网站是否应当服务时,我选择了<代码>y。
Want to serve and preview the site now? (y/n)
但是,当我点击<代码>About节时,该网站没有出现任何错误,我会发现以下这一错误(所有其他科的工作,即<代码>Blog、<编码>项目等)。