似乎我们无法在最前面同时生成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