【发布时间】:2022-01-13 14:17:58
【问题描述】:
在将 R 升级到 4.1.2 版、将 blogdown 升级到 1.6 和 Hugo-Aperó 到 0.89.4 后,我无法使用 blogdown:::serve_site() 命令在本地渲染我的网站,并且我无法在 Netlify 更新网站.
我收到的错误
- Launching the server via the command: hugo server --bind 127.0.0.1
-p 4321 --themesDir themes -t hugo-apero -D -F --navigateToChanged Error: Error building site: failed to render pages: render of "page"
failed: execute of template failed: template:
_default/single.html:3:8: executing "_default/single.html" at <partial "head.html" .>: error calling partial: execute of template
failed: template: _internal/schema.html:24:82: executing
"_internal/schema.html" at <.Params.tags>: range can't iterate over
Data Science
知道如何解决它吗?
【问题讨论】: