我正在使用 hugo ( https://gohugo.io/ ) 并尝试在菜单中创建外部链接 (docsy 主题)。
我将 _index.md 更改为:
---
title: "Documentation"
linkTitle: "Documentation"
url: "https://www.myurl.com"
weight: 20
menu:
main:
weight: 20
---
然而,雨果报告:
Rebuild failed: URLs with protocol (http*) not supported
谁能建议如何直接在菜单上创建外部 URL 链接?
谢谢,格雷戈尔