雨果网站的Netlify构建错误-如何解决?

时间:2019-09-21 18:03:47

标签: hugo netlify

尝试通过Netlify渲染基于Hugo的网站时,返回以下错误:

1:39:23 PM: ERROR 2019/09/21 17:39:23 Unable to load gallery in /opt/build/repo/content/home/gallery/index.md.

整个日志为here

我要部署的网站的来源是here

我已经在许多网站上搜索了此错误或其可能表示的其他问题,但是未能成功理解为什么会返回此错误。

1 个答案:

答案 0 :(得分:0)

尝试在netlify.toml旁边的根上添加config.toml,然后重试。 netlify.toml内容应如下所示:

[build]
publish = "public"
command = "hugo"

[context.production.environment]
HUGO_VERSION = "0.69.2"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"