shithub: hugo

ref: 58c56e9ded2e4b7f0c9ae7e02f89f3a1dcb0d3a7
dir: /docs/layouts/shortcodes/gomodules-info.html/

View raw version

{{ $text := `
Most of the commands for **Hugo Modules** requires a newer version of Go installed (see https://golang.org/dl/) and the relevant VCS client (e.g. Git, see https://git-scm.com/downloads).

For more information about Go Modules, see:

* https://github.com/golang/go/wiki/Modules
* https://blog.golang.org/using-go-modules
` }}

<aside class="admonition note">
	<div class="note-icon">
		{{partial "svg/exclamation.svg" (dict "size" "20px" ) }}
	</div>
	<div class="admonition-content">
        {{- $text | markdownify -}}
    </div>
</aside>