R 渲染时出现Hugo错误“;第页“;

R 渲染时出现Hugo错误“;第页“;,r,hugo,blogdown,R,Hugo,Blogdown,我用Hugo和Minimo主题创建了一个网站。我建立了这个网站,它在我的两台电脑(一台是Windows,另一台是Mac)上都运行得很好。但是,当另一位作者尝试使用render\u site()命令时,会引发以下错误: Building sites … ERROR 2018/08/11 22:49:17 Error while rendering "page" in "post\\": template: _default/single.html:1:3: executing "_default/

我用Hugo和Minimo主题创建了一个网站。我建立了这个网站,它在我的两台电脑(一台是Windows,另一台是Mac)上都运行得很好。但是,当另一位作者尝试使用
render\u site()
命令时,会引发以下错误:

Building sites … ERROR 2018/08/11 22:49:17 Error while rendering "page" in "post\\": template: _default/single.html:1:3: executing "_default/single.html" at <partial "header" .>: error calling partial: template: partials/header.html:10:7: executing "partials/header.html" at <partial "sidebar/sid...>: error calling partial: template: partials/sidebar/sidebar.html:10:6: executing "partials/sidebar/sidebar.html" at <partial "extras/widg...>: error calling partial: template: partials/extras/widget_area.html:7:8: executing "partials/extras/widget_area.html" at <partial (print "widg...>: error calling partial: template: partials/widgets/taxonomy_cloud.html:18:5: executing "partials/widgets/taxonomy_cloud.html" at <partial "extras/taxo...>: error calling partial: template: partials/extras/taxonomy_cloud.html:32:24: executing "partials/extras/taxonomy_cloud.html" at <$Site.GetPage>: error calling GetPage: too many arguments to .Site.GetPage: [taxonomyTerm tags apresentação]. Use lookups on the form {{ .Site.GetPage "/posts/mypage-md" }}
    Building sites … ERROR 2018/08/11 22:49:18 Error while rendering "page" in "post\\": template: _default/single.html:1:3: executing "_default/single.html" at <partial "header" .>: error calling partial: template: partials/header.html:10:7: executing "partials/header.html" at <partial "sidebar/sid...>: error calling partial: template: partials/sidebar/sidebar.html:10:6: executing "partials/sidebar/sidebar.html" at <partial "extras/widg...>: error calling partial: template: partials/extras/widget_area.html:7:8: executing "partials/extras/widget_area.html" at <partial (print "widg...>: error calling partial: template: partials/widgets/taxonomy_cloud.html:18:5: executing "partials/widgets/taxonomy_cloud.html" at <partial "extras/taxo...>: error calling partial: template: partials/extras/taxonomy_cloud.html:32:24: executing "partials/extras/taxonomy_cloud.html" at <$Site.GetPage>: error calling GetPage: too many arguments to .Site.GetPage: [taxonomyTerm tags apresentação]. Use lookups on the form {{ .Site.GetPage "/posts/mypage-md" }}
    The system cannot find the path specified.
    Error in shell(cmd, mustWork = TRUE, intern = intern) : 
      '"C:\Users\pedro\AppData\Roaming\Hugo\hugo.exe" -b / -D -F -d "public" -t minimo' execution failed with error code 1
    In addition: Warning messages:
    1: running command '"C:\Users\pedro\AppData\Roaming\Hugo\hugo.exe" -b / -D -F -d "public" -t minimo' had status 65535 
    2: running command '"C:\Users\pedro\AppData\Roaming\Hugo\hugo.exe" -b / -D -F -d "public" -t minimo' had status 65535 
    3: running command 'C:\WINDOWS\system32\cmd.exe /c "C:\Users\pedro\AppData\Roaming\Hugo\hugo.exe" -b / -D -F -d "public" -t minimo' had status 1 
Building sites…ERROR 2018/08/11 22:49:17在“post\\”中呈现“page”时出错:模板:_default/single.html:1:3:执行“_default/single.html”时在:调用部分:模板:部分/header.html:10:7:执行“partials/header.html”时在:调用部分:模板:部分/extras/widget\u area.html:7:8:执行“partials/extras/widget_area.html”在:调用partial:template:partials/extras/taxonomy_cloud.html时出错:在:调用GetPage时出错:对.Site.GetPage:[taxonomyTerm tags apresentação]参数过多。使用{{.Site.GetPage”/posts/mypage md}形式的查找
建筑站点…错误2018/08/11 22:49:18在“post\\”中呈现“page”时出错:模板:_default/single.html:1:3:执行“_default/single.html”时在:调用部分错误:模板:partials/header.html:10:7:执行“partials/header.html”时在:调用部分错误:模板:partials/extras/widget\u area.html:7:8:执行”partials/extras/widget_area.html“at:调用partial:template:partials/extras/taxonomy_cloud.html:32:24:执行“partials/extras/taxonomy_cloud.html”at:调用GetPage:GetPage.Site.GetPage:[taxonomyTerm tags apresentação]的参数过多。使用{{.Site.GetPage”/posts/mypage md}形式的查找
系统找不到指定的路径。
shell中的错误(cmd,mustWork=TRUE,intern=intern):
““C:\Users\pedro\AppData\Roaming\Hugo\Hugo.exe”-b/-D-F-D“public”-t minimo”执行失败,错误代码为1
此外:警告信息:
1:运行命令“C:\Users\pedro\AppData\Roaming\Hugo\Hugo.exe”-b/-D-F-D“public”-t minimo”的状态为65535
2:运行命令“C:\Users\pedro\AppData\Roaming\Hugo\Hugo.exe”-b/-D-F-D“public”-t minimo”的状态为65535
3:运行命令“C:\WINDOWS\system32\cmd.exe/C”C:\Users\pedro\AppData\Roaming\Hugo\Hugo.exe“-b/-D-F-D“public”-t minimo”的状态为1
我尽了最大努力复制,但没有成功。我们尝试过更改目录(他在Google Drive中使用它,我们认为我可能是符号链接问题)。我的任何计算机都没有这个问题

我不知道这是否有用,但是:我的电脑都是葡萄牙语的,而另一位作者使用的电脑是英语的


提前感谢

降级解决了问题。主题中有一些更新只适用于新版本,因此必须注意。

不确定这是否是问题所在,但Minimo主题需要高hugo版本(记不清,但需要>v0.33;v0.46适用)。也许可以查看您朋友的雨果版本?(
blogdown::hugo_version()
)所有内容都已更新,这是我们尝试的第一件事。无论如何,谢谢。