










From my interpretation of the docs, the requirements to add a Hugo submodule, in my case video-js, are: Make my project a Go module with hugo mod init github.com/user/project Add the following to my config: module: imports: - path: github.com/hugomods/video-js In reality I had to run go get github.com/hugomods/video-js@latest for Hugo to import a video-js submodule. Is this the correct workflow? If so, I cannot find a suggestion to do this in the linked documentation. It implies that Hu...
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。