【发布时间】:2018-06-12 18:56:52
【问题描述】:
我正在尝试从 Blogger 迁移到托管在 Google App Engine 上的 Hugo。我正在尝试重建的示例网址:
https://www.darianhickman.com/2017/03/one-year-of-uber-lyft-2016-5300.html
在我正在尝试的 config.toml 文件中:
[permalinks]
post = "/:year/:month/:title.html"
它很接近但失败了。示例 Hugo 生成的 url:
http://localhost:1313/2017/03/one-year-of-uber--lyft-2016-5300.html/
Hugo 的默认行为是将帖子放入带有 index.html 的文件夹中。我需要改变什么?
【问题讨论】:
标签: blogger permalinks hugo