












Hej there, I’m building a website using the ananke theme and hugo v0.164.0 on Ubuntu Linux, where I ran into issues setting up a multilingual main menu. I started with a configuration according to the official Ananke guide , populating config/_default/menus.toml like this: # config/_default/menus.toml [[en.main]] name = "About" pageRef = "/about/" weight = 10 [[de.main]] name = "Über uns" pageRef = "/about/" weight = 10 But this led to hugo producing the following error: ERROR failed to cre...
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。