我正在使用 Rstudio 的 markdown 包创建一个网站。当我运行一个函数时:
blogdown::install_theme('syui/hugo-theme-arch',theme_example =TRUE)
返回错误:
find_config() 出错:找不到网站的配置文件 config.yaml 或 config.toml
我的代码是:
devtools::install_github('rstudio/blogdown')
blogdown::install_hugo()
blogdown::install_theme('syui/hugo-theme-arch',theme_example =TRUE)