













I’m looking at the nested-menu-related documentation here: I use the code example as shown, in my hugo.toml: baseURL = 'https://example.com/' locale = 'en-us' title = 'My Site' theme = 'ananke' [menus] [[menus.main]] name = 'Products' pageRef = '/products' weight = 10 [[menus.main]] name = 'Hardware' pageRef = '/products/hardware' parent = 'Products' weight = 1 [[menus.main]] name = 'Software' pageRef = '/products/software' parent = 'Products' ...
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。