使用别名和输出构建站点时出错

时间:2018-08-24 12:46:17

标签: hugo

似乎我们无法在最前面同时生成aliases和类似amp的输出。这是重现问题的方法:

hugo new site blog
cd blog
hugo new _index.md

修改content/_index.md以删除草稿并添加别名:

---
title: "Home"
date: 2018-08-20T18:53:31+02:00
aliases: ["/oldindex.html"]
---

hugo命令按预期工作:创建公共目录。

将此添加到config.toml中:

[outputs]
    home = ["HTML", "AMP"]

hugo命令说:

Error: Error building site: open /home/jeff/tmp/blog/public/oldindex.html/amp/index.html: not a directory

hugo版本是:Hugo Static Site Generator v0.47.1 linux / amd64 BuildDate:2018-08-20T12:56:04Z

0 个答案:

没有答案