shithub: hugo

ref: 3b67759495c9268c30e6ba2d8c7e3b75d52d2960
dir: /docs/layouts/section/commands.html/

View raw version
{{ partial "header.html" . }}
<h1>Hugo Commands</h1>
<p>Hugo’s CLI (command line interface) commands are listed here.
This autogenerated list is always up to date (thanks to
    <a href="https://github.com/spf13/cobra">Cobra</a>).
</p>
<ul>
{{- range .Data.Pages }}
    <li><a href="{{ .URL }}">{{ .Title }}</a></li>
{{- end }}
</ul>
{{ partial "footer.html" . }}